Sanjay Govind
Sanjay Govind
**Describe the issue** It appears that the LibUsb UsbInterface is using just the RequestType when creating control transfers, instead of the entire `UsbDeviceRequestType` I found that this would stop me...
Added functions: ```python wiimote[i].playSoundPCM(file,volume); #Play file at volume wiimote[i].stopSound(); #Stop any playing sounds ``` Note that to convert a file to play on the wii remote, you need to convert...
Would it be possible to detect xbox 360 controllers via their [windows compatible descriptor](https://github.com/pbatard/libwdi/wiki/WCID-Devices)? An id of xusb10 is a wired controller, and XUSB20 represents a wireless controller. Also, Xbox360...
### Related area Usb Class Drivers ### Hardware specification N/A ### Is your feature request related to a problem? I am trying to implement a custom usb driver for xinput...
I maintain a project for letting people build their own guitar hero and rock band instruments from arduinos, and I have had a few people request that i support using...
**Which addon?** Overseerr **Is your feature request related to a problem? Please describe.** I would like to be able to use the add-on through ingress **Describe the solution you'd like**...
I currently have two pico ws, one configured as a HOG Host, and one configured as a HOG Device, using code very similar to the hog keyboard hog host examples....
### Quick summary It would be nice if USB device passthrough supported hotplug with passthrough. ### Details It would be nice if RPCS3 would detect a device that was plugged...
One of the requirements for upstreaming is that we have tests, specifically there needs to be 100% coverage for `config_flow.py` but we may want to do more tests than that.
