blacklist: ignore Palm M5xx devices
https://bugs.freedesktop.org/show_bug.cgi?id=91032
This commit is contained in:
@@ -145,4 +145,13 @@ ATTRS{idVendor}=="058b", ATTRS{idProduct}=="0041", ENV{ID_MM_DEVICE_IGNORE}="1"
|
|||||||
# Access IS do not produce modems and are unlikely to do so in future
|
# Access IS do not produce modems and are unlikely to do so in future
|
||||||
ATTRS{idVendor}=="0db5", ENV{ID_MM_DEVICE_IGNORE}="1"
|
ATTRS{idVendor}=="0db5", ENV{ID_MM_DEVICE_IGNORE}="1"
|
||||||
|
|
||||||
|
# Palm M500
|
||||||
|
ATTRS{idVendor}=="0830", ATTRS{idProduct}=="0001", ENV{ID_MM_DEVICE_IGNORE}="1"
|
||||||
|
|
||||||
|
# Palm M505
|
||||||
|
ATTRS{idVendor}=="0830", ATTRS{idProduct}=="0002", ENV{ID_MM_DEVICE_IGNORE}="1"
|
||||||
|
|
||||||
|
# Palm M515
|
||||||
|
ATTRS{idVendor}=="0830", ATTRS{idProduct}=="0003", ENV{ID_MM_DEVICE_IGNORE}="1"
|
||||||
|
|
||||||
LABEL="mm_usb_device_blacklist_end"
|
LABEL="mm_usb_device_blacklist_end"
|
||||||
|
Reference in New Issue
Block a user