mirror of https://gitee.com/openkylin/linux.git
[PATCH] USB: unusual_devs.h entry: TrekStor i.Beat
A new unusual_devs.h entry (as651). Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
ba3e93ad3c
commit
1d614a4b0d
|
@ -106,6 +106,13 @@ UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113,
|
|||
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
||||
US_FL_FIX_INQUIRY ),
|
||||
|
||||
/* Reported by Christian Leber <christian@leber.de> */
|
||||
UNUSUAL_DEV( 0x0419, 0xaaf5, 0x0100, 0x0100,
|
||||
"TrekStor",
|
||||
"i.Beat 115 2.0",
|
||||
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
||||
US_FL_IGNORE_RESIDUE | US_FL_NOT_LOCKABLE ),
|
||||
|
||||
/* Reported by Stefan Werner <dustbln@gmx.de> */
|
||||
UNUSUAL_DEV( 0x0419, 0xaaf6, 0x0100, 0x0100,
|
||||
"TrekStor",
|
||||
|
|
Loading…
Reference in New Issue