mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-07 15:15:29 +00:00
[PATCH] USB: unusual_devs entry for Samsung MP3 player
This patch (as730) contains an unusual_devs entry for a Samsung MP3 device. From: Ernis <ernisv@gmail.com> Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
0ddc063471
commit
d8840d6021
1 changed files with 7 additions and 0 deletions
|
@ -112,6 +112,13 @@ UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113,
|
||||||
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
||||||
US_FL_FIX_INQUIRY ),
|
US_FL_FIX_INQUIRY ),
|
||||||
|
|
||||||
|
/* Submitted by Ernestas Vaiciukevicius <ernisv@gmail.com> */
|
||||||
|
UNUSUAL_DEV( 0x0419, 0x0100, 0x0100, 0x0100,
|
||||||
|
"Samsung Info. Systems America, Inc.",
|
||||||
|
"MP3 Player",
|
||||||
|
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
||||||
|
US_FL_IGNORE_RESIDUE ),
|
||||||
|
|
||||||
/* Reported by Christian Leber <christian@leber.de> */
|
/* Reported by Christian Leber <christian@leber.de> */
|
||||||
UNUSUAL_DEV( 0x0419, 0xaaf5, 0x0100, 0x0100,
|
UNUSUAL_DEV( 0x0419, 0xaaf5, 0x0100, 0x0100,
|
||||||
"TrekStor",
|
"TrekStor",
|
||||||
|
|
Loading…
Add table
Reference in a new issue