/[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 2391 - (show annotations) (download)
Thu Feb 8 14:47:52 2007 UTC (6 years, 3 months ago) by rousseau
File size: 1596 byte(s)
use ATTRS{} instead of SYSFS{} for use with recent udev versions
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 # generic CCID device
6 BUS=="usb", ATTRS{bInterfaceClass}=="0b", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"
7
8 # non CCID generic (InterfaceClass: 0xFF)
9 # CherrySmartTerminalST2XXX.txt
10 BUS=="usb", ATTRS{idVendor}=="046a", ATTRS{idProduct}=="003e", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"
11 # DellSK-3106.txt
12 BUS=="usb", ATTRS{idVendor}=="413c", ATTRS{idProduct}=="2100", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"
13 # MySmartPad.txt
14 BUS=="usb", ATTRS{idVendor}=="09be", ATTRS{idProduct}=="0002", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"
15 # SCR331-DI-NTTCom.txt
16 BUS=="usb", ATTRS{idVendor}=="04e6", ATTRS{idProduct}=="5120", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"
17 # SCR331-DI.txt
18 BUS=="usb", ATTRS{idVendor}=="04e6", ATTRS{idProduct}=="5111", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"
19 # SDI010.txt
20 BUS=="usb", ATTRS{idVendor}=="04e6", ATTRS{idProduct}=="5121", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"
21 # SPR532.txt
22 BUS=="usb", ATTRS{idVendor}=="04e6", ATTRS{idProduct}=="e003", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"
23 # Verisign_secure_storage_token.txt
24 BUS=="usb", ATTRS{idVendor}=="08e6", ATTRS{idProduct}=="1359", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"
25 # Verisign_secure_token.txt
26 BUS=="usb", ATTRS{idVendor}=="08e6", ATTRS{idProduct}=="ace0", ACTION=="add", RUN+="/usr/sbin/pcscd --hotplug"

  ViewVC Help
Powered by ViewVC 1.1.5