USB: unusual_devs.h entry for nokia 6233
In appendix a patch for the nokia 6233 mobile phone is included. The patch is against 2.6.20-rc5. It is my first patch. Hopefully it has the right format. The code makes my nokia 6233 on my computer work. From: Manuel Osdoba <manuel.osdoba@tu-ilmenau.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
caaf26325d
commit
39559b4ff8
@ -197,6 +197,13 @@ UNUSUAL_DEV( 0x0421, 0x047c, 0x0370, 0x0370,
|
||||
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
||||
US_FL_MAX_SECTORS_64 ),
|
||||
|
||||
/* Reported by Manuel Osdoba <manuel.osdoba@tu-ilmenau.de> */
|
||||
UNUSUAL_DEV( 0x0421, 0x0492, 0x0452, 0x0452,
|
||||
"Nokia",
|
||||
"Nokia 6233",
|
||||
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
||||
US_FL_MAX_SECTORS_64 ),
|
||||
|
||||
/* Reported by Alex Corcoles <alex@corcoles.net> */
|
||||
UNUSUAL_DEV( 0x0421, 0x0495, 0x0370, 0x0370,
|
||||
"Nokia",
|
||||
|
Loading…
Reference in New Issue
Block a user