search for: arduino_hid2nut

Displaying 4 results from an estimated 4 matches for "arduino_hid2nut".

2023 Nov 12
1
What is the arduino sub-driver intended to be used for?
...correctly reporting the UPS.PowerSummary.PresentStatus.Charging and UPS.PowerSummary.PresentStatus.Discharging bitfields. I traced the problem down to drivers/arduino.c. Apparently the Arduino subdriver doesn't have an entry for "UPS.PowerSummary.PresentStatus.ACPresent" in it's arduino_hid2nut[] definition. The only sections present are commented as: /* USB HID PDC defaults */ I my local source tree, I made changes to these entries copied from another USB HID-based subdriver, to add: /* USB HID UPS Status*/ {"BOOL", 0, 0, "UPS.PowerSummary.PresentStatus.Ch...
2023 Nov 12
1
What is the arduino sub-driver intended to be used for?
...UPS.PowerSummary.PresentStatus.Charging > and UPS.PowerSummary.PresentStatus.Discharging bitfields. > > I traced the problem down to drivers/arduino.c. Apparently the Arduino > subdriver doesn't have an entry > for "UPS.PowerSummary.PresentStatus.ACPresent" in it's arduino_hid2nut[] > definition. The only sections present are commented as: > /* USB HID PDC defaults */ > > I my local source tree, I made changes to these entries copied from > another USB HID-based subdriver, to add: > /* USB HID UPS Status*/ > {"BOOL", 0, 0, &quot...
2023 Nov 13
1
What is the arduino sub-driver intended to be used for?
...esentStatus.Charging >> and UPS.PowerSummary.PresentStatus.Discharging bitfields. >> >> I traced the problem down to drivers/arduino.c. Apparently the Arduino >> subdriver doesn't have an entry >> for "UPS.PowerSummary.PresentStatus.ACPresent" in it's arduino_hid2nut[] >> definition. The only sections present are commented as: >> /* USB HID PDC defaults */ >> >> I my local source tree, I made changes to these entries copied from >> another USB HID-based subdriver, to add: >> /* USB HID UPS Status*/ >> {&...
2023 Nov 15
2
What is the arduino sub-driver intended to be used for?
...>>> and UPS.PowerSummary.PresentStatus.Discharging bitfields. >>> >>> I traced the problem down to drivers/arduino.c. Apparently the Arduino >>> subdriver doesn't have an entry >>> for "UPS.PowerSummary.PresentStatus.ACPresent" in it's arduino_hid2nut[] >>> definition. The only sections present are commented as: >>> /* USB HID PDC defaults */ >>> >>> I my local source tree, I made changes to these entries copied from >>> another USB HID-based subdriver, to add: >>> /* USB HID UPS Stat...