blacklist/greylist: add more GPS devices (rh #1023234)
Attempt to blacklist entire drivers that we know aren't modems, and add a sprinkling of specific devices too.
This commit is contained in:
@@ -94,4 +94,20 @@ ATTRS{idVendor}=="0216", ATTRS{idProduct}=="0051", ENV{ID_MM_DEVICE_IGNORE}="1"
|
||||
# Bluegiga BLE112B
|
||||
ATTRS{idVendor}=="2458", ATTRS{idProduct}=="0001", ENV{ID_MM_DEVICE_IGNORE}="1"
|
||||
|
||||
# MediaTek GPS chip (HOLUX M-1200E, GlobalTop Gms-d1, etc)
|
||||
ATTRS{idVendor}=="0e8d", ATTRS{idProduct}=="3329", ENV{ID_MM_DEVICE_IGNORE}="1"
|
||||
|
||||
# PS-360 OEM (GPS sold with MS Street and Trips 2005)
|
||||
ATTRS{idVendor}=="067b", ATTRS{idProduct}=="aaa0", ENV{ID_MM_DEVICE_IGNORE}="1"
|
||||
|
||||
# u-blox AG, u-blox 5 GPS chips
|
||||
ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a5", ENV{ID_MM_DEVICE_IGNORE}="1"
|
||||
ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a6", ENV{ID_MM_DEVICE_IGNORE}="1"
|
||||
|
||||
# Garmin GPS devices
|
||||
DRIVERS=="garmin_gps", ENV{ID_MM_DEVICE_IGNORE}="1"
|
||||
|
||||
# Cypress M8-based GPS devices, UPSes, and serial converters
|
||||
DRIVERS=="cypress_m8", ENV{ID_MM_DEVICE_IGNORE}="1"
|
||||
|
||||
LABEL="mm_usb_device_blacklist_end"
|
||||
|
@@ -24,6 +24,7 @@ ATTRS{idVendor}=="0711", ENV{ID_MM_DEVICE_MANUAL_SCAN_ONLY}="1"
|
||||
|
||||
# Cygnal Integrated Products, Inc. CP210x
|
||||
ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", ENV{ID_MM_DEVICE_MANUAL_SCAN_ONLY}="1"
|
||||
ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea71", ENV{ID_MM_DEVICE_MANUAL_SCAN_ONLY}="1"
|
||||
|
||||
# QinHeng Electronics HL-340
|
||||
ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="7523", ENV{ID_MM_DEVICE_MANUAL_SCAN_ONLY}="1"
|
||||
|
Reference in New Issue
Block a user