Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14028
b: refs/heads/master
c: c1986ee
h: refs/heads/master
v: v3
  • Loading branch information
Harald Welte authored and Linus Torvalds committed Nov 14, 2005
1 parent 4f757a7 commit 3612213
Show file tree
Hide file tree
Showing 6 changed files with 2,162 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 77c44ab1d8e9da31bf927223e1579b44f772b579
refs/heads/master: c1986ee9bea3d880bcf0d3f1a31e055778f306c7
5 changes: 5 additions & 0 deletions trunk/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 trunk/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 trunk/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 3612213

Please sign in to comment.