Add support for Broadcom 5880 Card Reader

This commit is contained in:
Daniele Viganò 2014-11-23 11:42:25 +01:00
parent a2ab76a31c
commit b43119f22c
2 changed files with 3 additions and 0 deletions

View File

@ -135,6 +135,7 @@ driver ccid {
usb:0bf8/1006, # fujitsu siemens 3.5" drive size reader
usb:0dc3/1004, # Athena Smartcard Solutions, Inc. ASEKey
usb:0a89/0030, # Aktiv Rutoken ECP
usb:0a5c/5804, # Broadcom 5880
};
};
driver pertosmart1030 {

View File

@ -69,6 +69,8 @@ ATTR{idVendor}=="0a89", ATTR{idProduct}=="0020", RUN+="/lib/udev/openct_usb /dev
ATTR{idVendor}=="0a89", ATTR{idProduct}=="0012", RUN+="/lib/udev/openct_usb /dev/$name"
# ePass3000
ATTR{idVendor}=="096e", ATTR{idProduct}=="0401", RUN+="/lib/udev/openct_usb /dev/$name"
# Broadcom 5880
ATTR{idVendor}=="0a5c", ATTR{idProduct}=="5801", RUN+="/lib/udev/openct_usb /dev/$name"
LABEL="openct_usb_rules_end"