Linux: Rework bulk continuation check to generic kernel version check
authorPeter Stuge <peter@stuge.se>
Sun, 19 Feb 2012 04:39:33 +0000 (05:39 +0100)
committerPeter Stuge <peter@stuge.se>
Sun, 19 Feb 2012 04:45:18 +0000 (05:45 +0100)
commitc20ec7a927c05e0b960269751c26ab2b6e0b39ab
tree56b53567ba90a09154c306fab7e34e0fe7d3c73a
parentcf8f5a7be821099b143fcea8e4ba553daa22818b
Linux: Rework bulk continuation check to generic kernel version check

The old check_flag_bulk_continuation() tested for one specific running
kernel version. The new kernel_version_ge() instead allows to test the
running kernel version against major, minor and sublevel parameters.
libusb/os/linux_usbfs.c