Age | Commit message (Expand) | Author |
2024-10-25 | machine/usb/adc/midi: fix PitchBend | sago35 |
2024-10-25 | machine/usb/adc/midi: clarify operator precedence | sago35 |
2024-08-14 | machine/usb/descriptor: Reset joystick physical | Unrud |
2024-08-14 | machine/usb/descriptor: Drop second joystick hat | Unrud |
2024-08-14 | machine/usb/hid/joystick: Allow more hat switches | Unrud |
2024-08-14 | machine/usb/descriptor: Add more HID... functions | Unrud |
2024-08-14 | machine/usb/descriptor: Fix encoding of values | Unrud |
2024-06-24 | machine: use new internal/binary package | Ayke van Laethem |
2023-11-07 | machine/usb: add support for ISERIAL descriptor | sago35 |
2023-09-07 | machine/usb/adc/midi: improve implementation to include several new messages | deadprogram |
2023-08-07 | Add support for HID Keyboard LEDs | Unrud |
2023-08-04 | machine/usb/hid: rename Handler() to TxHandler() | sago35 |
2023-08-04 | machine/usb/hid: add RxHandler interface | sago35 |
2023-08-02 | machine/usb: refactor endpoint configuration | sago35 |
2023-08-02 | machine/usb: allow USB Endpoint settings to be changed externally | sago35 |
2023-07-01 | machine/usb/hid,joystick: fix hidreport (3) (#3802) | sago35 |
2023-05-14 | machine/usb/hid: fix hidreport (2) | sago35 |
2023-05-07 | machine/usb/hid: fix hidreport | sago35 |
2023-05-05 | machine/usb/descriptor: further refactor HID report creation | deadprogram |
2023-05-05 | machine/usb/descriptor: rename and export Append() to make it easier to creat... | deadprogram |
2023-05-05 | machine/usb/descriptor: refactor HID report creation | deadprogram |
2023-04-29 | machine/usb: move MIDI under usb/adc (Audio Device Class) package | deadprogram |
2023-04-28 | machine/usb/hid/mouse: add support for mouse back and forward | sago35 |
2023-04-28 | machine/usb/hid/joystick: handle case where we cannot find the correct HID de... | deadprogram |
2023-04-28 | machine/usb: refactoring descriptors into subpackage for modularity | deadprogram |
2023-04-03 | machine/usb/hid/joystick: allow joystick settings override | sago35 |
2023-04-03 | machine/usb/hid/joystick: move joystick under HID as it belongs and also remo... | deadprogram |
2023-03-22 | machine/usb: add ability to override default VID, PID, manufacturer name, and... | deadprogram |
2023-02-18 | machine/usb/hid: add MediaKey support (#3436) | sago35 |
2023-01-08 | machine/usb: change to not send before endpoint initialization | sago35 |
2023-01-07 | Add USB HID joystick support (#3366) | irieda |
2022-12-15 | usbhid: change usage-maximum to 0xFF | sago35 |
2022-10-17 | machine/usb: add back New() with deprecation comment to use Port() instead | deadprogram |
2022-10-17 | machine/usb: rename 'New()' to 'Port()' to have the API better match the sing... | deadprogram |
2022-10-13 | usb: remove allocs in ISR | Kenneth Bell |
2022-08-04 | all: format code according to Go 1.19 rules | Ayke van Laethem |
2022-07-27 | usb/midi: add definition of MIDI note number | sago35 |
2022-07-21 | machine/usb/midi: add NoteOn, NoteOff, and SendCC methods for more complete API | deadprogram |
2022-07-14 | machine/usb/midi: correct reference to handler function | deadprogram |
2022-07-14 | machine/usb: refactorings to move functionality under machine/usb package | deadprogram |
2022-07-13 | usb: rename callback to handler to keep consistent | deadprogram |
2022-07-12 | usb: add support for midi | sago35 |
2022-07-10 | samd21,samd51,nrf52840: move usbcdc to machine/usb/cdc (#2972) | sago35 |
2022-06-11 | usbhid: add support for mouse buttons (#2900) | sago35 |
2022-06-11 | samd21,samd51,nrf52840: add support for USBHID (keyboard / mouse) | sago35 |