- 459f8e3 usb: device: audio: Support volume control by Saw Xu · 1 year, 6 months ago
- 9608c8f usbc: fix conflicting Kconfigs for USB-C related init priority by Michał Barnaś · 1 year, 6 months ago
- 011321f usb: usb_c: use POST_KERNEL level by Gerard Marull-Paretas · 1 year, 6 months ago
- e6bef2d usb: device: class: audio: move to POST_KERNEL by Gerard Marull-Paretas · 1 year, 6 months ago
- aaeb0a6 toolchain: only include <zephyr/toolchain.h> by Gerard Marull-Paretas · 1 year, 6 months ago
- ad498aa usb: device: hid: remove CONFIG_USB_HID_PROTOCOL_CODE by Johann Fischer · 1 year, 7 months ago
- 6bceb45 usb: hid: Call the report proto callback function when the reset occurs by Ren Chen · 1 year, 7 months ago
- 997ee48 usb: host: core: add missing init.h by Gerard Marull-Paretas · 1 year, 7 months ago
- 0aac6cf usb: device_next: add missing init.h by Gerard Marull-Paretas · 1 year, 7 months ago
- 2d65acc drivers: gpio: use gpio_is_ready_dt helper function by Nick Ward · 1 year, 7 months ago
- ec71be5 drivers,subsys: fix few missing k_work_delayable_from_work by Fabio Baltieri · 1 year, 7 months ago
- 9eeb78d COVERAGE: Fix COVERAGE_GCOV dependencies by Alberto Escolar Piedras · 1 year, 7 months ago
- 5727503 style: move ALWAYS_INLINE to the beginning to resolve compiler warnings by Florian La Roche · 1 year, 7 months ago
- c32e28d usb: host: fixes shadow variables by Daniel Leung · 1 year, 7 months ago
- 0ab14d9 usb: device: Fix transfer slot leak without callback by Tomasz Moń · 1 year, 8 months ago
- aecb1ca usb: device: move the content of usb_msc.h to implementation file by Johann Fischer · 1 year, 8 months ago
- 7bfec37 usb: device: clarify the impact of Kconfig option USB_COMPOSITE_DEVICE by Johann Fischer · 1 year, 8 months ago
- e6bfc7f usb: fix common misspellings in USB support by Johann Fischer · 1 year, 8 months ago
- d1a50e5 subsys/usb: move to timepoint API by Nicolas Pitre · 1 year, 8 months ago
- e47fc45 usb: audio: correctly report internal delay by Tomasz Moń · 1 year, 8 months ago
- 8444343 usb: device: class: rndis: Fix for 64bit platforms by Alberto Escolar Piedras · 1 year, 9 months ago
- ae6c856 usb: device: class: rndis: Limit response length by Tomasz Moń · 1 year, 10 months ago
- a19d905 USB-C: genVIF: Cleanup and add support to pick static data from input by Madhurima Paruchuri · 1 year, 10 months ago
- 32668dc usb: device_next: allow string descriptor index to be updated by Johann Fischer · 1 year, 10 months ago
- 8a8e9e1 usb: device_next: implement usbd_class_shutdown() by Johann Fischer · 1 year, 10 months ago
- 9a4ed74 usb: device_next: use specific macros for string descriptors by Johann Fischer · 1 year, 10 months ago
- 7e2d359 usb: device_next: use dlist instead of slist for descriptors list by Johann Fischer · 1 year, 10 months ago
- 07ef9aa usb: device_next: allow selection of alternative USB device context by Johann Fischer · 1 year, 10 months ago
- c34ad31 usb: device_next: allow reuse of string descriptor nodes by Johann Fischer · 1 year, 10 months ago
- 291b5a7 usb: device_next: check if another context is initialized by Johann Fischer · 1 year, 10 months ago
- 99d2c2f usb: device_next: do a little more cleanup on shutdown by Johann Fischer · 1 year, 10 months ago
- 2a4d681 usb: device_next: remove foobaz interface from common shell code by Johann Fischer · 1 year, 10 months ago
- dacb3db iterable_sections: move to specific header by Gerard Marull-Paretas · 1 year, 10 months ago
- 7ba5ecf usb: device_next: report medium error on Mass Storage failed writes by Tomasz Moń · 1 year, 10 months ago
- 3532c25 usb: device_next: accept padded Mass Storage CDBs by Tomasz Moń · 1 year, 10 months ago
- 2dbccf0 usb: device_next: do not set alternate 0 for non-existent interfaces by Johann Fischer · 1 year, 11 months ago
- aa5b6db usb: device_next: correct return type of get/set alternate value helper by Johann Fischer · 1 year, 11 months ago
- e3b17aa usb: host: improve robustness of descriptors print by Johann Fischer · 1 year, 11 months ago
- 71d9b0d usb: device_next: add CDC ECM class implementation by Johann Fischer · 1 year, 11 months ago
- 942b99a usb: audio: kconfig: Fix experimental feature by Flavio Ceolin · 1 year, 11 months ago
- 0056249 usb-c: Add USB-C Subsystem Source PD Support by Sam Hurst · 1 year, 11 months ago
- cb9a250 usb-c: Refactor soft reset code by Sam Hurst · 1 year, 11 months ago
- 3851d36 usb-c: Properly detect reception of first AMS message by Sam Hurst · 1 year, 11 months ago
- d1cf814 usb_c: Transmit Error are not Protocol Errors by Sam Hurst · 1 year, 11 months ago
- 75ab9f8 usb: device: fix control endpoint handling with MPS of 8 bytes by Johann Fischer · 2 years ago
- 0ad1eef usb: device: Revert "fix possible deadlock in usb_transfer_sync()" by Johann Fischer · 2 years ago
- 81e4934 usb: device: Revert "Do not call callback when transfer is cancelled" by Nickolas Lapp · 2 years ago
- a5fd0d1 init: remove the need for a dummy device pointer in SYS_INIT functions by Gerard Marull-Paretas · 2 years ago
- ad81b3b drivers: udc: move transfer status to buffer info structure by Johann Fischer · 2 years ago
- 5bd0f5e usb: device_next: msc: handle MODE SENSE(10) command by Tomasz Moń · 2 years, 1 month ago
- 4c97dd5 usb: device_next: msc: STALL OUT when waiting for reset by Tomasz Moń · 2 years, 1 month ago
- e0fbd35 usbc: explicitly declare sizes of state machines arrays by Michał Barnaś · 2 years, 1 month ago
- 6d4266a usb: device: msc: support larger devices by JP Sugarbroad · 2 years, 1 month ago
- 7527b38 usb: device_next: fail Mass Storage requests with invalid length by Tomasz Moń · 2 years, 1 month ago
- 549de77 usb: device: fix k_usleep in isr in set_endpoint by Miika Karanki · 2 years, 1 month ago
- 509c033 usb: device_next: new USB Mass Storage implementation by Tomasz Moń · 2 years, 1 month ago
- c51744c usb: device_next: use consistent nil descriptor name by Johann Fischer · 2 years, 1 month ago
- 66aff25 usb: usb_transfer.c: Address `-Wextra` warnings by Zachary J. Fields · 2 years, 1 month ago
- d17119c usb: device_next: add feature endpoint halt/clear state update API by Johann Fischer · 2 years, 1 month ago
- 8e84d84 usb: Fix build for 64 bit platforms by Andrei Emeltchenko · 2 years, 1 month ago
- df117e5 usb_c: Add super state to handle Sender Response Timer by Sam Hurst · 2 years, 1 month ago
- 2d510fe usb_c: Notify DPM of Unsupported message reception by Sam Hurst · 2 years, 1 month ago
- d7cf297 usb: device: class: rndis: remove CDC descriptors by Georgij Cernysiov · 2 years, 2 months ago
- 3055a83 usb: device: class: rndis: correct IAD and IF0 descriptors by Georgij Cernysiov · 2 years, 2 months ago
- fd1f28e usb: device: class: rndis: correct packet reception by Georgij Cernysiov · 2 years, 2 months ago
- 9ea25d8 usb: device_next: update bMaxPacketSize0 based on controller capability by Johann Fischer · 2 years, 2 months ago
- 5c60209 usb: device_next: trigger dequeue of control IN endpoint on reset event by Johann Fischer · 2 years, 2 months ago
- a06d976 usb: device_next: update IAD during CDC ACM initialization by Johann Fischer · 2 years, 2 months ago
- 5c077d7 usb: device_next: add BT HCI USB transport layer by Johann Fischer · 2 years, 2 months ago
- 7608f54 usb: device_next: Do not leak memory on set address by Tomasz Moń · 2 years, 2 months ago
- ee99030 usb_c: Refactor Sink common code by Sam Hurst · 2 years, 2 months ago
- e326c58 usb: device: Do not cancel transfers on suspend by Tomasz Moń · 2 years, 2 months ago
- d9c4ec3 usb_c: Fix comments before "else" statements by Sam Hurst · 2 years, 3 months ago
- f84ee58 usb_c: Add protocol error flag by Sam Hurst · 2 years, 3 months ago
- 98770ca usb: device_next: remove workaround for the UDC enqueue bug by Johann Fischer · 2 years, 3 months ago
- e9bab61 usb: device_next: rename Kconfig template instances count by Johann Fischer · 2 years, 3 months ago
- 7a90b22 usb: device: bluetooth: remove USB_TRANS_NO_ZLP for OUT transfers by Johann Fischer · 2 years, 3 months ago
- 983b693 usb_c: Stop chunking_not_supported timer on exit by Sam Hurst · 2 years, 3 months ago
- 0ed5c88 usb_c: Remove unnecessary PE_FLAGS_PROTOCOL_ERROR flag by Sam Hurst · 2 years, 3 months ago
- 77c7a51 usb_c: Remove unnecessary code from PE_Send_Soft_Reset by Sam Hurst · 2 years, 3 months ago
- 3af2752 usb_c: Transition to Sink Ready on sender response timeout by Sam Hurst · 2 years, 3 months ago
- 24e18d4 usb_c: Properly handle Protocol Errors during DRS by Sam Hurst · 2 years, 3 months ago
- c27a3a3 usb_c: Fix DPM request handlers by Sam Hurst · 2 years, 3 months ago
- f04da7f usb_c: Check state machine array of states by Sam Hurst · 2 years, 3 months ago
- 5b3155f usb_c: Use atomic arrays for PE flags by Sam Hurst · 2 years, 3 months ago
- 914fed3 usb_c: run clang-format by Sam Hurst · 2 years, 3 months ago
- 7910c61 usb-c: Refactor USB-C Subsystem Sink by Sam Hurst · 2 years, 3 months ago
- 73e3fca usb: dfu: Schedule timer handler from USB workqueue by Tomasz Moń · 2 years, 3 months ago
- 34cfba7 usb: device: hid: correct bcdHID to v1.11 spec by Ryan McClelland · 2 years, 3 months ago
- 66d4c64 all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences by Erwan Gouriou · 2 years, 3 months ago
- 217987f usb: host: add port power and port reset USB hub features by Mateusz Wielgos · 2 years, 3 months ago
- 7c1ef35 usb: add initial USB host support by Johann Fischer · 2 years, 3 months ago
- 2197523 usb: device: cdc_acm: Prevent recursive logging loop by Tomasz Moń · 2 years, 3 months ago
- fed6bde usb: device: cdc_acm: send more than 1 byte in poll out by Tomasz Moń · 2 years, 3 months ago
- c7acd98 usb: device: update logging module registration by Witold Lukasik · 2 years, 4 months ago
- fa738b0 usb-c: Generate USB-C connector VIF policies XML file by Madhurima Paruchuri · 2 years, 4 months ago
- fcd21f1 usb: device_next: add experimental CDC ACM implementation by Johann Fischer · 2 years, 4 months ago
- cb8b9ad usb: add new experimental USB device stack by Johann Fischer · 2 years, 4 months ago
- f8ac6b6 usb: device: Disable all endpoints on stack disable by Tomasz Moń · 2 years, 4 months ago
- cf91f18 usb: disable previously enabled endpoint before re-enabling by Milind Paranjpe · 2 years, 4 months ago