-
One of the known thread-safety-related limitations on MacOS is that hid_init and hid_exit have to be called on the same thread. The only thing hid_exit really does there is destroy a HidManager. We co…
-
If you copy/paste the code from [the RP2040 USB logger example](https://github.com/embassy-rs/embassy/blob/main/examples/rp/src/bin/usb_logger.rs) into a new project, it will not compile.
Here is t…
-
Hi,
i use a UT8803E device. PC running with Mint 22.
Unfortunately the device will be not recognised as a /dev/ttyUSBx
I see only: (dmesg)
```
[ 5738.844267] usb 2-2.4: new full-speed USB devic…
-
This epic is complete when the firmware can report all relevant information via HID reports.
-
Hi,
I am running the program on Windows Server 2022 and I only get this message
"PS C:\Program Files (x86)\NUT\bin> .\upsc.exe ups
Error: Driver not connected"
![image](https://github.com/user…
-
### Steps to reproduce
Run the example code on macOS.
### Expected results
1. `PhysicalKeyboardKey`. Usb hid code is `0x68`, but the code should be `0x46` https://www.usb.org/sites/default/files/…
-
### Describe the bug
When laptop is folded to tablet mode, rotating the device does not cause display orientation to change.
### What did you expect to happen?
When laptop is in tablet mode, turnin…
-
Hey,
I'm looking into how to add support for the haptics feedback of the Simagic Pedals. I think I've figured out most of what's needed about the pedals themselves, just need to know how to make it…
-
The DualSense controller provides a USB Audio device. In Windows' device manager, the audio device shows a parent device of `USB\VID_054C&PID_0CE6\8&ef6451e&0&8`. The matching VID/PID of the controlle…
-
Hello,hrvach:
I am an electronics enthusiast from China and came across your project by chance. It is a fantastic project that can solve many operational problems with multiple hosts.
I have…