diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2007-03-25 01:56:02 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-03-25 01:56:02 +0100 |
commit | 6017d092e6e58773abfdcc26014293c46abd1371 (patch) | |
tree | ecedc6b287172826d1c15e76876e553517e18406 /drivers/usb/storage | |
parent | f5402dd7978ee1715fea79f6e9aa807b74cca42c (diff) | |
download | lwn-6017d092e6e58773abfdcc26014293c46abd1371.tar.gz lwn-6017d092e6e58773abfdcc26014293c46abd1371.zip |
USB: unusual_devs entry for Nokia E61
This patch (as748) adds an unusual_devs entry for the Nokia E61 mobile
phone.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/usb/storage')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index bd1edeebe0d5..8496072d595b 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -156,6 +156,13 @@ UNUSUAL_DEV( 0x0421, 0x0446, 0x0100, 0x0100, US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), +/* Reported by Matthew Bloch <matthew@bytemark.co.uk> */ +UNUSUAL_DEV( 0x0421, 0x044e, 0x0100, 0x0100, + "Nokia", + "E61", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), + /* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */ UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210, "SMSC", |