summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2025-05-06add support for usbtmc vendor-spicific command messagesMoritz Scholjegerdes
2025-04-17fix iar make build with wb and u5hathach
2025-04-11Merge remote-tracking branch 'upstream/master' into async_ioHiFiPhile
2025-03-27Merge pull request #3043 from hathach/hcd-close-epHa Thach
2025-03-24device cdc: rename tud_cdc_configure_fifo/_t to tud_cdc_configure/_thathach
2025-03-21Fix #3033: address review commentrppicomidi
2025-03-21Move misplaced statementrppicomidi
2025-03-20Fix #3033: Increase array bounds and test for overflowrppicomidi
2025-03-19Move iInterface per review commentrppicomidi
2025-03-18Fix compiler conversion error warningrppicomidi
2025-03-18fix tuh_midi_itf_get_info() desc->iInterface valuerppicomidi
2025-03-17Fix 3031: implement tuh_midi_itf_get_info()rppicomidi
2025-03-15Add ctrl buffer alignment.HiFiPhile
2025-03-13Only clear stream_read & stream_write if they are definedrppicomidi
2025-03-10fix desc_end in vendord_open()Cynventria[CitRA]
2025-03-06hack: force/overwrite endpoint mps to 64 for device that incorrectly report 5...hathach
2025-03-06midi host: skip rx data with all zeroeshathach
2025-02-24add tuh_midi_mount_cb_t struct for tuh_midi_mount_cb()hathach
2025-02-24add desc_audio_control to midi descriptor callbackhathach
2025-02-24change API to take index instead of dev address, this allow to support more t...hathach
2025-02-24add tuh_midi_descriptor_cb()hathach
2025-02-21remove CFG_MIDI_HOST_DEVSTRINGS support, we will leave that for application t...hathach
2025-02-14- rename tuh_midi_stream_flush() to tuh_midi_write_flush()hathach
2025-02-14- change signature of tuh_midi_mount/umount_cb()hathach
2025-02-14- remove tuh_midi_read_poll(), auto schedule EP in when set_config() and xfer...hathach
2025-02-13update midi host to use endpoint stream APIhathach
2025-02-12- use CFG_TUH_MIDI as number of midi host instancehathach
2025-02-12fix host midi buildhathach
2025-02-12pre-commit fixhathach
2025-02-12clean uphathach
2025-02-12Merge branch 'master' into fork/atoktoto/midihosthathach
2025-02-10Merge pull request #2982 from hathach/fix-stringop-overread-warningHa Thach
2025-02-07add full hid usage for Digitizer Page (0x0D), move thing around a bit.hathach
2025-02-07Merge branch 'refs/heads/master' into fork/jay94ks/styluspenhathach
2025-02-07fix stringop-overread warning for msc device with memmovehathach
2025-02-02Fix CI.HiFiPhile
2025-01-31Use return code to choose async io.HiFiPhile
2025-01-29msc_device: add async IO support.HiFiPhile
2025-01-15fix(ncm): Return invalid NTBs to free listTomas Rezucha
2025-01-15Merge pull request #2947 from espressif/fix/ncm_buffer_checksHiFiPhile
2025-01-15src/class/hid/hid_host.c: fix logging calls for epbufDan Halbert
2025-01-14fix(ncm): Use IN buffer for transmit checksTomas Rezucha
2024-12-23modified invalid marked unit exponent.Jay
2024-12-23trimed trailing whitespaces.Jay
2024-12-23Update hid_device.hJay
2024-12-23add hid stylus pen device.Jay
2024-12-17Merge branch 'refs/heads/master' into fork/HiFiPhile/rt1170hathach
2024-12-13Merge pull request #2897 from shdeb/hid_pid_defsHa Thach
2024-12-11Merge branch 'master' into fork/HiFiPhile/rt1170hathach
2024-12-06Merge pull request #2656 from lijunru-hub/feat/uvc_support_frame_basedHa Thach