Displaying 1 result from an estimated 1 matches for "r2098".
Did you mean:
2098
2010 Mar 19
1
usbhid-ups fails with Belkin F6C120-UNV in nut-2.4.3
...8
0.294574 libusb_get_report: No error
0.294589 Can't retrieve Report 03: Operation not permitted
0.294601 Path: UPS.BELKINConfig.BELKINConfigApparentPower, Type: Feature, ReportID: 0x03, Offset: 0, Size: 16
0.299576 libusb_get_report: No error
..
The change in SVN r2098 triggers the problem. By looking at the usbmon
output I see that this device fails to respond to the get_report
requests when the request size is 512 bytes. The requests worked
correctly when they were using the sizes reported by the device:
usbmon get_report() requests from nut-2.4.1
The length o...