Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141783
b: refs/heads/master
c: 5ca0121
h: refs/heads/master
i:
  141781: e65c939
  141779: a244895
  141775: 6d7b1ff
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent 208294e commit e0a3952
Show file tree
Hide file tree
Showing 6 changed files with 2,997 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: 4e9bf410dc6006e95aba512272747bc8f30e7a20
refs/heads/master: 5ca0121ff24d2efba208a0f6df2cb6e372170d1d
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,7 @@ source "drivers/staging/heci/Kconfig"

source "drivers/staging/line6/Kconfig"

source "drivers/staging/serqt_usb/Kconfig"

endif # !STAGING_EXCLUDE_BUILD
endif # STAGING
1 change: 1 addition & 0 deletions trunk/drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ obj-$(CONFIG_IDE_PHISON) += phison/
obj-$(CONFIG_PLAN9AUTH) += p9auth/
obj-$(CONFIG_HECI) += heci/
obj-$(CONFIG_LINE6_USB) += line6/
obj-$(CONFIG_USB_SERIAL_QUATECH_ESU100) += serqt_usb/
9 changes: 9 additions & 0 deletions trunk/drivers/staging/serqt_usb/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
config USB_SERIAL_QUATECH_ESU100
tristate "USB Quatech ESU-100 8 Port Serial Driver"
depends on USB_SERIAL
help
Say Y here if you want to use the Quatech ESU-100 8 port usb to
serial adapter.

To compile this driver as a module, choose M here: the
module will be called serqt_usb.
1 change: 1 addition & 0 deletions trunk/drivers/staging/serqt_usb/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_USB_SERIAL_QUATECH_ESU100) += serqt_usb.o
Loading

0 comments on commit e0a3952

Please sign in to comment.