usb_id: s/image/media/

This commit is contained in:
Kay Sievers
2009-01-05 03:44:28 +01:00
parent 0c057e9c75
commit 9bd66b9dbf

View File

@@ -62,7 +62,7 @@ static void set_usb_iftype(char *to, int if_class_num, size_t len)
case 5: /* Physical */
break;
case 6:
type = "image";
type = "media";
break;
case 7:
type = "printer";