Package: midisport-firmware / 1.2-4

Metadata

Package Version Patches format
midisport-firmware 1.2-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
configure drop udev check.patch | (download)

configure.ac | 12 0 + 12 - 0 !
1 file changed, 12 deletions(-)

 strip udev version check from configure
 We are Debian, we know the udev version. (via build dependency).
 Without this patch, we'd need to augment $PATH (/sbin/udevadm) in the
 pbuilder, just to find out that we have the right one.

udev rule.patch | (download)

42-midisport-firmware.rules.in | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 fix broken udev rule
 fxload once used the DEVICE environment variable to determine the
 target device. However, with usbfs no longer in place, this variable
 points to the nonexistent file(s) in /proc/bus/usb instead of
 /dev/bus/usb. The udev rules need to be augmented to pass the right
 device path to fxload.