~ubuntu-branches/ubuntu/vivid/modemmanager/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/lp700316_usb_blacklist.patch

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-08-07 01:47:27 UTC
  • mfrom: (16.1.3 oneiric)
  • Revision ID: james.westby@ubuntu.com-20110807014727-ssze4jx65jrjltg9
Tags: 0.5-1
debian/rules: override dh_autoreconf in a nicer way so we don't have to
clean up manually afterwards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: modemmanager-0.5/src/77-mm-usb-device-blacklist.rules
 
2
===================================================================
 
3
--- modemmanager-0.5.orig/src/77-mm-usb-device-blacklist.rules  2011-08-05 11:37:37.535618352 -0400
 
4
+++ modemmanager-0.5/src/77-mm-usb-device-blacklist.rules       2011-08-05 11:39:06.565883158 -0400
 
5
@@ -68,5 +68,14 @@
 
6
 # ATEN Intl UC-232A (Prolific)
 
7
 ATTRS{idVendor}=="0557", ATTRS{idProduct}=="2008", ENV{ID_MM_DEVICE_IGNORE}="1"
 
8
 
 
9
+# Prolific Technology, Inc. PL2303 Serial Port
 
10
+ATTRS{idVendor}=="067b", ATTRS{idProduct}=="2303", ENV{ID_MM_DEVICE_IGNORE}="1"
 
11
+
 
12
+# Cygnal Integrated Products, Inc. CP210x
 
13
+ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", ENV{ID_MM_DEVICE_IGNORE}="1"
 
14
+
 
15
+# QinHeng Electronics HL-340
 
16
+ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="7523", ENV{ID_MM_DEVICE_IGNORE}="1"
 
17
+
 
18
 LABEL="mm_usb_device_blacklist_end"
 
19