sakumisu
|
bff8a632a9
|
feat(class): add usb_osal_thread_schedule_other to allow the applications which use the struct usbh_xxx to exit properly before free struct usbh_xxx
Signed-off-by: sakumisu <1203593632@qq.com>
|
2025-06-03 22:43:35 +08:00 |
|
sakumisu
|
83695e77cf
|
update: add usb align up for every buffer when use dcache clean&invalid api
Signed-off-by: sakumisu <1203593632@qq.com>
|
2025-03-28 13:29:04 +08:00 |
|
electretmike
|
149fb046bc
|
fix: rename class to class_code, for c++ compatibility (#269)
Co-authored-by: Michiel van Leeuwen <michiel@embeddedacoustics.com>
|
2024-10-30 15:11:46 +08:00 |
|
sakumisu
|
02340e0f44
|
chore: static code analysis
|
2024-09-19 09:50:18 +08:00 |
|
sakumisu
|
35da8d6747
|
fix: fix -Wunused-parameter warning with -Wextra cflag
|
2024-08-21 20:08:47 +08:00 |
|
sakumisu
|
755d067650
|
update: check class->hport validity
|
2024-06-23 14:16:57 +08:00 |
|
sakumisu
|
5fec929b93
|
support id table for multi vid pid
|
2024-05-03 18:54:36 +08:00 |
|
sakumisu
|
c8be4d6fd3
|
change INFO to RAW
|
2024-04-07 23:31:04 +08:00 |
|
sakumisu
|
eeb304ae08
|
update log tag
|
2024-01-30 23:04:35 +08:00 |
|
sakumisu
|
14f1f597f1
|
add usb errno, do not use system errno
|
2023-12-05 21:34:32 +08:00 |
|
sakumisu
|
5bbe2a97f2
|
refactor urb, add ep & hport in urb to make hardware pipe more reusable
|
2023-11-16 19:56:52 +08:00 |
|
sakimisu
|
1a7259649b
|
standardize video control api
|
2023-08-25 21:36:27 +08:00 |
|
sakimisu
|
c8b832e1a0
|
fix function name
|
2023-08-05 11:08:24 +08:00 |
|
sakimisu
|
3057f41020
|
use static memory to malloc & free class
|
2023-07-12 22:48:18 +08:00 |
|
sakimisu
|
2ca22deaad
|
remove unused code
|
2023-06-21 23:30:44 +08:00 |
|
sakimisu
|
9172223fe6
|
call usbh_xxx_stop when class enumerates completely
|
2023-05-17 20:43:23 +08:00 |
|
sakumisu
|
9c5af19cb1
|
remove unused functions
|
2023-03-22 14:57:47 +08:00 |
|
sakumisu
|
75ddfc8e4d
|
move hub and hport variable into common ram to reduce nocache ram usage
|
2023-02-18 15:19:52 +08:00 |
|
sakimisu
|
3fa3f3e356
|
do not check if device is closed
|
2023-02-07 22:54:51 +08:00 |
|
sakumisu
|
af88c8e90b
|
config ep pipe after set_interface
|
2023-02-05 14:38:14 +08:00 |
|
sakimisu
|
e1585f801c
|
reset pipe and is_opened before set_interface cmd
|
2023-01-03 22:20:57 +08:00 |
|
sakimisu
|
f45e0f47fa
|
rename class info name
|
2022-12-31 15:55:07 +08:00 |
|
sakimisu
|
27ff38f745
|
update video driver
|
2022-12-31 14:10:27 +08:00 |
|
sakimisu
|
512de54d33
|
add host class run and stop callback
|
2022-11-26 23:52:58 +08:00 |
|
sakumisu
|
2890c03eec
|
list all video altsettings
|
2022-10-07 14:56:20 +08:00 |
|
sakumisu
|
4a0f182644
|
do not reset bufoffset when len=0 or len=buf[0]
|
2022-10-06 16:24:08 +08:00 |
|
sakumisu
|
212a727cbd
|
remove irq protect when allocates devnum
|
2022-10-01 16:15:53 +08:00 |
|
sakumisu
|
2d9862254e
|
fix probe to commit
|
2022-09-26 20:50:20 +08:00 |
|
sakumisu
|
9ddfd6017c
|
check if video frame header is illegal
|
2022-09-24 18:35:21 +08:00 |
|
sakumisu
|
dc1c1da072
|
record video altsetting num
|
2022-09-24 17:15:40 +08:00 |
|
sakumisu
|
07e15636ed
|
add usb host video class
|
2022-09-23 22:02:03 +08:00 |
|