summaryrefslogtreecommitdiff
path: root/tinyusb/class/hid_device.c
AgeCommit message (Expand)Author
2018-03-06move class fileshathach
2018-03-06clean uphathach
2018-03-06rename to hal_dcd_pipe_xfer()hathach
2018-03-06change hal_dcd_pipe_open() signature to return boolhathach
2018-03-06remove class code in pipe open()hathach
2018-03-06rename to hal_dcd_control_xfer() and hal_dcd_control_stall()hathach
2018-03-02add tud_mount_cb, tud_umount_cbhathach
2018-03-01rename tud_configured() to mounted()hathach
2018-03-01device API renamehathach
2014-04-17clean up STATIC_VARhathach
2014-03-23use internal buffer for hid report descriptor as well.hathach
2014-03-23remove IAD_DESC_REQUIREDhathach
2014-03-22rename dcd_11u_13u_qhd_t::total_bytes to nbytes to prevent confusionhathach
2014-03-21clean ATTR_USB_MIN_ALIGNMENT on application and most of device except the msc...hathach
2014-03-21clean up some device warningshathach
2014-03-18finish descriptor refractor for hid keyboard & mousehathach
2014-03-18app descriptor renamehathach
2014-03-10change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...hathach
2013-12-09add keyboard led maskhathach
2013-12-02refractor hid device driverhathach
2013-12-01change class_ixr to class_cbhathach
2013-11-21add class mounted callback for hid mouse/keyboard & refractor mouse/keyboard apphathach
2013-11-21refractor usbd-dcd callback, add bus event isrhathach
2013-11-15separate data & status from dcd_pipe_control_xferhathach
2013-11-14complete double buffering for queueing xfer for lpc11u/13u requried by msc de...hathach
2013-11-13fix potential issue with stall endpointshathach
2013-11-13able to build and run cdc device demo on lpc11uxxhathach
2013-11-11technically, mouse + keyboard device demo also work on lpc13uxxhathach
2013-11-11adding support for lpc13uxxhathach
2013-11-06added hid device hidd_isr callbackhathach
2013-11-01implement msc device classhathach
2013-10-30refractor hid devicehathach
2013-10-30fix dcd_data declared with TUSB_CFG_ATTR_USBRAMhathach
2013-10-29able to enumerate mouse + keyboard (missing timing at set configured though)hathach
2013-10-29change device driver init to open (when configured)hathach
2013-10-29temporarily implementation of dcd_pipe_is_busyhathach
2013-10-29able to fully enumerated with keyboardhathach
2013-10-29implementing sw device stackhathach
2013-10-27make device keyboard buildable & runnable with ea4357hathach
2013-10-25more doxygen workhathach
2013-07-04no big deal, only rename tusb_std_request_t to tusb_control_request_thathach
2013-06-21[host lpc43xx] adding support for host custom classhathach
2013-06-14add dcd_pipe_control_readhathach
2013-06-14implement hidd_control_request including std & class specific to interface nu...hathach
2013-06-12add coreid to hidd_inithathach
2013-06-12clean uphathach
2013-06-04re-create ngx4330.hhathach
2013-06-03add TUSB_CFG_PROUDCT_ID checkhathach
2013-06-03refractor device mouse main.c & tusbd_hid_mouse_send_reporthathach
2013-06-03refractor tusb_descriptorshathach