Changeset 1173 for trunk


Ignore:
Timestamp:
11/09/09 11:58:38 (3 years ago)
Author:
s
Message:

add uaToken S

Location:
trunk/etc
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/etc/Info.plist

    r1168 r1173  
    5454                <string>0x0c4b</string> 
    5555                <string>0x0a89</string> 
     56                <string>0x0a89</string> 
    5657        </array> 
    5758 
     
    99100                <string>0x0100</string> 
    100101                <string>0x0020</string> 
     102                <string>0x0012</string> 
    101103        </array> 
    102104 
     
    144146                <string>Cyberjack Reader</string> 
    145147                <string>Aktiv Rutoken S</string> 
     148                <string>Aktiv uaToken S</string> 
    146149        </array> 
  • trunk/etc/openct.conf.in

    r1159 r1173  
    167167driver rutoken { 
    168168        ids = { 
    169                 usb:0a89/0020, 
     169                usb:0a89/0020, # Aktiv Rutoken S 
     170                usb:0a89/0012, # Aktiv uaToken S 
    170171        }; 
    171172}; 
  • trunk/etc/openct.fdi

    r1165 r1173  
    123123      </match> 
    124124 
     125      <match key="usb.vendor_id" int="0x0a89"> 
     126        <match key="usb.product_id" int="0x0012"> 
     127          <merge key="smart_card_reader.openct_capable" type="bool">true</merge> 
     128        </match> 
     129      </match> 
     130 
    125131 
    126132      <match key="usb.interface.class" int="0x0b"> 
  • trunk/etc/openct.udev.in

    r1103 r1173  
    6262# rutoken 
    6363SYSFS{idVendor}=="0a89", SYSFS{idProduct}=="0020", RUN+="@udevdir@/openct_usb" 
     64SYSFS{idVendor}=="0a89", SYSFS{idProduct}=="0012", RUN+="@udevdir@/openct_usb" 
    6465# ePass3000 
    6566SYSFS{idVendor}=="096e", SYSFS{idProduct}=="0401", RUN+="@udevdir@/openct_usb" 
  • trunk/etc/openct.usermap

    r1082 r1173  
    4444# rutoken 
    4545openct               0x0003      0x0a89   0x0020    0x0000       0x0000       0x00         0x00            0x00            0x00            0x00               0x00               0x00000000 
     46openct               0x0003      0x0a89   0x0012    0x0000       0x0000       0x00         0x00            0x00            0x00            0x00               0x00               0x00000000 
    4647# ePass3000 
    4748openct               0x0003      0x096e   0x0401    0x0000       0x0000       0x00         0x00            0x00            0x00            0x00               0x00               0x00000000 
Note: See TracChangeset for help on using the changeset viewer.