diff options
author | Pete Zaitcev <zaitcev@redhat.com> | 2006-03-06 00:45:44 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-20 17:50:01 -0500 |
commit | 23b7885d50c5f5fe6dca93d4b0913f6e7b878dad (patch) | |
tree | f3c470635bfd1169fa479546e6677d440e733fb8 /drivers/usb | |
parent | c713c973fb4bfdb22cce488cca4f9f8006ed58ce (diff) |
[PATCH] USB: storage: unusual_devs.h entry 0420:0001
Ref
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=176584
Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb')
-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 5d78fb42cb04..8310e86d745d 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -120,6 +120,12 @@ UNUSUAL_DEV( 0x0419, 0xaaf6, 0x0100, 0x0100, | |||
120 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 120 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
121 | US_FL_IGNORE_RESIDUE ), | 121 | US_FL_IGNORE_RESIDUE ), |
122 | 122 | ||
123 | /* Reported by Pete Zaitcev <zaitcev@redhat.com>, bz#176584 */ | ||
124 | UNUSUAL_DEV( 0x0420, 0x0001, 0x0100, 0x0100, | ||
125 | "GENERIC", "MP3 PLAYER", /* MyMusix PD-205 on the outside. */ | ||
126 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
127 | US_FL_IGNORE_RESIDUE ), | ||
128 | |||
123 | /* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */ | 129 | /* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */ |
124 | UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210, | 130 | UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210, |
125 | "SMSC", | 131 | "SMSC", |