File: control

package info (click to toggle)
usb-modeswitch 2.5.0%2Brepack0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 384 kB
  • ctags: 235
  • sloc: ansic: 1,810; tcl: 775; makefile: 263; sh: 221
file content (34 lines) | stat: -rw-r--r-- 1,471 bytes parent folder | download | duplicates (2)
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
27
28
29
30
31
32
33
34
Source: usb-modeswitch
Section: comm
Priority: extra
Maintainer: Didier Raboud <odyx@debian.org>
Build-Depends: debhelper (>= 9),
 libusb-1.0-0-dev,
 pkg-config,
 jimsh, libjim-dev (>= 0.75-1~)
Standards-Version: 3.9.8
Homepage: http://www.draisberghof.de/usb_modeswitch/
Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/usb-modeswitch.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/usb-modeswitch.git

Package: usb-modeswitch
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, usb-modeswitch-data (>= 20140529)
Breaks: usb-modeswitch-data (<< 20100127)
Suggests: comgt, wvdial
Description: mode switching tool for controlling "flip flop" USB devices
 Several new USB devices have their proprietary Windows drivers onboard,
 especially WAN dongles. When plugged in for the first time, they act
 like a flash storage and start installing the driver from there. If
 the driver is already installed, the storage device vanishes and
 a new device, such as an USB modem, shows up. This is called the
 "ZeroCD" feature.
 .
 On Debian, this is not needed, since the driver is included as a
 Linux kernel module, such as "usbserial". However, the device still
 shows up as "usb-storage" by default. usb-modeswitch solves that
 issue by sending the command which actually performs the switching
 of the device from "usb-storage" to "usbserial".
 .
 This package contains the binaries and the brother scripts.