- Timestamp:
- 07/14/08 20:12:53 (4 years ago)
- Location:
- trunk/etc
- Files:
-
- 6 edited
-
Info.plist (modified) (2 diffs)
-
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/Info.plist
r968 r1064 45 45 <string>0x072f</string> 46 46 <string>0x072f</string> 47 <string>0x072f</string> 48 <string>0x072f</string> 47 49 <string>0x104f</string> 48 50 </array> … … 80 82 <string>0x8009</string> 81 83 <string>0x9000</string> 84 <string>0x9006</string> 85 <string>0x9007</string> 82 86 <string>0x90d0</string> 83 87 <string>0x0004</string> -
trunk/etc/openct.conf.in
r1044 r1064 133 133 ids = { 134 134 usb:072f/9000, 135 usb:072f/9006, # ACS CryptoMate Token 136 usb:072f/9007, # ACS ACR 100 SIMFlash 135 137 usb:072f/90d0, 136 138 }; -
trunk/etc/openct.fdi
r998 r1064 103 103 104 104 <match key="usb.vendor_id" int="0x072f"> 105 <match key="usb.product_id" int="0x9006"> 106 <merge key="info.category" type="string">smart_card_reader</merge> 107 <append key="info.addons" type="strlist">hald-addon-openct</append> 108 </match> 109 </match> 110 111 <match key="usb.vendor_id" int="0x072f"> 112 <match key="usb.product_id" int="0x9007"> 113 <merge key="info.category" type="string">smart_card_reader</merge> 114 <append key="info.addons" type="strlist">hald-addon-openct</append> 115 </match> 116 </match> 117 <match key="usb.vendor_id" int="0x072f"> 105 118 <match key="usb.product_id" int="0x90d0"> 106 119 <merge key="info.category" type="string">smart_card_reader</merge> -
trunk/etc/openct.udev.in
r1049 r1064 51 51 # pertosmart1038 52 52 SYSFS{idVendor}=="072f", SYSFS{idProduct}=="9000", RUN+="@udevdir@/openct_usb" 53 SYSFS{idVendor}=="072f", SYSFS{idProduct}=="9006", RUN+="@udevdir@/openct_usb" 54 SYSFS{idVendor}=="072f", SYSFS{idProduct}=="9007", RUN+="@udevdir@/openct_usb" 53 55 SYSFS{idVendor}=="072f", SYSFS{idProduct}=="90d0", RUN+="@udevdir@/openct_usb" 54 56 # wbeiuu - driver not working yet. -
trunk/etc/openct.udev.modalias.in
r1063 r1064 45 45 # pertosmart1038 46 46 ENV{MODALIAS}=="usb:v072Fp9000*", RUN+="@udevdir@/openct_usb" 47 ENV{MODALIAS}=="usb:v072Fp9006*", RUN+="@udevdir@/openct_usb" 48 ENV{MODALIAS}=="usb:v072Fp9007*", RUN+="@udevdir@/openct_usb" 47 49 ENV{MODALIAS}=="usb:v072Fp90D0*", RUN+="@udevdir@/openct_usb" 48 50 # wbeiuu - driver not working yet -
trunk/etc/openct.usermap
r1009 r1064 34 34 # pertosmart1038 35 35 openct 0x0003 0x072f 0x9000 0x0000 0x0000 0x00 0x00 0x00 0x0b 0x00 0x00 0x00000000 36 openct 0x0003 0x072f 0x9006 0x0000 0x0000 0x00 0x00 0x00 0x0b 0x00 0x00 0x00000000 37 openct 0x0003 0x072f 0x9007 0x0000 0x0000 0x00 0x00 0x00 0x0b 0x00 0x00 0x00000000 36 38 openct 0x0003 0x072f 0x90d0 0x0000 0x0000 0x00 0x00 0x00 0x0b 0x00 0x00 0x00000000 37 39 # wbeiuu - driver not working yet
Note: See TracChangeset
for help on using the changeset viewer.
