usb-modeswitch 2.2.5+repack0-1ubuntu1 source package in Ubuntu

Changelog

usb-modeswitch (2.2.5+repack0-1ubuntu1) wily; urgency=medium

  * Merge from Debian unstable, remaining changes: (LP: #1498805)
    - dispatcher-c-rewrite.patch: Rewrite dispatcher in C to avoid TCL deps.
    - redirect_dispatcher_output.patch: redirect all dispatcher output when
      called from udev to /dev/null.
    - Replace libjim/jimsh build-depends with libpipeline-dev, libudev-dev.
  * Update dipatcher-c-rewrite: add unbind_driver function as per the change
    from 2.2.3 to 2.2.5 to the TCL version of the dispatcher.
  * debian/patches/systemd_service_name.patch: fix instance name for systemd;
    make sure we don't try to start usb-modeswitch with an invalid instance
    name.

 -- Mathieu Trudel-Lapierre <email address hidden>  Fri, 02 Oct 2015 16:52:27 -0400

Upload details

Uploaded by:
Mathieu Trudel-Lapierre
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
comm
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main comm

Downloads

File Size SHA-256 Checksum
usb-modeswitch_2.2.5+repack0.orig.tar.xz 43.0 KiB e32f0f5a87f9aa3215cfbf1f3b45205907e817a54a4d1d1e4a91fe5860c80bfb
usb-modeswitch_2.2.5+repack0-1ubuntu1.debian.tar.xz 27.8 KiB a8097577ade2ca1e386a63e8525d255da7b7a625a600bbc5eb3033e86c343f42
usb-modeswitch_2.2.5+repack0-1ubuntu1.dsc 2.1 KiB 1c1cd9b0c93882471cc7b42aae975363ac904008526476d1faf9fbf5ef45a3db

View changes file

Binary packages built by this source

usb-modeswitch: No summary available for usb-modeswitch in ubuntu zesty.

No description available for usb-modeswitch in ubuntu zesty.

usb-modeswitch-dbgsym: debug symbols for package usb-modeswitch

 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.