-
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.
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
Showing
6 changed files
with
2,997 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 4e9bf410dc6006e95aba512272747bc8f30e7a20 | ||
refs/heads/master: 5ca0121ff24d2efba208a0f6df2cb6e372170d1d |
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,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. |
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_QUATECH_ESU100) += serqt_usb.o |
Oops, something went wrong.