summaryrefslogtreecommitdiff
path: root/src/class/hid
AgeCommit message (Collapse)Author
2018-07-28adding hid_generic supporthathach
2018-07-28change HID config, move HID boot config to part of auto descriptor onlyhathach
2018-07-27seperate CFG_TUD_HID_BOOT_PROTOCOL to CFG_TUD_HID_KEYBOARD_BOOT & ↵hathach
CFG_TUD_HID_MOUSE_BOOT
2018-07-26clean uphathach
2018-07-26fix hid keyboard idle ratehathach
2018-07-25add control set boot protocol support and keyboard idle ratehathach
- tud_hid_keyboard_is_boot_protocol() - tud_hid_mouse_is_boot_protocol()
2018-07-24improve tud_hid_mouse API()hathach
2018-07-24rename tud_hid_mouse_busy to tud_hid_mouse_readyhathach
2018-07-24change tud_hid_keyboard_busy() to tud_hid_keyboard_ready() for positive meaninghathach
2018-07-24rename device mouse APIhathach
2018-07-24rename device keyboard apihathach
2018-07-24nrf52840 boot mouse does not work, need more workhathach
2018-07-23clean up includehathach
2018-07-23rename timeout_ API to tu_timeout APIhathach
2018-07-23rename timeout_timer.h to tusb_timeout.hhathach
2018-07-23rename tud_hid_mouse_is_busy to tud_hid_mouse_busyhathach
2018-07-23enhance device hidhathach
- add CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUP - add tud_hid_keyboard_send_keycode(), tud_hid_keyboard_send_char(), tud_hid_keyboard_send_string() - add timeout_blocking_wait()
2018-07-23reworking device hid class driverhathach
2018-07-13add ep2drv, rename descriptor offsethathach
2018-07-13rename class driver close() to reset()hathach
2018-06-18rename subfolder source to srchathach