Changeset 1064

Show
Ignore:
Timestamp:
07/14/08 22:12:53 (5 months ago)
Author:
aj
Message:

Add two readers reported by Johannes Deisenhofer.

Location:
trunk/etc
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • trunk/etc/Info.plist

    r968 r1064  
    4545                <string>0x072f</string> 
    4646                <string>0x072f</string> 
     47                <string>0x072f</string> 
     48                <string>0x072f</string> 
    4749                <string>0x104f</string> 
    4850        </array> 
     
    8082                <string>0x8009</string> 
    8183                <string>0x9000</string> 
     84                <string>0x9006</string> 
     85                <string>0x9007</string> 
    8286                <string>0x90d0</string> 
    8387                <string>0x0004</string> 
  • trunk/etc/openct.conf.in

    r1044 r1064  
    133133        ids = { 
    134134                usb:072f/9000, 
     135                usb:072f/9006, # ACS CryptoMate Token 
     136                usb:072f/9007, # ACS ACR 100 SIMFlash 
    135137                usb:072f/90d0, 
    136138        }; 
  • trunk/etc/openct.fdi

    r998 r1064  
    103103 
    104104      <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"> 
    105118        <match key="usb.product_id" int="0x90d0"> 
    106119          <merge key="info.category" type="string">smart_card_reader</merge> 
  • trunk/etc/openct.udev.in

    r1049 r1064  
    5151# pertosmart1038 
    5252SYSFS{idVendor}=="072f", SYSFS{idProduct}=="9000", RUN+="@udevdir@/openct_usb" 
     53SYSFS{idVendor}=="072f", SYSFS{idProduct}=="9006", RUN+="@udevdir@/openct_usb" 
     54SYSFS{idVendor}=="072f", SYSFS{idProduct}=="9007", RUN+="@udevdir@/openct_usb" 
    5355SYSFS{idVendor}=="072f", SYSFS{idProduct}=="90d0", RUN+="@udevdir@/openct_usb" 
    5456# wbeiuu        - driver not working yet. 
  • trunk/etc/openct.udev.modalias.in

    r1063 r1064  
    4545# pertosmart1038 
    4646ENV{MODALIAS}=="usb:v072Fp9000*", RUN+="@udevdir@/openct_usb" 
     47ENV{MODALIAS}=="usb:v072Fp9006*", RUN+="@udevdir@/openct_usb" 
     48ENV{MODALIAS}=="usb:v072Fp9007*", RUN+="@udevdir@/openct_usb" 
    4749ENV{MODALIAS}=="usb:v072Fp90D0*", RUN+="@udevdir@/openct_usb" 
    4850# wbeiuu - driver not working yet 
  • trunk/etc/openct.usermap

    r1009 r1064  
    3434# pertosmart1038 
    3535openct               0x0003      0x072f   0x9000    0x0000       0x0000       0x00         0x00            0x00            0x0b            0x00               0x00               0x00000000 
     36openct               0x0003      0x072f   0x9006    0x0000       0x0000       0x00         0x00            0x00            0x0b            0x00               0x00               0x00000000 
     37openct               0x0003      0x072f   0x9007    0x0000       0x0000       0x00         0x00            0x00            0x0b            0x00               0x00               0x00000000 
    3638openct               0x0003      0x072f   0x90d0    0x0000       0x0000       0x00         0x00            0x00            0x0b            0x00               0x00               0x00000000 
    3739# wbeiuu - driver not working yet