Changeset 1073 for trunk

Show
Ignore:
Timestamp:
08/09/08 17:19:04 (5 months ago)
Author:
aj
Message:

is it 04e6:0003 or 04e6:e003? to be on the safe side: list both.
bug 256055 in launchpad.

Location:
trunk/etc
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/etc/openct.fdi

    r1064 r1073  
    8181      </match> 
    8282 
     83      <match key="usb.vendor_id" int="0x04e6"> 
     84        <match key="usb.product_id" int="0xE003"> 
     85          <merge key="info.category" type="string">smart_card_reader</merge> 
     86          <append key="info.addons" type="strlist">hald-addon-openct</append> 
     87        </match> 
     88      </match> 
     89 
    8390      <match key="usb.vendor_id" int="0x072f"> 
    8491        <match key="usb.product_id" int="0x0001"> 
  • trunk/etc/openct.udev.in

    r1064 r1073  
    4646# spr 532 - ccid, but with wrong interface class (vendor) :( 
    4747SYSFS{idVendor}=="04e6", SYSFS{idProduct}=="0003", RUN+="@udevdir@/openct_usb" 
     48SYSFS{idVendor}=="04e6", SYSFS{idProduct}=="E003", RUN+="@udevdir@/openct_usb" 
    4849# pertosmart1030 
    4950SYSFS{idVendor}=="072f", SYSFS{idProduct}=="0001", RUN+="@udevdir@/openct_usb" 
  • trunk/etc/openct.udev.modalias.in

    r1064 r1073  
    4040# spr 532 - ccid, but with wrong interface class (vendor) :( 
    4141ENV{MODALIAS}=="usb:v04E6p0003*", RUN+="@udevdir@/openct_usb" 
     42ENV{MODALIAS}=="usb:v04E6pE003*", RUN+="@udevdir@/openct_usb" 
    4243# pertosmart1030 
    4344ENV{MODALIAS}=="usb:v072Fp0001*", RUN+="@udevdir@/openct_usb" 
  • trunk/etc/openct.usermap

    r1064 r1073  
    2828openct               0x0380      0x0000   0x0000    0x0000       0x0000       0x00         0x00            0x00            0x0b            0x00               0x00               0x00000000 
    2929# spr 532 - ccid, but with wrong interface class (vendor) :( 
     30openct               0x0003      0x04e6   0x0003    0x0000       0x0000       0x00         0x00            0x00            0x0b            0x00               0x00               0x00000000 
    3031openct               0x0003      0x04e6   0xe003    0x0000       0x0000       0x00         0x00            0x00            0x0b            0x00               0x00               0x00000000 
    3132# pertosmart1030