Package: usb-modeswitch / 1.1.4-2

Metadata

Package Version Patches format
usb-modeswitch 1.1.4-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_no_bash_before_tcl.patch | (download)

usb_modeswitch.tcl | 17 1 + 16 - 0 !
1 file changed, 1 insertion(+), 16 deletions(-)

 avoid to wait once more on /usr/bin/tclsh: its presence is
 guaranteed by Depends in the package and /usr/bin/env can only be launched
 when /usr is present.
02_mp_correct_hyphens.patch | (download)

usb_modeswitch.1 | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix the i:hyphen-used-as-minus-sign lintian warning
03_use_udev_specifics.patch | (download)

usb_modeswitch.sh | 17 6 + 11 - 0 !
1 file changed, 6 insertions(+), 11 deletions(-)

 use udev-in-debian specific tools for the waiting script
 This is inspired from alsa-utils'
04_use_var_lib_not_etc.patch | (download)

usb_modeswitch.tcl | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use /var/lib/usb_modeswitch instead of /etc/usb_modeswitch.d for 
 runtime files
05_fixed_configuration_switching_races.patch | (download)

usb_modeswitch.c | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 [patch] fixed configuration switching races.