mirror of https://gitee.com/openkylin/linux.git
[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>
This commit is contained in:
parent
db54a53d26
commit
d5681fe811
|
@ -133,6 +133,14 @@ UNUSUAL_DEV( 0x0420, 0x0001, 0x0100, 0x0100,
|
||||||
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
||||||
US_FL_IGNORE_RESIDUE ),
|
US_FL_IGNORE_RESIDUE ),
|
||||||
|
|
||||||
|
/* Reported by Jiri Slaby <jirislaby@gmail.com> and
|
||||||
|
* Rene C. Castberg <Rene@Castberg.org> */
|
||||||
|
UNUSUAL_DEV( 0x0421, 0x0446, 0x0100, 0x0100,
|
||||||
|
"Nokia",
|
||||||
|
"N80",
|
||||||
|
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 */
|
/* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */
|
||||||
UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210,
|
UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210,
|
||||||
"SMSC",
|
"SMSC",
|
||||||
|
|
Loading…
Reference in New Issue