Module Name: src Committed By: jym Date: Sat Dec 26 22:15:37 UTC 2020
Modified Files: src/sys/dev/usb: usb_quirks.c Log Message: Add WayTech USB to Serial device to quirks routines, in order to prevent uhid(4) from attaching and leave it to ugen(4) so libusb can query it. It is used by some UPS peripherals for their management, especially the ones from Infosec and Megatec. Tested with Infosec E3 UPS through ups-nut-usb and `blazer_usb' driver using the following configuration (ups.conf): [infosec] driver = blazer_usb port = auto vendorid = 0665 productid = 5161 Make sure the associated /dev/ugenXXX is accessible to `nut' user if you use ups-nut. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/dev/usb/usb_quirks.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.