Skip to content

Commit

Permalink
[PATCH] New Omnikey Cardman 4000 driver
Browse files Browse the repository at this point in the history
Add new Omnikey Cardman 4000 smartcard reader driver

Signed-off-by: Harald Welte <laforge@gnumonks.org>
Cc: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Harald Welte authored and Linus Torvalds committed Nov 14, 2005
1 parent 77c44ab commit c1986ee
Show file tree
Hide file tree
Showing 5 changed files with 2,161 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -1873,6 +1873,11 @@ L: linux-tr@linuxtr.net
W: http://www.linuxtr.net
S: Maintained

OMNIKEY CARDMAN 4000 DRIVER
P: Harald Welte
M: laforge@gnumonks.org
S: Maintained

OMNIKEY CARDMAN 4040 DRIVER
P: Harald Welte
M: laforge@gnumonks.org
Expand Down
11 changes: 11 additions & 0 deletions drivers/char/pcmcia/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ config SYNCLINK_CS
The module will be called synclinkmp. If you want to do that, say M
here.

config CARDMAN_4000
tristate "Omnikey Cardman 4000 support"
depends on PCMCIA
help
Enable support for the Omnikey Cardman 4000 PCMCIA Smartcard
reader.

This kernel driver requires additional userspace support, either
by the vendor-provided PC/SC ifd_handler (http://www.omnikey.com/),
or via the cm4000 backend of OpenCT (http://www.opensc.com/).

config CARDMAN_4040
tristate "Omnikey CardMan 4040 support"
depends on PCMCIA
Expand Down
1 change: 1 addition & 0 deletions drivers/char/pcmcia/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
#

obj-$(CONFIG_SYNCLINK_CS) += synclink_cs.o
obj-$(CONFIG_CARDMAN_4000) += cm4000_cs.o
obj-$(CONFIG_CARDMAN_4040) += cm4040_cs.o
Loading

0 comments on commit c1986ee

Please sign in to comment.