summaryrefslogtreecommitdiff
path: root/chip/stm32/usb_hid.c
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* stm32: usb_hid: refactor to support `Get_Report` requestWei-Han Chen2018-08-311-18/+55
* stm32/usb: Patching framework for USB descriptorsNicolas Boichat2017-12-121-2/+1
* chip/stm32/usb_hid_keyboard: implement keyboard backlight controlWei-Ning Huang2017-09-011-9/+24
* hammer: Make keyboard work at firmware screenNicolas Boichat2017-05-181-19/+30
* usb: Cleanup headersNicolas Boichat2017-03-161-0/+1
* chip/stm32/usb: Allow interface handler to reply with more than 64 bytesNicolas Boichat2016-11-221-9/+40
* chip/stm32/usb_hid: Separate HID keyboard supportNicolas Boichat2016-11-161-117/+16
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* cleanup: Rename usb.h to usb_descriptor.hShawn Nematbakhsh2015-11-081-1/+1
* USB: Fix memcpy routinesAnton Staaf2015-04-131-2/+3
* USB: Add memcpy_from_usbram and update existing memcpyAnton Staaf2015-01-081-2/+2
* USB: Interface callbacks now return an error codeAnton Staaf2014-12-021-3/+4
* usb: add USB HID driverVincent Palatin2014-06-191-0/+162