diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2008-02-07 17:59:03 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-04-25 00:16:44 -0400 |
commit | 619a6f1d1423d08e74ed2b8a2113f12ef18e4373 (patch) | |
tree | 0e61a8c5bf85d27d72db244cc0ad49daa1ccaace /drivers/usb/serial/Makefile | |
parent | 7106967ecc0a33a7d7e2e04798eb9f45377f448b (diff) |
USB: add usb-serial spcp8x5 driver
Original version of the driver done by Linxb, changes by Harald, and
lots of cleanups by me in order to get it into a mergable state.
Cc: Linxb <xubin.lin@worldplus.com.cn>
Cc: Harald Klein <hari@vt100.at>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/Makefile')
-rw-r--r-- | drivers/usb/serial/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/serial/Makefile b/drivers/usb/serial/Makefile index 0db109a54d10..756859510d8c 100644 --- a/drivers/usb/serial/Makefile +++ b/drivers/usb/serial/Makefile | |||
@@ -30,8 +30,8 @@ obj-$(CONFIG_USB_SERIAL_GARMIN) += garmin_gps.o | |||
30 | obj-$(CONFIG_USB_SERIAL_HP4X) += hp4x.o | 30 | obj-$(CONFIG_USB_SERIAL_HP4X) += hp4x.o |
31 | obj-$(CONFIG_USB_SERIAL_IPAQ) += ipaq.o | 31 | obj-$(CONFIG_USB_SERIAL_IPAQ) += ipaq.o |
32 | obj-$(CONFIG_USB_SERIAL_IPW) += ipw.o | 32 | obj-$(CONFIG_USB_SERIAL_IPW) += ipw.o |
33 | obj-$(CONFIG_USB_SERIAL_IUU) += iuu_phoenix.o | ||
34 | obj-$(CONFIG_USB_SERIAL_IR) += ir-usb.o | 33 | obj-$(CONFIG_USB_SERIAL_IR) += ir-usb.o |
34 | obj-$(CONFIG_USB_SERIAL_IUU) += iuu_phoenix.o | ||
35 | obj-$(CONFIG_USB_SERIAL_KEYSPAN) += keyspan.o | 35 | obj-$(CONFIG_USB_SERIAL_KEYSPAN) += keyspan.o |
36 | obj-$(CONFIG_USB_SERIAL_KEYSPAN_PDA) += keyspan_pda.o | 36 | obj-$(CONFIG_USB_SERIAL_KEYSPAN_PDA) += keyspan_pda.o |
37 | obj-$(CONFIG_USB_SERIAL_KLSI) += kl5kusb105.o | 37 | obj-$(CONFIG_USB_SERIAL_KLSI) += kl5kusb105.o |
@@ -46,6 +46,7 @@ obj-$(CONFIG_USB_SERIAL_OTI6858) += oti6858.o | |||
46 | obj-$(CONFIG_USB_SERIAL_PL2303) += pl2303.o | 46 | obj-$(CONFIG_USB_SERIAL_PL2303) += pl2303.o |
47 | obj-$(CONFIG_USB_SERIAL_SAFE) += safe_serial.o | 47 | obj-$(CONFIG_USB_SERIAL_SAFE) += safe_serial.o |
48 | obj-$(CONFIG_USB_SERIAL_SIERRAWIRELESS) += sierra.o | 48 | obj-$(CONFIG_USB_SERIAL_SIERRAWIRELESS) += sierra.o |
49 | obj-$(CONFIG_USB_SERIAL_SPCP8X5) += spcp8x5.o | ||
49 | obj-$(CONFIG_USB_SERIAL_TI) += ti_usb_3410_5052.o | 50 | obj-$(CONFIG_USB_SERIAL_TI) += ti_usb_3410_5052.o |
50 | obj-$(CONFIG_USB_SERIAL_VISOR) += visor.o | 51 | obj-$(CONFIG_USB_SERIAL_VISOR) += visor.o |
51 | obj-$(CONFIG_USB_SERIAL_WHITEHEAT) += whiteheat.o | 52 | obj-$(CONFIG_USB_SERIAL_WHITEHEAT) += whiteheat.o |