-
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.
- Loading branch information
Greg Kroah-Hartman
committed
Oct 10, 2008
1 parent
1bf6daf
commit 2a3de31
Showing
8 changed files
with
7,115 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: cff338a9bd9d1acd6067d3ec93e846830e0b5974 | ||
refs/heads/master: c0f005888c6663898a040cd922947dd8caa55160 |
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 ME4000 | ||
tristate "Meilhaus ME-4000 support" | ||
default n | ||
depends on PCI | ||
help | ||
This driver supports the Meilhaus ME-4000 family of boards | ||
that do data collection and multipurpose I/O. | ||
|
||
To compile this driver as a module, choose M here: the module | ||
will be called me4000. |
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_ME4000) += me4000.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,13 @@ | ||
|
||
TODO: | ||
- checkpatch.pl cleanups | ||
- sparse cleanups | ||
- possible /proc interaction cleanups | ||
- more info needed for Kconfig entry | ||
- real device id? | ||
- module parameter cleanup | ||
|
||
Please send patches to Greg Kroah-Hartman <gregkh@suse.de> | ||
and Cc: Wolfgang Beiter <w.beiter@aon.at> and | ||
Guenter Gebhardt <g.gebhardt@meilhaus.de> | ||
|
Oops, something went wrong.