Results 38 comments of Charles Lepple

> However, NUT seems to almost go out of its way to prevent this since the port setting is ignored. NUT was written before libusb1, so there was no way...

Can you please post the following: - output of `ls -l /dev/bus/usb/002/005` (if you have moved the UPS since the previous screenshot, adjust based on the current Bus and Device...

Two ways to check for additional USB HID Usage IDs: 1. Run the NUT driver at least once after plugging the UPS USB cable into the host, and then stop...

The previous comment probably sounds a bit like voodoo, so I should explain: `lsusb` can't fetch additional descriptors (such as the HID Report Descriptor) unless it has R/W privileges to...

> having a method where the HID report descriptor can be replaced may be the only real solution. Agreed. Let us know if you have thoughts on a general way...

I did a regression check on whether the code compiles for non-Windows systems, and it looks like there is an issue with this trunk merge to 2.6.5: 6e51ff2bd The code...

I think the INSTALL file was overwritten by mistake during that merge with the standard GNU installation instructions: http://trac.networkupstools.org/projects/nut/browser/branches/windows_port/INSTALL?rev=3714 versus http://trac.networkupstools.org/projects/nut/browser/trunk/INSTALL?rev=3857 I'm going to copy over the INSTALL from master,...

> The best for now is probably to present your ideas here and / or to fork a branch of the Windows one and start applying these ideas. > >...

> Well, if you do not mind, I will fork Windows-v2.6.5-7 branch to implement the SAL. After it is completed, we could get back to the question of proper branching...

@jimklimov I admit I haven't followed your recent Windows work, but if you are truly proposing a merge of the old SVN-era Windows branch with no rebasing to remove all...