Skip to content

Commit

Permalink
[PATCH] New Omnikey Cardman 4040 driver
Browse files Browse the repository at this point in the history
Add new Omnikey Cardman 4040 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 bca73e4 commit 77c44ab
Show file tree
Hide file tree
Showing 5 changed files with 907 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 4040 DRIVER
P: Harald Welte
M: laforge@gnumonks.org
S: Maintained

ONSTREAM SCSI TAPE DRIVER
P: Willem Riede
M: osst@riede.org
Expand Down
13 changes: 13 additions & 0 deletions drivers/char/pcmcia/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,18 @@ config SYNCLINK_CS
The module will be called synclinkmp. If you want to do that, say M
here.

config CARDMAN_4040
tristate "Omnikey CardMan 4040 support"
depends on PCMCIA
help
Enable support for the Omnikey CardMan 4040 PCMCIA Smartcard
reader.

This card is basically a USB CCID device connected to a FIFO
in I/O space. To use the kernel driver, you will need either the
PC/SC ifdhandler provided from the Omnikey homepage
(http://www.omnikey.com/), or a current development version of OpenCT
(http://www.opensc.org/).

endmenu

1 change: 1 addition & 0 deletions drivers/char/pcmcia/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
#

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

0 comments on commit 77c44ab

Please sign in to comment.