~ubuntu-branches/ubuntu/utopic/usb-modeswitch/utopic-proposed

« back to all changes in this revision

Viewing changes to usb_modeswitch.conf

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-02-09 10:43:17 UTC
  • mfrom: (17.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120209104317-xablgk0zrfn0v3wt
Tags: 1.2.3+repack0-1ubuntu1
* Merge with Debian; remaining changes:
  - debian/control: Drop the dependency on tcl and Build-Depends on
    jimsh/libjim (another tcl implementation).
  - debian/control: add libudev-dev and libpipeline-dev to Build-Depends.
  - debian/patches/dispatcher-c-rewrite.patch: rewrite the dispatcher in C,
    to be able to drop the Tcl dependencies.
* debian/patches/dispatcher-c-rewrite.patch: adapt C rewrite patch to take
  in the changes from 1.2.1-1.2.3.
* debian/patches/redirect_dispatcher_output.patch: redirect all dispatcher
  output when called from udev to /dev/null.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Configuration for the usb_modeswitch package, a mode switching tool for
2
2
# USB devices providing multiple states or modes
3
3
#
4
 
# This file is evaluated by the wrapper script "usb_modeswitch_dispatcher"
5
 
# in /usr/sbin
 
4
# Evaluated by the wrapper script /usr/sbin/usb_modeswitch_dispatcher
 
5
#
6
6
# To enable an option, set it to "1", "yes" or "true" (case doesn't matter)
7
7
# Everything else counts as "disable"
8
8
 
14
14
 
15
15
 
16
16
# Enable logging (results in a extensive report file in /var/log, named
17
 
# "usb_modeswitch_<interface-name>" (and probably others)
 
17
# "usb_modeswitch_<interface-name>" and probably others
18
18
 
19
19
EnableLogging=0