diff options
author | Phil Dibowitz <phil@ipom.com> | 2006-07-04 15:46:43 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-07-12 19:03:24 -0400 |
commit | 5501a48c15d4a3b81bee1358eb195e26c798d78f (patch) | |
tree | f066ace7c93355213c68934ad43d78babb70521d /drivers/usb | |
parent | e1979fef347f534c3797eaa3e10825235ed72766 (diff) |
[PATCH] USB: another unusual device
Please add the attached device to unusual_devs.h.
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 b7f520e054ec..a5ca449f6e64 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -119,6 +119,12 @@ UNUSUAL_DEV( 0x0419, 0x0100, 0x0100, 0x0100, | |||
119 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 119 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
120 | US_FL_IGNORE_RESIDUE ), | 120 | US_FL_IGNORE_RESIDUE ), |
121 | 121 | ||
122 | /* Reported by Orgad Shaneh <orgads@gmail.com> */ | ||
123 | UNUSUAL_DEV( 0x0419, 0xaace, 0x0100, 0x0100, | ||
124 | "Samsung", "MP3 Player", | ||
125 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
126 | US_FL_IGNORE_RESIDUE ), | ||
127 | |||
122 | /* Reported by Christian Leber <christian@leber.de> */ | 128 | /* Reported by Christian Leber <christian@leber.de> */ |
123 | UNUSUAL_DEV( 0x0419, 0xaaf5, 0x0100, 0x0100, | 129 | UNUSUAL_DEV( 0x0419, 0xaaf5, 0x0100, 0x0100, |
124 | "TrekStor", | 130 | "TrekStor", |