aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/lp700316_usb_blacklist.patch
blob: 4690b7a4c77b6d56a94feade13c5b2789072d423 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From: Alexander Sack <asac@ubuntu.com>
Date: Mon, 3 Feb 2014 09:50:59 +0100
Subject: lp700316_usb_blacklist

---
 src/77-mm-usb-device-blacklist.rules | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules
index 044d80f..24187d1 100644
--- a/src/77-mm-usb-device-blacklist.rules
+++ b/src/77-mm-usb-device-blacklist.rules
@@ -113,4 +113,13 @@ DRIVERS=="cypress_m8", ENV{ID_MM_DEVICE_IGNORE}="1"
 # All devices in the Openmoko vendor ID
 ATTRS{idVendor}=="1d50", ENV{ID_MM_DEVICE_IGNORE}="1"
 
+# Prolific Technology, Inc. PL2303 Serial Port
+ATTRS{idVendor}=="067b", ATTRS{idProduct}=="2303", ENV{ID_MM_DEVICE_IGNORE}="1"
+
+# Cygnal Integrated Products, Inc. CP210x
+ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", ENV{ID_MM_DEVICE_IGNORE}="1"
+
+# QinHeng Electronics HL-340
+ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="7523", ENV{ID_MM_DEVICE_IGNORE}="1"
+
 LABEL="mm_usb_device_blacklist_end"