https://github.com/torvalds/linux
Revision 018155365dccecd9ea9f26e1b26fb0f960c1ee32 authored by Linus Torvalds on 23 October 2015, 22:52:59 UTC, committed by Linus Torvalds on 23 October 2015, 22:52:59 UTC
Pull USB fixes from Greg KH:
 "Here are three xhci driver fixes for reported issues for 4.3-rc7

  All have been in linux-next for a while with no problems"

* tag 'usb-4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
  xhci: Add spurious wakeup quirk for LynxPoint-LP controllers
  xhci: handle no ping response error properly
  xhci: don't finish a TD if we get a short transfer event mid TD
2 parent s dd5ae68 + fd7cd06
Raw File
Tip revision: 018155365dccecd9ea9f26e1b26fb0f960c1ee32 authored by Linus Torvalds on 23 October 2015, 22:52:59 UTC
Merge tag 'usb-4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Tip revision: 0181553
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