core: blacklist Gemplus smarcard reader (bgo #608022)
This commit is contained in:
10
src/77-mm-pcmcia-device-blacklist.rules
Normal file
10
src/77-mm-pcmcia-device-blacklist.rules
Normal 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"
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user