summaryrefslogtreecommitdiff
path: root/src/class/hid/hid.h
AgeCommit message (Expand)Author
2022-02-17fix HID_REPORT_ID_N()hathach
2021-08-10correct newline usage keycode (ENTER 0x28)hathach
2021-06-09use alias for button naminghathach
2021-06-09Change buttons to start from 0Marcelo Bezerra
2021-06-09update gamepad helperhathach
2021-06-09indent fixMarcelo Bezerra
2021-06-09Fix comment in hid.hMarcelo Bezerra
2021-06-09Pull request changesMarcelo Bezerra
2021-06-09remove excess empty linesMarcelo Bezerra
2021-06-09clean upMarcelo Bezerra
2021-06-09Add optional support for 32 gamepad buttonsMarcelo Bezerra
2021-05-18Merge branch 'master' into host-hidhathach
2021-05-18update hid report descriptor macrohathach
2021-05-18more host hid APIhathach
2021-05-18fix build errorhathach
2021-05-18update to use HID spec protocol value for get/set_protocol()hathach
2021-05-18clean up, rename some HID device symbol/APIhathach
2021-03-30correct hid key enter = 0x28, return = 0x9Ehathach
2021-03-30add hid keys from 0x6B to 0xA4hathach
2021-02-08add tud_hid_n_gamepad_report() helper for gamepad reporthathach
2021-02-08enhance gampepad report with dpad/hat supporthathach
2020-04-20add extra comma to HID_REPORT_IDhathach
2020-01-15Normalize line endingsNathan Conrad
2019-12-17add "`" and "~" to keycode -> ASCII tablesamveen
2019-12-16[tusb]fix typo in commentsamveen
2019-06-06add HID_ASCII_TO_KEYCODEhathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-14update license year to 2019hathach
2019-05-02support hid generic inout #58hathach
2019-05-02clean uphathach
2019-05-01add tud_hid_set_idle_cbhathach
2019-04-18update tud_hid_keyboard/mouse helperhathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2018-12-21white spaceshathach
2018-12-14rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistencyhathach
2018-11-23remove pragma GCC diagnostichathach
2018-11-09Exempt from strict warnings for struct packing and add MCU optionsScott Shawcroft
2018-07-31dev hid enhancement, add report descriptor templates for keyboard, mouse, con...hathach
2018-07-31fix hid warning, move report descriptor template to hid.hhathach
2018-07-28fix hid generic various errorhathach
2018-07-24nrf52840 boot mouse does not work, need more workhathach
2018-07-23enhance device hidhathach
2018-07-23reworking device hid class driverhathach
2018-06-18rename subfolder source to srchathach