Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141320
b: refs/heads/master
c: e6d69d9
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent fc53c99 commit f412beb
Show file tree
Hide file tree
Showing 9 changed files with 4,089 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: 793bccbd0e5d22903ab4e28a598159a9bf59a0f1
refs/heads/master: e6d69d91d575d0fb573d3103e1fdff6ec98e52b6
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,7 @@ source "drivers/staging/pohmelfs/Kconfig"

source "drivers/staging/stlc45xx/Kconfig"

source "drivers/staging/uc2322/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 @@ -32,3 +32,4 @@ obj-$(CONFIG_ANDROID) += android/
obj-$(CONFIG_DST) += dst/
obj-$(CONFIG_POHMELFS) += pohmelfs/
obj-$(CONFIG_STLC45XX) += stlc45xx/
obj-$(CONFIG_USB_SERIAL_ATEN2011) += uc2322/
10 changes: 10 additions & 0 deletions trunk/drivers/staging/uc2322/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
config USB_SERIAL_ATEN2011
tristate "ATEN 2011 USB to serial device support"
depends on USB_SERIAL
default N
---help---
Say Y here if you want to use a ATEN 2011 dual port USB to serial
adapter.

To compile this driver as a module, choose M here: the module will be
called aten2011.
1 change: 1 addition & 0 deletions trunk/drivers/staging/uc2322/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_USB_SERIAL_ATEN2011) += aten2011.o
8 changes: 8 additions & 0 deletions trunk/drivers/staging/uc2322/TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
TODO:
- checkpatch.pl cleanups
- sparse cleanups
- remove dead and useless code (auditing the tty ioctls to
verify that they really are correct and needed.)

Please send any patches to Greg Kroah-Hartman <greg@kroah.com> and
Russell Lang <gsview@ghostgum.com.au>.
Loading

0 comments on commit f412beb

Please sign in to comment.