gdsports
gdsports
@dmadison @zlittell The security string should be specified as ASCII characters, not 16 bit unicode. The extra 0x00 are added later when the string descriptor is sent. With this patch,...
Has anyone tried using a Teensy 3.6 (t36) with USB host gamepad/joystick (xboxone, xbox360) with MSF-INPUT create a pass through/proxy device? Plug in an xbox360 controller to the t36 USB...
https://github.com/gdsports/ArduinoJoystickLibrary/tree/samd_patch I added support for SAMD21 boards (Zero/M0 and MKR family). In addition, the changes work with the Adafruit Metro M4 board (SAMD51). There are so many SAMD boards from...
Fixes # or Enhancement #: Issue #99 Changes proposed in this pull request: Add support for Arduino Zero, M0, and MKR family
Linux USB printer driver always sends set_interface even when there is only one and no alternate. ``` 0x01, // bmRequestType: Dir: H2D, Type: Standard, Recipient: Interface 0x0B, // bRequest (Set...
NSGamepad configures the gadget device into a USB gamepad. With the help of a Mayflash Magic NS adapter (about $20), the Pi Zero gamepad can control a Nintendo Switch. See...
The whole repo must be cloned. Using "--depth=1" does not work. I helped someone setup a Pi to do kernel builds and found my instructions do not work. :(
The goal is to reduce the steps for the end user by creating an IMG file with all the changes specified in various README files. Perhaps one IMG for XAC...
My BLE central [iTag](https://thejeshgn.com/2017/06/20/reverse-engineering-itag-bluetooth-low-energy-button/) program based on the SensorTag example fails at the simpleKeyCharacteristic.subscribe() step. I "fixed" the problem as shown below. The characteristics properties are not available at this...