https://github.com/torvalds/linux
Revision 674aea07e38200ea6f31ff6d5f200f0cf6cdb325 authored by Oliver Neukum on 02 January 2017, 14:26:17 UTC, committed by Greg Kroah-Hartman on 05 January 2017, 18:24:55 UTC
This device gives the following error on detection.
xhci_hcd 0000:00:11.0: ERROR Transfer event for disabled endpoint or
incorrect stream ring

The same error is not seen when it is added to unusual_device
list with US_FL_NO_REPORT_OPCODES passed.

Signed-off-by: George Cherian <george.cherian@cavium.com>
Signed-off-by: Oliver Neukum <oneukun@suse.com>
CC: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 3bc02bc
Raw File
Tip revision: 674aea07e38200ea6f31ff6d5f200f0cf6cdb325 authored by Oliver Neukum on 02 January 2017, 14:26:17 UTC
usb: storage: unusual_uas: Add JMicron JMS56x to unusual device
Tip revision: 674aea0
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top