Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93329
b: refs/heads/master
c: 619a6f1
h: refs/heads/master
i:
  93327: 45d5b24
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 25, 2008
1 parent 672ca0a commit f6890d5
Show file tree
Hide file tree
Showing 4 changed files with 1,088 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7106967ecc0a33a7d7e2e04798eb9f45377f448b
refs/heads/master: 619a6f1d1423d08e74ed2b8a2113f12ef18e4373
10 changes: 10 additions & 0 deletions trunk/drivers/usb/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,16 @@ config USB_SERIAL_OTI6858
To compile this driver as a module, choose M here: the
module will be called oti6858.

config USB_SERIAL_SPCP8X5
tristate "USB SPCP8x5 USB To Serial Driver"
depends on USB_SERIAL
help
Say Y here if you want to use the spcp8x5 converter chip. This is
commonly found in some Z-Wave USB devices.

To compile this driver as a module, choose M here: the
module will be called spcp8x5.

config USB_SERIAL_HP4X
tristate "USB HP4x Calculators support"
depends on USB_SERIAL
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/usb/serial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ obj-$(CONFIG_USB_SERIAL_GARMIN) += garmin_gps.o
obj-$(CONFIG_USB_SERIAL_HP4X) += hp4x.o
obj-$(CONFIG_USB_SERIAL_IPAQ) += ipaq.o
obj-$(CONFIG_USB_SERIAL_IPW) += ipw.o
obj-$(CONFIG_USB_SERIAL_IUU) += iuu_phoenix.o
obj-$(CONFIG_USB_SERIAL_IR) += ir-usb.o
obj-$(CONFIG_USB_SERIAL_IUU) += iuu_phoenix.o
obj-$(CONFIG_USB_SERIAL_KEYSPAN) += keyspan.o
obj-$(CONFIG_USB_SERIAL_KEYSPAN_PDA) += keyspan_pda.o
obj-$(CONFIG_USB_SERIAL_KLSI) += kl5kusb105.o
Expand All @@ -46,6 +46,7 @@ obj-$(CONFIG_USB_SERIAL_OTI6858) += oti6858.o
obj-$(CONFIG_USB_SERIAL_PL2303) += pl2303.o
obj-$(CONFIG_USB_SERIAL_SAFE) += safe_serial.o
obj-$(CONFIG_USB_SERIAL_SIERRAWIRELESS) += sierra.o
obj-$(CONFIG_USB_SERIAL_SPCP8X5) += spcp8x5.o
obj-$(CONFIG_USB_SERIAL_TI) += ti_usb_3410_5052.o
obj-$(CONFIG_USB_SERIAL_VISOR) += visor.o
obj-$(CONFIG_USB_SERIAL_WHITEHEAT) += whiteheat.o
Expand Down
Loading

0 comments on commit f6890d5

Please sign in to comment.