- Timestamp:
- 11/21/08 11:26:02 (7 weeks ago)
- Location:
- trunk/etc
- Files:
-
- 5 modified
-
openct.conf.in (modified) (1 diff)
-
openct.fdi (modified) (1 diff)
-
openct.udev.in (modified) (1 diff)
-
openct.udev.modalias.in (modified) (1 diff)
-
openct.usermap (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/etc/openct.conf.in
r1064 r1082 59 59 }; 60 60 }; 61 62 driver ePass3000 { 63 ids = { 64 usb:096e/0401, 65 }; 66 }; 67 61 68 driver etoken { 62 69 ids = { -
trunk/etc/openct.fdi
r1073 r1082 62 62 <match key="usb.vendor_id" int="0x096e"> 63 63 <match key="usb.product_id" int="0x0005"> 64 <merge key="info.category" type="string">smart_card_reader</merge> 65 <append key="info.addons" type="strlist">hald-addon-openct</append> 66 </match> 67 </match> 68 69 <match key="usb.vendor_id" int="0x096e"> 70 <match key="usb.product_id" int="0x0401"> 64 71 <merge key="info.category" type="string">smart_card_reader</merge> 65 72 <append key="info.addons" type="strlist">hald-addon-openct</append> -
trunk/etc/openct.udev.in
r1073 r1082 61 61 # rutoken 62 62 SYSFS{idVendor}=="0a89", SYSFS{idProduct}=="0020", RUN+="@udevdir@/openct_usb" 63 # ePass3000 64 SYSFS{idVendor}=="096e", SYSFS{idProduct}=="0401", RUN+="@udevdir@/openct_usb" 63 65 64 66 LABEL="openct_usb_rules_end" -
trunk/etc/openct.udev.modalias.in
r1073 r1082 51 51 # wbeiuu - driver not working yet 52 52 #ENV{MODALIAS}=="usb:v104Fp0004*", RUN+="@udevdir@/openct_usb" 53 # ePass3000 54 ENV{MODALIAS}=="usb:v096ep0401*", RUN+="@udevdir@/openct_usb" 53 55 54 56 LABEL="openct_usb_rules_end" -
trunk/etc/openct.usermap
r1073 r1082 44 44 # rutoken 45 45 openct 0x0003 0x0a89 0x0020 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x00000000 46 # ePass3000 47 openct 0x0003 0x096e 0x0401 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x00000000
