~ubuntu-branches/debian/experimental/usb-modeswitch-data/experimental

« back to all changes in this revision

Viewing changes to debian/patches/02_no_tclsh_overhead.patch

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud, 0421:0622, 0421:0627, 05c7:1000, 0d46:45a1, 0d46:45a5, 0fd1:1000, 1004:6190, 106c:3b05, 1edf:6003, 0482:024d, 12d1:****, 1410:5010, 19d2:****, 1a8d:1000, 1bbb:f000
  • Date: 2010-12-01 16:02:54 UTC
  • mfrom: (1.1.7 upstream) (7.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20101201160254-wubm3sqesc2bc9qj
Tags: 20101128-1
* New upstream release
  + New devices
   [0421:0622] Nokia CS-17
   [0421:0627] Nokia CS-18
   [05c7:1000] Qtronix EVDO 3G Modem (for TianYi)
   [0d46:45a1] Kobil mIdentity 3G (1)
   [0d46:45a5] Kobil mIdentity 3G (2)
   [0fd1:1000] GW D301 (Advinne AMC)
   [1004:6190] LG AD600
   [106c:3b05] Pantech / UTStarcom UMW190 (Verizon) (LP: #657129)
   [1edf:6003] AirPlus MCD-800
  × Devices updates (see ChangeLog for details)
   [0482:024d] Kyocera W06K CDMA modem
   [12d1:****] Huawei devices
   [1410:5010] Novatel Wireless devices
   [19d2:****] ZTE devices
   [1a8d:1000] BandRich BandLuxe C100, C120, C170, C270 (merge)
   [1bbb:f000] Alcatel X200/X200L/X060S
  - Refresh patches.

* Bump usb-modeswitch Recommends and Breaks against to 1.1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Description: Avoids explicit /usr/bin/tclsh call
2
2
Author: Didier Raboud <didier@raboud.com>
3
3
Origin: vendor
4
 
Last-Update: 2010-08-18
5
 
Index: usb-modeswitch-data/40-usb_modeswitch.rules
6
 
===================================================================
7
 
--- usb-modeswitch-data.orig/40-usb_modeswitch.rules    2010-08-18 10:49:50.000000000 +0200
8
 
+++ usb-modeswitch-data/40-usb_modeswitch.rules 2010-08-18 10:50:34.000000000 +0200
9
 
@@ -8,7 +8,7 @@
 
4
Last-Update: 2010-12-01
 
5
--- a/40-usb_modeswitch.rules
 
6
+++ b/40-usb_modeswitch.rules
 
7
@@ -7,7 +7,7 @@
10
8
 
11
9
 # This adds a symlink "gsmmodem[n]" to ttyUSB ports with interrupt transfer;
12
10
 # will work only with wrapper from 1.1.4 and above (otherwise ignored)
13
 
-KERNEL=="ttyUSB*", DRIVERS=="option1|usbserial", PROGRAM="/usr/bin/tclsh /usr/sbin/usb_modeswitch_dispatcher --symlink-name %p", SYMLINK="%c"
14
 
+KERNEL=="ttyUSB*", DRIVERS=="option1|usbserial", PROGRAM="/usr/sbin/usb_modeswitch_dispatcher --symlink-name %p", SYMLINK="%c"
 
11
-KERNEL=="ttyUSB*", DRIVERS=="option1|usbserial", PROGRAM="/usr/bin/tclsh /usr/sbin/usb_modeswitch_dispatcher --symlink-name '%p' '%s{idVendor}' '%s{idProduct}'", SYMLINK="%c"
 
12
+KERNEL=="ttyUSB*", DRIVERS=="option1|usbserial", PROGRAM="/usr/sbin/usb_modeswitch_dispatcher --symlink-name '%p' '%s{idVendor}' '%s{idProduct}'", SYMLINK="%c"
15
13
 
16
14
 
17
15
 SUBSYSTEM!="usb", GOTO="modeswitch_rules_end"