-
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 me4000 pci data collection driver
Originally written by Guenter Gebhardt <g.gebhardt@meilhaus.de> TODO: - checkpatch.pl cleanups - sparse cleanups - possible /proc interaction cleanups - more info needed for Kconfig entry - real device id? - module parameter cleanup Cc: Wolfgang Beiter <w.beiter@aon.at> Cc: Guenter Gebhardt <g.gebhardt@meilhaus.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information
Greg Kroah-Hartman
committed
Oct 10, 2008
1 parent
cff338a
commit c0f0058
Showing
7 changed files
with
7,114 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 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.