Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: Fix apparent typo CONFIG_USB_CDCETHER.

Replace the apparent typo CONFIG_USB_CDCETHER with
CONFIG_USB_NET_CDCETHER.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Robert P. J. Day and committed by
Greg Kroah-Hartman
7fe89e9c 253ca923

+1 -1
+1 -1
drivers/usb/core/otg_whitelist.h
··· 31 31 { USB_DEVICE_INFO(7, 1, 3) }, 32 32 #endif 33 33 34 - #ifdef CONFIG_USB_CDCETHER 34 + #ifdef CONFIG_USB_NET_CDCETHER 35 35 /* Linux-USB CDC Ethernet gadget */ 36 36 { USB_DEVICE(0x0525, 0xa4a1), }, 37 37 /* Linux-USB CDC Ethernet + RNDIS gadget */