core: blacklist Gemplus smarcard reader (bgo #608022)

This commit is contained in:
Dan Williams
2010-04-09 19:38:22 -07:00
parent 78c232c2d1
commit 44deca2c5a
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
# do not edit this file, it will be overwritten on update
ACTION!="add|change", GOTO="mm_pcmcia_device_blacklist_end"
SUBSYSTEM!="pcmcia", GOTO="mm_pcmcia_device_blacklist_end"
# Gemplus Serial Port smartcard adapter
ATTRS{prod_id1}=="Gemplus", ATTRS{prod_id2}=="SerialPort", ATTRS{prod_id3}=="GemPC Card", ENV{ID_MM_DEVICE_IGNORE}="1"
LABEL="mm_pcmcia_device_blacklist_end"

View File

@@ -2,7 +2,8 @@ SUBDIRS=. tests
udevrulesdir = $(UDEV_BASE_DIR)/rules.d
udevrules_DATA = \
77-mm-usb-device-blacklist.rules
77-mm-usb-device-blacklist.rules \
77-mm-pcmcia-device-blacklist.rules
EXTRA_DIST = \
$(udevrules_DATA)