Fix warnings in USB MSC when compiled for a high speed device; also fix USB MSC default VID/PID configuration

This commit is contained in:
Gregory Nutt
2013-09-07 10:12:02 -06:00
parent 0585cd5692
commit 9a9de5de81
4 changed files with 24 additions and 13 deletions
+2
View File
@@ -5520,4 +5520,6 @@
* drivers/usbdev/usbdev_strings.c: Extended decoding and stringifging
of USB trace output to include trace output from class drivers.
(2013-9-6).
* drivers/usbdev/usbmsc_desc.c: Fix a warning when USB MSC is
compiled for a high-speed device (2013-9-7).