-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Staging: add aten2011 usb to serial converter driver.
Many thanks to Russell Lang <gsview@ghostgum.com.au> for his help in getting this working on newer kernel versions and for pointing out this driver in the first place. Cc: Russell Lang <gsview@ghostgum.com.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information
Greg Kroah-Hartman
committed
Apr 3, 2009
1 parent
793bccb
commit e6d69d9
Showing
8 changed files
with
4,088 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
obj-$(CONFIG_USB_SERIAL_ATEN2011) += aten2011.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>. |
Oops, something went wrong.