diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2006-06-13 09:59:32 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-21 18:04:18 -0400 |
commit | d5681fe8110e1169902df37a8fd8bd01c2b7810e (patch) | |
tree | 028dd32c3b35ff0bb8398361abeb1eb0512d337b /drivers/usb | |
parent | db54a53d26322e978e66482208afabaab9cd0752 (diff) |
[PATCH] USB: unusual_devs entry for Nokia N80
Here is a patch (as720) adding an unusual_devs entry for the Nokia N80
mobile phone.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 3ec17689b81c..543244d421c1 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -133,6 +133,14 @@ UNUSUAL_DEV( 0x0420, 0x0001, 0x0100, 0x0100, | |||
133 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 133 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
134 | US_FL_IGNORE_RESIDUE ), | 134 | US_FL_IGNORE_RESIDUE ), |
135 | 135 | ||
136 | /* Reported by Jiri Slaby <jirislaby@gmail.com> and | ||
137 | * Rene C. Castberg <Rene@Castberg.org> */ | ||
138 | UNUSUAL_DEV( 0x0421, 0x0446, 0x0100, 0x0100, | ||
139 | "Nokia", | ||
140 | "N80", | ||
141 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
142 | US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), | ||
143 | |||
136 | /* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */ | 144 | /* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */ |
137 | UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210, | 145 | UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210, |
138 | "SMSC", | 146 | "SMSC", |