diff options
author | Pete Zaitcev <zaitcev@redhat.com> | 2006-03-06 00:43:40 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-20 17:50:01 -0500 |
commit | c713c973fb4bfdb22cce488cca4f9f8006ed58ce (patch) | |
tree | 591efd2505869744112d532f115daccca853581b /drivers/usb/storage | |
parent | 1e7a5a84e407dfa20813a7f55413be8193ee5380 (diff) |
[PATCH] USB: storage: another unusual_devs.h entry
Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage')
-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 a0d355831204..5d78fb42cb04 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1080,6 +1080,16 @@ UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff, | |||
1080 | 0), | 1080 | 0), |
1081 | #endif | 1081 | #endif |
1082 | 1082 | ||
1083 | /* | ||
1084 | * Pete Zaitcev <zaitcev@yahoo.com>, bz#164688. | ||
1085 | * The device blatantly ignores LUN and returns 1 in GetMaxLUN. | ||
1086 | */ | ||
1087 | UNUSUAL_DEV( 0x0c45, 0x1060, 0x0100, 0x0100, | ||
1088 | "Unknown", | ||
1089 | "Unknown", | ||
1090 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1091 | US_FL_SINGLE_LUN ), | ||
1092 | |||
1083 | /* Submitted by Joris Struyve <joris@struyve.be> */ | 1093 | /* Submitted by Joris Struyve <joris@struyve.be> */ |
1084 | UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff, | 1094 | UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff, |
1085 | "Medion", | 1095 | "Medion", |