summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/usb_descriptor.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developJoshua Diamond2022-09-121-0/+3
|\
| * GMMK2: Fix 'ISO' within product name (#18322)Joel Challis2022-09-101-0/+3
* | Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-281-6/+6
|/
* Add support for large Mouse Reports (#16371)Drashna Jaelre2022-06-081-1/+14
* Joystick: Simplify report descriptor and clean up error messages (#16926)Ryan2022-04-261-24/+19
* Change default USB Polling rate to 1kHz (#15352)Drashna Jaelre2021-11-291-1/+1
* [Bug] fix logical minimum in Programmable Button rdesc (#14464)Thomas Weißschuh2021-09-161-1/+1
* [Bug] Fix descriptor for USB Programmable Buttons (#14455)Thomas Weißschuh2021-09-151-1/+1
* Add Support for USB programmable buttons (#12950)Thomas Weißschuh2021-09-151-0/+19
* Digitizer HID interface : absolute coordinates for mouse cursor (#12851)a-chol2021-08-181-0/+101
* Use string literals for `SERIAL_NUMBER` (#13403)Ryan2021-07-161-2/+2
* core: bump USB spec version in device descriptor to 2.0 (#13078)Michael Stapelberg2021-06-071-1/+1
* Add support for 8 buttons to mouse report (#10807)Drashna Jaelre2021-01-281-8/+4
* Omit serial number if not defined (#11104)Ryan2020-12-051-4/+8
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-281-2/+13
* Hid joystick interface (#4226)a-chol2020-08-291-1/+110
* Various tidyups for USB descriptor code (#9005)Ryan2020-08-291-5/+5
* Allow for overriding RAW endpoint usage page and ID. (#8834)Nick Brassel2020-05-211-2/+3
* Improvements to extrakey HID descriptors (#8156)Ryan2020-02-251-8/+8
* Un-clang-format usb_descriptor.h (#7216)fauxpark2019-11-041-347/+701
* Fixes #7256: USB descriptor to identify correctly as MIDI device. (#7258)Christopher2019-11-051-1/+1
* Reorder Raw HID interface to match what the USB spec expects (#6801)fauxpark2019-10-081-10/+10
* Make USB polling rate configurable with a define (#6668)fauxpark2019-09-061-3/+7
* clang-format changesskullY2019-08-301-712/+360
* Fix the LUFA lib to use a submodule instead of just files (#6245)Drashna Jaelre2019-08-301-11/+15
* LUFA USB descriptor cleanup (#4871)fauxpark2019-08-301-705/+698
* Use a single endpoint for HID reports (#3951)James Laird-Wah2018-11-151-117/+96
* Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo2018-02-081-0/+1017