/[pcsclite]/trunk/Drivers/ccid/src/pcscd_ccid.rules
ViewVC logotype

Contents of /trunk/Drivers/ccid/src/pcscd_ccid.rules

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2442 - (show annotations) (download)
Sun Feb 25 13:48:34 2007 UTC (6 years, 2 months ago) by rousseau
File size: 1734 byte(s)
add rule to call /usr/sbin/Kobil_mIDentity_switch for mIDentity devices
1 # udev rules for pcscd and CCID readers
2
3 # Gemplus PCMCIA Card
4 #SUBSYSTEMS=="pcmcia", DRIVER=="serial_cs", ACTION=="add", ATTRS{prod_id1}=="Gemplus", ATTRS{prod_id2}=="SerialPort", ATTRS{prod_id3}=="GemPC Card", RUN+="/usr/sbin/pcscd --hotplug"
5
6 # Kobil mIDentity
7 BUS=="usb", ATTRS{idVendor}=="0d46", ATTRS{idProduct}=="4081", ACTION=="add", RUN+="/usr/sbin/Kobil_mIDentity_switch"
8
9 # generic CCID device
10 BUS=="usb", ATTRS{bInterfaceClass}=="0b", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"
11
12 # non CCID generic (InterfaceClass: 0xFF)
13 # CherrySmartTerminalST2XXX.txt
14 BUS=="usb", ATTRS{idVendor}=="046a", ATTRS{idProduct}=="003e", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"
15 # DellSK-3106.txt
16 BUS=="usb", ATTRS{idVendor}=="413c", ATTRS{idProduct}=="2100", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"
17 # MySmartPad.txt
18 BUS=="usb", ATTRS{idVendor}=="09be", ATTRS{idProduct}=="0002", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"
19 # SCR331-DI-NTTCom.txt
20 BUS=="usb", ATTRS{idVendor}=="04e6", ATTRS{idProduct}=="5120", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"
21 # SCR331-DI.txt
22 BUS=="usb", ATTRS{idVendor}=="04e6", ATTRS{idProduct}=="5111", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"
23 # SDI010.txt
24 BUS=="usb", ATTRS{idVendor}=="04e6", ATTRS{idProduct}=="5121", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"
25 # SPR532.txt
26 BUS=="usb", ATTRS{idVendor}=="04e6", ATTRS{idProduct}=="e003", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"
27 # Verisign_secure_storage_token.txt
28 BUS=="usb", ATTRS{idVendor}=="08e6", ATTRS{idProduct}=="1359", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"
29 # Verisign_secure_token.txt
30 BUS=="usb", ATTRS{idVendor}=="08e6", ATTRS{idProduct}=="ace0", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"

  ViewVC Help
Powered by ViewVC 1.1.5