diff options
| -rw-r--r-- | drivers/usb/storage/unusual_devs.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 6f59c8e510ea..bfa8db0d8aa3 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
| @@ -1390,6 +1390,16 @@ UNUSUAL_DEV( 0x0af0, 0x7401, 0x0000, 0x0000, | |||
| 1390 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1390 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1391 | 0 ), | 1391 | 0 ), |
| 1392 | 1392 | ||
| 1393 | /* Reported by Jan Dumon <j.dumon@option.com> | ||
| 1394 | * This device (wrongly) has a vendor-specific device descriptor. | ||
| 1395 | * The entry is needed so usb-storage can bind to it's mass-storage | ||
| 1396 | * interface as an interface driver */ | ||
| 1397 | UNUSUAL_DEV( 0x0af0, 0x7501, 0x0000, 0x0000, | ||
| 1398 | "Option", | ||
| 1399 | "GI 0431 SD-Card", | ||
| 1400 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
| 1401 | 0 ), | ||
| 1402 | |||
| 1393 | /* Reported by Ben Efros <ben@pc-doctor.com> */ | 1403 | /* Reported by Ben Efros <ben@pc-doctor.com> */ |
| 1394 | UNUSUAL_DEV( 0x0bc2, 0x3010, 0x0000, 0x0000, | 1404 | UNUSUAL_DEV( 0x0bc2, 0x3010, 0x0000, 0x0000, |
| 1395 | "Seagate", | 1405 | "Seagate", |
