abratchik

Results 47 comments of abratchik

I ended up forking NUT as this seems to be more correct way of fixing this issue. You may try to build nut build from here - https://github.com/abratchik/nut. It should...

Hi @dosmenbsd , great effort, thanks for sharing! BTW, the NUT library fix to support UPS with the USB Interface > 1 has been merged already to the master, many...

Hi @jimklimov, thank you for your feedback! Most of Arduino boards equipped with the USB port are [here](https://github.com/arduino/ArduinoCore-avr/blob/master/boards.txt).

The function of the Arduino "perceived" by the host is entirely dependent on the HID descriptor, which is uploaded to the Arduino board along with the sketch code. In theory,...

Hi @ZetaPhoenix , thanks for your interest! In theory this code should work on any Arduino Leonardo or Pro Micro clones out of the box but I never tested it...

Timing is fine since all the string descriptors can be overridden through PluggableUSB (it is called first in the USBCore). I already implemented and tested this feature in the associated...

Hi Fredrik, I'd be happy to accept your PRs, However, some changes I spotted are minor and some are changing the signatures of methods. I do not have the auto...

You are welcome. This is known issue, unfortunately. Windows 10 does allow multiple batteries in the system and all of them can be displayed in the tray. However, the batteries...

Well, if your fix is tested on Linux, Mac and Windows then of course I will accept, why not? :-) Will be happy to.

HI @forderud , as I mentioned above, changing the default will have effect on existing implementations. Having another battery for a Windows laptop is not the main use case for...