]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
USB: serial: rename cp2101 driver to cp210x
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 11 Mar 2009 18:03:49 +0000 (11:03 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Mar 2009 23:20:44 +0000 (16:20 -0700)
Lots of users are getting confused about the cp2101 driver.  It really
does support more than just the cp2101 device, so rename it to cp210x to
try to prevent confusion.

Cc: Craig Shelley <craig@microtron.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/Kconfig
drivers/usb/serial/Makefile
drivers/usb/serial/cp210x.c [moved from drivers/usb/serial/cp2101.c with 100% similarity]

index 4afe73e8ec4aadb411a44c3cb1b40e1b5879bb32..a65f9196b0a06e93df07bcb5ef0a9313c8f47f88 100644 (file)
@@ -116,14 +116,14 @@ config USB_SERIAL_DIGI_ACCELEPORT
          To compile this driver as a module, choose M here: the
          module will be called digi_acceleport.
 
-config USB_SERIAL_CP2101
-       tristate "USB CP2101 UART Bridge Controller"
+config USB_SERIAL_CP210X
+       tristate "USB CP210x family of UART Bridge Controllers"
        help
-         Say Y here if you want to use a CP2101/CP2102 based USB to RS232
-         converter.
+         Say Y here if you want to use a CP2101/CP2102/CP2103 based USB
+         to RS232 converters.
 
          To compile this driver as a module, choose M here: the
-         module will be called cp2101.
+         module will be called cp210x.
 
 config USB_SERIAL_CYPRESS_M8
        tristate "USB Cypress M8 USB Serial Driver"
index 94043babe1d3c6efc10b5c66f744f666cb564bdf..66619beb6cc0578b591c2e961e1e71f5306ca09a 100644 (file)
@@ -15,7 +15,7 @@ obj-$(CONFIG_USB_SERIAL_AIRCABLE)             += aircable.o
 obj-$(CONFIG_USB_SERIAL_ARK3116)               += ark3116.o
 obj-$(CONFIG_USB_SERIAL_BELKIN)                        += belkin_sa.o
 obj-$(CONFIG_USB_SERIAL_CH341)                 += ch341.o
-obj-$(CONFIG_USB_SERIAL_CP2101)                        += cp2101.o
+obj-$(CONFIG_USB_SERIAL_CP210X)                        += cp210x.o
 obj-$(CONFIG_USB_SERIAL_CYBERJACK)             += cyberjack.o
 obj-$(CONFIG_USB_SERIAL_CYPRESS_M8)            += cypress_m8.o
 obj-$(CONFIG_USB_SERIAL_DEBUG)                 += usb_debug.o