Introducing the video type, creating a fall-through case where other
devices might now be declared as type video.
diff --git a/extras/usb_id/usb_id.c b/extras/usb_id/usb_id.c
index 91e3ecc..ce1eb0b 100644
--- a/extras/usb_id/usb_id.c
+++ b/extras/usb_id/usb_id.c
@@ -70,6 +70,7 @@ static void set_usb_iftype(char *to, int if_class_num,
size_t
case 0x0a: /* CDC-Data */
case 0x0b: /* Chip/Smart Card */
case 0x0d: /* Content Security */
+ break;
case 0x0e:
type = "video";
break;
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html