You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On OpenBSD, the libusb_kernel_* functions return LIBUSB_ERROR_NOT_SUPPORTED because there is no implementation for it (also "usblp" is a Linux thing).
The following patch adds a check to open_device() that catches LIBUSB_ERROR_NOT_SUPPORTED and continues with a warning assuming that the kernel hasn't attached the device so that libusb is used.
This allows my USB printers to work on at least OpenBSD.
The text was updated successfully, but these errors were encountered:
Version: 2.0.1
CUPS.org User: ajacoutot
Hi.
On OpenBSD, the libusb_kernel_* functions return LIBUSB_ERROR_NOT_SUPPORTED because there is no implementation for it (also "usblp" is a Linux thing).
The following patch adds a check to open_device() that catches LIBUSB_ERROR_NOT_SUPPORTED and continues with a warning assuming that the kernel hasn't attached the device so that libusb is used.
This allows my USB printers to work on at least OpenBSD.
The text was updated successfully, but these errors were encountered: