Changeset 1165


Ignore:
Timestamp:
08/18/09 08:38:46 (2 years ago)
Author:
aj
Message:

Add support for Rutoken S by Aktiv Co. / Aleksey Samsonov

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEWS

    r1164 r1165  
    33New in 0.6.18;  
    44* USB code for BSD fixed by Emmanuel Dreyfus 
     5* Add support for Rutoken S by  Aktiv Co. / Aleksey Samsonov 
    56 
    67New in 0.6.17; 2009-07-29; Andreas Jellinghaus 
  • trunk/etc/openct.fdi

    r1147 r1165  
    117117      </match> 
    118118 
    119   
     119      <match key="usb.vendor_id" int="0x0a89"> 
     120        <match key="usb.product_id" int="0x0020"> 
     121          <merge key="smart_card_reader.openct_capable" type="bool">true</merge> 
     122        </match> 
     123      </match> 
     124 
     125 
    120126      <match key="usb.interface.class" int="0x0b"> 
    121127       <merge key="smart_card_reader.openct_capable" type="bool">true</merge> 
  • trunk/etc/openct.udev.modalias.in

    r1082 r1165  
    5151# wbeiuu - driver not working yet 
    5252#ENV{MODALIAS}=="usb:v104Fp0004*", RUN+="@udevdir@/openct_usb" 
     53# Rutoken S 
     54ENV{MODALIAS}=="usb:v0a89p0020*", RUN+="@udevdir@/openct_usb" 
    5355# ePass3000 
    5456ENV{MODALIAS}=="usb:v096ep0401*", RUN+="@udevdir@/openct_usb" 
Note: See TracChangeset for help on using the changeset viewer.