Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59389
b: refs/heads/master
c: 49cdee0
h: refs/heads/master
i:
  59387: 324fd3d
v: v3
  • Loading branch information
Kees Lemmens authored and Greg Kroah-Hartman committed Jul 12, 2007
1 parent 4a46846 commit 1109b8b
Show file tree
Hide file tree
Showing 5 changed files with 1,368 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9c033e810eef0aff6d4d3bf028aa1e583c074f93
refs/heads/master: 49cdee0ed0fce9e1bda81f5dcad8d5cce6aec983
10 changes: 10 additions & 0 deletions trunk/drivers/usb/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,16 @@ config USB_SERIAL_PL2303
To compile this driver as a module, choose M here: the
module will be called pl2303.

config USB_SERIAL_OTI6858
tristate "USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller (EXPERIMENTAL)"
depends on USB_SERIAL
help
Say Y here if you want to use the OTi-6858 single port USB to serial
converter device.

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

config USB_SERIAL_HP4X
tristate "USB HP4x Calculators support"
depends on USB_SERIAL
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/usb/serial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ obj-$(CONFIG_USB_SERIAL_MOS7840) += mos7840.o
obj-$(CONFIG_USB_SERIAL_NAVMAN) += navman.o
obj-$(CONFIG_USB_SERIAL_OMNINET) += omninet.o
obj-$(CONFIG_USB_SERIAL_OPTION) += option.o
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
Expand Down
Loading

0 comments on commit 1109b8b

Please sign in to comment.