https://github.com/torvalds/linux
Revision c7caf4d4c56aee40b995f5858ccf1c814f3d2da2 authored by Larry Finger on 11 December 2011, 16:27:54 UTC, committed by Greg Kroah-Hartman on 14 December 2011, 00:13:15 UTC
Add USB ID for Sitecom WLA-2000 v1.001 WLAN.

Reported-and-tested-by: Roland Gruber <post@rolandgruber.de>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1 parent ed625b9
Raw File
Tip revision: c7caf4d4c56aee40b995f5858ccf1c814f3d2da2 authored by Larry Finger on 11 December 2011, 16:27:54 UTC
staging: r8712u: Add new USB ID
Tip revision: c7caf4d
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