-
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: 126738 b: refs/heads/master c: 3fedd14 h: refs/heads/master v: v3
- Loading branch information
David Kiliani
authored and
Greg Kroah-Hartman
committed
Jan 6, 2009
1 parent
540ecfe
commit eb00232
Showing
134 changed files
with
41,372 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: 5ec5ec78060481e6a0cecc06ab0c6ec8b213ec80 | ||
refs/heads/master: 3fedd14818592016f7ffd84dfe134881b3896ecf |
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,127 @@ | ||
# | ||
# Meilhaus configuration | ||
# | ||
|
||
menuconfig MEILHAUS | ||
tristate "Meilhaus support" | ||
---help--- | ||
If you have a Meilhaus card, say Y (or M) here. | ||
|
||
You need both this driver, and the driver for the particular | ||
data collection card. | ||
|
||
To compile this driver as a module, choose M here. The module will | ||
be called memain. | ||
|
||
if MEILHAUS | ||
|
||
config ME0600 | ||
tristate "Meilhaus ME-600 support" | ||
default n | ||
depends on PCI | ||
help | ||
This driver supports the Meilhaus ME-600 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 me0600. | ||
|
||
config ME0900 | ||
tristate "Meilhaus ME-900 support" | ||
default n | ||
depends on PCI | ||
help | ||
This driver supports the Meilhaus ME-900 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 me0900. | ||
|
||
config ME1000 | ||
tristate "Meilhaus ME-1000 support" | ||
default n | ||
depends on PCI | ||
help | ||
This driver supports the Meilhaus ME-1000 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 me1000. | ||
|
||
config ME1400 | ||
tristate "Meilhaus ME-1400 support" | ||
default n | ||
depends on PCI | ||
help | ||
This driver supports the Meilhaus ME-1400 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 me1400. | ||
|
||
config ME1600 | ||
tristate "Meilhaus ME-1600 support" | ||
default n | ||
depends on PCI | ||
help | ||
This driver supports the Meilhaus ME-1600 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 me1600. | ||
|
||
config ME4600 | ||
tristate "Meilhaus ME-4600 support" | ||
default n | ||
depends on PCI | ||
help | ||
This driver supports the Meilhaus ME-4600 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 me4600. | ||
|
||
config ME6000 | ||
tristate "Meilhaus ME-6000 support" | ||
default n | ||
depends on PCI | ||
help | ||
This driver supports the Meilhaus ME-6000 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 me6000. | ||
|
||
config ME8100 | ||
tristate "Meilhaus ME-8100 support" | ||
default n | ||
depends on PCI | ||
help | ||
This driver supports the Meilhaus ME-8100 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 me8100. | ||
|
||
config ME8200 | ||
tristate "Meilhaus ME-8200 support" | ||
default n | ||
depends on PCI | ||
help | ||
This driver supports the Meilhaus ME-8200 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 me8200. | ||
|
||
config MEDUMMY | ||
tristate "Meilhaus dummy driver" | ||
default n | ||
depends on PCI | ||
help | ||
This provides a dummy driver for the Meilhaus driver package | ||
|
||
To compile this driver as a module, choose M here: the module | ||
will be called medummy. | ||
|
||
endif # MEILHAUS |
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,43 @@ | ||
# | ||
# Makefile for Meilhaus linux driver system | ||
# | ||
|
||
obj-$(CONFIG_MEILHAUS) += memain.o | ||
obj-$(CONFIG_ME1600) += me1600.o | ||
obj-$(CONFIG_ME1000) += me1000.o | ||
obj-$(CONFIG_ME1400) += me1400.o | ||
obj-$(CONFIG_ME4600) += me4600.o | ||
obj-$(CONFIG_ME6000) += me6000.o | ||
obj-$(CONFIG_ME0600) += me0600.o | ||
obj-$(CONFIG_ME8100) += me8100.o | ||
obj-$(CONFIG_ME8200) += me8200.o | ||
obj-$(CONFIG_ME0900) += me0900.o | ||
obj-$(CONFIG_MEDUMMY) += medummy.o | ||
|
||
|
||
me1600-objs := medevice.o medlist.o medlock.o me1600_device.o | ||
me1600-objs += mesubdevice.o meslist.o meslock.o me1600_ao.o | ||
|
||
me1000-objs := medevice.o medlist.o medlock.o me1000_device.o | ||
me1000-objs += mesubdevice.o meslist.o meslock.o me1000_dio.o | ||
|
||
me1400-objs := medevice.o medlist.o medlock.o me1400_device.o | ||
me1400-objs += mesubdevice.o meslist.o meslock.o me8254.o me8255.o me1400_ext_irq.o | ||
|
||
me4600-objs := medevice.o medlist.o medlock.o mefirmware.o me4600_device.o | ||
me4600-objs += mesubdevice.o meslist.o meslock.o me4600_do.o me4600_di.o me4600_dio.o me8254.o me4600_ai.o me4600_ao.o me4600_ext_irq.o | ||
|
||
me6000-objs := medevice.o medlist.o medlock.o mefirmware.o me6000_device.o | ||
me6000-objs += mesubdevice.o meslist.o meslock.o me6000_dio.o me6000_ao.o | ||
|
||
me0600-objs := medevice.o medlist.o medlock.o me0600_device.o | ||
me0600-objs += mesubdevice.o meslist.o meslock.o me0600_relay.o me0600_ttli.o me0600_optoi.o me0600_dio.o me0600_ext_irq.o | ||
|
||
me8100-objs := medevice.o medlist.o medlock.o me8100_device.o | ||
me8100-objs += mesubdevice.o meslist.o meslock.o me8100_di.o me8100_do.o me8254.o | ||
|
||
me8200-objs := medevice.o medlist.o medlock.o me8200_device.o | ||
me8200-objs += mesubdevice.o meslist.o meslock.o me8200_di.o me8200_do.o me8200_dio.o | ||
|
||
me0900-objs := medevice.o medlist.o medlock.o me0900_device.o | ||
me0900-objs += mesubdevice.o meslist.o meslock.o me0900_do.o me0900_di.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,10 @@ | ||
TODO: | ||
- checkpatch.pl cleanups | ||
- sparse issues | ||
- Lindent | ||
- audit userspace interface | ||
- handle firmware properly | ||
- possible comedi merge | ||
|
||
Please send cleanup patches to Greg Kroah-Hartman <greg@kroah.com> | ||
and CC: David Kiliani <mail@davidkiliani.de> |
Oops, something went wrong.