diff options
| -rw-r--r-- | drivers/usb/storage/unusual_devs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 1b9c5dd0fb2..7477d411959 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
| @@ -838,6 +838,13 @@ UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001, | |||
| 838 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 838 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 839 | US_FL_FIX_CAPACITY ), | 839 | US_FL_FIX_CAPACITY ), |
| 840 | 840 | ||
| 841 | /* Reported by Rogerio Brito <rbrito@ime.usp.br> */ | ||
| 842 | UNUSUAL_DEV( 0x067b, 0x2317, 0x0001, 0x001, | ||
| 843 | "Prolific Technology, Inc.", | ||
| 844 | "Mass Storage Device", | ||
| 845 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
| 846 | US_FL_NOT_LOCKABLE ), | ||
| 847 | |||
| 841 | /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */ | 848 | /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */ |
| 842 | /* Change to bcdDeviceMin (0x0100 to 0x0001) reported by | 849 | /* Change to bcdDeviceMin (0x0100 to 0x0001) reported by |
| 843 | * Thomas Bartosik <tbartdev@gmx-topmail.de> */ | 850 | * Thomas Bartosik <tbartdev@gmx-topmail.de> */ |
