Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289525
b: refs/heads/master
c: aac1fc3
h: refs/heads/master
i:
  289523: 225f3e4
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Feb 28, 2012
1 parent 387204d commit f497d67
Show file tree
Hide file tree
Showing 4 changed files with 416 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: dba607f9f0aebfa8f29b3eb911250aa19d5d71a8
refs/heads/master: aac1fc386fa13f9f450909fcfb02e73db55f0c0f
9 changes: 9 additions & 0 deletions trunk/drivers/usb/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,15 @@ config USB_SERIAL_EDGEPORT_TI
To compile this driver as a module, choose M here: the
module will be called io_ti.

config USB_SERIAL_F81232
tristate "USB Fintek F81232 Single Port Serial Driver"
help
Say Y here if you want to use the Fintek F81232 single
port usb to serial adapter.

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

config USB_SERIAL_GARMIN
tristate "USB Garmin GPS driver"
help
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 @@ -23,6 +23,7 @@ obj-$(CONFIG_USB_SERIAL_DIGI_ACCELEPORT) += digi_acceleport.o
obj-$(CONFIG_USB_SERIAL_EDGEPORT) += io_edgeport.o
obj-$(CONFIG_USB_SERIAL_EDGEPORT_TI) += io_ti.o
obj-$(CONFIG_USB_SERIAL_EMPEG) += empeg.o
obj-$(CONFIG_USB_SERIAL_F81232) += f81232.o
obj-$(CONFIG_USB_SERIAL_FTDI_SIO) += ftdi_sio.o
obj-$(CONFIG_USB_SERIAL_FUNSOFT) += funsoft.o
obj-$(CONFIG_USB_SERIAL_GARMIN) += garmin_gps.o
Expand Down
Loading

0 comments on commit f497d67

Please sign in to comment.