From e09463dfb28e2024767184cb7f3489618a4839ac Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 19 Jun 2015 12:20:03 -0700 Subject: blacklist: ignore Palm M5xx devices https://bugs.freedesktop.org/show_bug.cgi?id=91032 --- src/77-mm-usb-device-blacklist.rules | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules index 45f91e1d..9b3735df 100644 --- a/src/77-mm-usb-device-blacklist.rules +++ b/src/77-mm-usb-device-blacklist.rules @@ -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 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" -- cgit v1.2.3-70-g09d2