summaryrefslogtreecommitdiff
path: root/class/msc/usbh_msc.c
AgeCommit message (Expand)Author
2026-07-12update(security): check null pointer and overflowsakumisu
2025-07-19Clear error code after intentionally ignoring itDerek Konigsberg
2025-06-03feat(class): add usb_osal_thread_schedule_other to allow the applications whi...sakumisu
2025-01-26update(class/msc/usbh_msc): move msc scsi commands out to prevent blocking en...sakumisu
2025-01-16update(class/msc/usbh_msc): add retry macrosakumisu
2025-01-16[update] class: msc host: update msc host class stack (#285)chenzhihong007
2024-10-30fix: rename class to class_code, for c++ compatibility (#269)electretmike
2024-09-27fix(class/msc/usbh_msc): when device stalls by usbh_msc_get_maxlun, ingore er...sakumisu
2024-09-19chore: static code analysissakumisu
2024-08-21fix: fix -Wunused-parameter warning with -Wextra cflagsakumisu
2024-08-15fix(class): use different buffer for cdc_acm,hid,msc,serialsakumisu
2024-06-23update(class/msc/usbh_msc): add MSC_INQUIRY_TIMEOUT to break quickly in inqui...sakumisu
2024-06-23update: check class->hport validitysakumisu
2024-05-03support id table for multi vid pidsakumisu
2024-03-28fix msc buf overflow because of SCSICMD_INQUIRY_SIZEOFsakumisu
2024-01-30update log tagsakumisu
2023-12-05add usb errno, do not use system errnosakumisu
2023-11-16refactor urb, add ep & hport in urb to make hardware pipe more reusablesakumisu
2023-11-13check and execute modeswitch firstsakumisu
2023-11-04support usb modeswitchsakumisu
2023-08-05fix function namesakimisu
2023-07-12use static memory to malloc & free classsakimisu
2023-05-19修复requestsense设定数据长度错误的问题heyuanjie87
2023-05-17call usbh_xxx_stop when class enumerates completelysakimisu
2023-03-16fix print logsakumisu
2023-03-12format codesakimisu
2023-03-11[update] Improve the compatibility of USB flash drive enumeration。zhouji
2023-02-18move hub and hport variable into common ram to reduce nocache ram usagesakumisu
2022-11-26add host class run and stop callbacksakimisu
2022-10-01remove irq protect when allocates devnumsakumisu
2022-09-15add urb for msc classsakumisu
2022-09-14add interface altsetting structsakumisu
2022-09-09refactor usb host stack: hcd api, hub process and usb no cache ram processsakumisu
2022-08-18Simplify the license rows, standardize header macro namesakumisu
2022-08-12add mount callback for device, move tests in mount callbacksakumisu
2022-06-15fix warningssakumisu
2022-05-22alloc class name after the necessary commands are completedsakumisu
2022-04-04Standardized function parameter with xxx_classsakumisu
2022-03-31fixed osal critical section protect adapt 64bits CPU.xieyangrun
2022-03-27clean compiler warning.aozima
2022-03-23update class driver info,support class driver exportjzlv
2022-03-23psc thread use event instead,add timeout for transferjzlv
2022-03-23expand msc tx_buffer to 64sakumisu
2022-03-19update host class driver struct: add hport.aozima
2022-02-24use hport setup to replace class setup,move out test demosakumisu
2022-02-09update msc scsi macrojzlv
2022-02-08format codessakimisu
2022-02-07replace ssize_t with intsakumisu
2022-02-01add usb host stack(class not release completely)sakimusu