summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
diff options
context:
space:
mode:
authorRobert P. J. Day2007-01-26 01:34:52 +0100
committerGreg Kroah-Hartman2007-02-17 00:32:18 +0100
commit7fe89e9cc8ebd9da70f760409a4301d26f80a460 (patch)
tree5f4ee69373119a99fede363d024a219eeae7b599 /drivers/usb/core
parentUSB: add flow control to usb-serial generic driver. (diff)
downloadkernel-qcow2-linux-7fe89e9cc8ebd9da70f760409a4301d26f80a460.tar.gz
kernel-qcow2-linux-7fe89e9cc8ebd9da70f760409a4301d26f80a460.tar.xz
kernel-qcow2-linux-7fe89e9cc8ebd9da70f760409a4301d26f80a460.zip
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>
Diffstat (limited to 'drivers/usb/core')
-rw-r--r--drivers/usb/core/otg_whitelist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/otg_whitelist.h b/drivers/usb/core/otg_whitelist.h
index 627a5a2fc9cf..7f31a495a25d 100644
--- a/drivers/usb/core/otg_whitelist.h
+++ b/drivers/usb/core/otg_whitelist.h
@@ -31,7 +31,7 @@ static struct usb_device_id whitelist_table [] = {
{ USB_DEVICE_INFO(7, 1, 3) },
#endif
-#ifdef CONFIG_USB_CDCETHER
+#ifdef CONFIG_USB_NET_CDCETHER
/* Linux-USB CDC Ethernet gadget */
{ USB_DEVICE(0x0525, 0xa4a1), },
/* Linux-USB CDC Ethernet + RNDIS gadget */