diff options
Diffstat (limited to 'drivers/usb/storage/unusual_devs.h')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index c5d6d84b9b2b..6e326159c2dd 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -946,6 +946,12 @@ UNUSUAL_DEV( 0x084d, 0x0011, 0x0110, 0x0110, | |||
946 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 946 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
947 | US_FL_BULK32), | 947 | US_FL_BULK32), |
948 | 948 | ||
949 | /* Submitted by Jan De Luyck <lkml@kcore.org> */ | ||
950 | UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, | ||
951 | "CITIZEN", | ||
952 | "X1DE-USB", | ||
953 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
954 | US_FL_SINGLE_LUN), | ||
949 | 955 | ||
950 | /* Entry needed for flags. Moreover, all devices with this ID use | 956 | /* Entry needed for flags. Moreover, all devices with this ID use |
951 | * bulk-only transport, but _some_ falsely report Control/Bulk instead. | 957 | * bulk-only transport, but _some_ falsely report Control/Bulk instead. |