10 Commits

Author SHA1 Message Date
tb
ee94970a59 devel/libusb1: fix homepage, link PRs
1. drop www from homepage (SSL_ERROR_BAD_CERT_DOMAIN)
2. link to two PRs
2020-08-05 13:59:36 +00:00
stsp
e12ca49d31 Fix a bug in libusb's OpenBSD OS backend where an open file descriptor
variable is overwritten if a libusb user attempts to open the same ugen(4)
device multiple times.

This was observed with scanimage from sane-backends and broke scanning.

ok mpi@
2020-08-05 11:35:16 +00:00
sthen
b82e30fb16 update to libusb-1.0.23, from William Orr, plus minor tweak from me.
dropping maintainer as req'd by mpi (passed on via William Orr).

the nonstandard DEBUG handling (enabling verbose debug messages) has
moved to a flavour.
2019-11-27 20:15:17 +00:00
mpi
cc24d182b3 Export port number, fix github #314.
ok jcs@, mikeb@, jasper@, sthen@
2018-07-19 12:36:34 +00:00
dcoppa
8061112809 Update to libusb1-1.0.20
OK mpi@ (maintainer)
2015-09-15 09:03:53 +00:00
mpi
7e22724d8f Instead of generating I/O to get the active configuration number, just read
it from the cached descriptor.
2013-04-22 08:37:20 +00:00
mpi
c53d93b033 Make use of the new usb(4) ioctl to retrieve the device descriptor from
memory instead of generating I/O as adertised by the libusb API.

ok mglocker@
2013-04-17 14:28:17 +00:00
mpi
549396691b Make use of the new usb(4) ioctls to retrieve the config descriptor from
memory instead of generating I/O as adertised by the libusb API.

ok mglocker@
2013-04-12 08:22:10 +00:00
mpi
df86aa6dd4 Associate an ugen node to an USB device even if it is not attached as
first device and don't use the new bConfigurationValue for the index
when caching the config descriptor.

Fix scanning problems reported and tested by ajacoutot@
2012-08-05 10:55:24 +00:00
mpi
592ef45d74 Rework the OpenBSD backend to add *basic support* for non ugen(4) devices.
It is now possible to have a read access and submit control transfers to
all USB devices using libusb, please note that controllers and hubs also
appear as devices.

Requested by many, tested by and ok ajacoutot@, jasper@, henning@, shten@
2012-06-19 20:45:00 +00:00