index
:
cherryusb.git
dev
gh-pages
master
release/v1.3
release/v1.4
release/v1.5
release/v1.6
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
class
/
hid
Age
Commit message (
Expand
)
Author
2024-05-03
support id table for multi vid pid
sakumisu
2024-04-24
add user_data param in host class for users
sakumisu
2024-04-23
add hid host report api
sakumisu
2024-02-06
support multi port api for device
sakumisu
2024-01-30
update log tag
sakumisu
2023-12-05
add usb errno, do not use system errno
sakumisu
2023-11-16
refactor urb, add ep & hport in urb to make hardware pipe more reusable
sakumisu
2023-08-05
fix function name
sakimisu
2023-07-21
Fix the callback api in usbd_hid.c
Chen Leeren
2023-07-12
use static memory to malloc & free class
sakimisu
2023-05-26
extend report length
sakimisu
2023-05-24
fix hid get report len
sakumisu
2023-05-17
call usbh_xxx_stop when class enumerates completely
sakimisu
2023-03-08
fix typo
sakimisu
2023-02-18
move hub and hport variable into common ram to reduce nocache ram usage
sakumisu
2022-12-31
add class only match
sakimisu
2022-11-26
add host class run and stop callback
sakimisu
2022-10-20
remove intf malloc
sakumisu
2022-10-01
ignore set_idle when fails
sakumisu
2022-10-01
remove irq protect when allocates devnum
sakumisu
2022-09-25
fix hid duration
sakumisu
2022-09-22
xhci keyboard and mouse ok
zhugengyu
2022-09-14
add interface altsetting struct
sakumisu
2022-09-09
refactor usb host stack: hcd api, hub process and usb no cache ram process
sakumisu
2022-09-08
remove custom handler, split class handler into interface and endpoint
sakumisu
2022-08-20
refactor usb device intf and ep register
sakumisu
2022-08-19
give up class register
sakumisu
2022-08-18
delete hid state
sakumisu
2022-08-18
Simplify the license rows, standardize header macro name
sakumisu
2022-08-17
remove comments to reduce rows
sakumisu
2022-08-12
add mount callback for device, move tests in mount callback
sakumisu
2022-07-31
merge class rx setup functions into one
sakumisu
2022-07-28
refactor dcd api and ep in/out irq callback process
sakumisu
2022-06-28
update hid functions register
sakumisu
2022-06-16
delete unused ret
sakumisu
2022-06-15
fix warnings
sakumisu
2022-05-22
alloc class name after the necessary commands are completed
sakumisu
2022-04-04
Standardized function parameter with xxx_class
sakumisu
2022-04-04
add class driver export macro control
sakumisu
2022-04-01
fix size_t compile error
sakumisu
2022-03-31
fixed osal critical section protect adapt 64bits CPU.
xieyangrun
2022-03-27
clean compiler warning.
aozima
2022-03-23
update class driver info,support class driver export
jzlv
2022-03-19
update host class driver struct: add hport.
aozima
2022-02-24
use hport setup to replace class setup,move out test demo
sakumisu
2022-02-14
fix struct name due to copy error
sakumisu
2022-02-13
complete async callback process for print received data
sakumisu
2022-02-12
add static to embelish request handler
sakumisu
2022-02-08
format codes
sakimisu
2022-02-07
replace ssize_t with int
sakumisu
[next]