- b1356e9 include: usb: add iterable section in ram for usb_cfg_data by Johann Fischer · 3 years, 4 months ago
- dfb7a59 include: usb: add alignment attribute to macro USBD_CFG_DATA_DEFINE by Johann Fischer · 3 years, 4 months ago
- 75c0f52 usb: Add API for getting status of remote wakeup by Emil Obalski · 3 years, 5 months ago
- 14c28c4 usb: remove USB_SCD_ATTRIBUTES macro by Johann Fischer · 3 years, 5 months ago
- ffaff52 include: usb: fix hid feature item typo by Sven Åkersten · 3 years, 6 months ago
- 07047aa include: usb: deprecate usb_common.h and usbstruct.h by Johann Fischer · 3 years, 8 months ago
- 6408d40 usb: use new USB framework header by Johann Fischer · 3 years, 8 months ago
- 82a44ba usb: add header for USB Device Framework by Johann Fischer · 3 years, 8 months ago
- 8999c30 usb: hid: remove get_protocol/set_protocol from USB HID class API by Johann Fischer · 3 years, 11 months ago
- 16d2ab7 usb: dfu: give wait_for_usb_dfu an argument by Josh Gao · 4 years ago
- 91ddb8c usb: hid: allow boot interface Protocol Code to be set per device by Johann Fischer · 4 years ago
- a942697 usb: remove const qualifier in struct usb_cfg_data() by Johann Fischer · 4 years ago
- 6568f4a usb: hid: remove usb_hid_descriptor from public header by Johann Fischer · 4 years, 1 month ago
- 5840b76 include: usb: add common HID definitions header by Johann Fischer · 4 years, 1 month ago
- 5d1c535 license: add missing SPDX headers by Anas Nashif · 4 years, 2 months ago
- 8713da7 doc: fix @param usage in callbacks by Fabio Utzig · 4 years, 3 months ago
- 312429b usb: samples: Add Extension descriptor to webUSB sample. by Emil Obalski · 4 years, 5 months ago
- 83b9f69 code-guideline: Fixing code violation 10.4 Rule by Aastha Grover · 4 years, 6 months ago
- 0d8bd57 usb: hid: All hid_ops callbacks get device pointer. by Emil Obalski · 4 years, 7 months ago
- e18fcbb device: Const-ify all device driver instance pointers by Tomasz Bursztyka · 4 years, 7 months ago
- a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
- 8d2f13c usb: Add USB audio implementation by Emil Obalski · 5 years ago
- 98c9ceb usb: Add Audio class related files by Emil Obalski · 5 years ago
- 45bdb23 usb: Special return values for custom_handler by Emil Obalski · 5 years ago
- 8fa51bc usb: Allow Audio Class to handle custom_hander for all interfaces by Emil Obalski · 5 years ago
- 6118ca2 usb: make usb descriptor power options configurable by Barry Solomon · 5 years ago
- 2128750 usb: api: Add user device status callback by Emil Obalski · 5 years ago
- d65027d usb: samples: Application calling usb_enable by itself by Emil Obalski · 5 years ago
- 85a08da usb: Rename defines to match present naming convention by Emil Obalski · 5 years ago
- c1f5e11 usb: Cleanup for multiplied defines by Emil Obalski · 5 years ago
- a06a6da usb: Fix BCD() macro used to set bcdDevice by Arnaud Taffanel · 5 years ago
- a58d8eb driver: uart: make deprecation effective by Peter A. Bigot · 5 years ago
- abaeaed usb: sort usb config data by section by Johann Fischer · 6 years ago
- 9d11900 usb: enforce byte alignment on USB records by Nicolas Pitre · 6 years ago
- 3880a42 usb: Align legacy and composite interface by Andrei Emeltchenko · 6 years ago
- 819e749 usb: move the request handler buffer to the USB device code by Aurelien Jarno · 6 years ago
- bf76b2a usb: device: Add transfer cancel helper by Andrei Emeltchenko · 6 years ago
- 2c672b9 usb: device: Add usb_transfer_is_busy() function by Andrei Emeltchenko · 6 years ago
- ea7afdd usb: cdc_acm: SerialState notification full support by Marcin Szymczyk · 6 years ago
- 65fd585 include: usb: add FS MPS for different endpoint types by Johann Fischer · 6 years ago
- c13e201 usb: replace MAX_PACKET_SIZE0 with meaningful USB_MAX_CTRL_MPS by Johann Fischer · 6 years ago
- 721f3d1 usb: Refactor USB status callback by Andrei Emeltchenko · 6 years ago
- fa49e3e usb: dfu: Signal completion of DFU by Rajavardhan Gundi · 6 years ago
- e13464b usb: hid: add keyboard report macro and enums by Marcin Szymczyk · 6 years ago
- 3ecbff5 usb: Add remote wakeup support by Paweł Zadrożniak · 6 years ago
- ca85890 usb: hid: Add HID Device concept by Andrei Emeltchenko · 6 years ago
- b48a8c3 usb: device: Add composite status callback by Andrei Emeltchenko · 6 years ago
- 9ef8ad4 usb: Refactor usb_interface_config callback by Andrei Emeltchenko · 6 years ago
- bf9c6d7 usb: Add instance parameter to descriptors definitions by Andrei Emeltchenko · 6 years ago
- c716f9c usb: hid: macro for report descriptor by Marcin Szymczyk · 6 years ago
- 801b54e usb: hid: boot protocol by Marcin Szymczyk · 6 years ago
- d5b79ff usb: hid: implement idle rate by Marcin Szymczyk · 6 years ago
- 85cfe33 usb: hid: Define helper definitions and cleanup code by Andrei Emeltchenko · 6 years ago
- 93bd263 usb: logs: Rename USB_WRN to LOG_WRN by Andrei Emeltchenko · 6 years ago
- f22060c usb: logs: Rename USB_INF to LOG_INF by Andrei Emeltchenko · 6 years ago
- 17f7abd usb: logs: Rename USB_ERR to LOG_ERR by Andrei Emeltchenko · 6 years ago
- 92c7ab7 usb: logs: Rename USB_DBG to LOG_DBG by Andrei Emeltchenko · 6 years ago
- c579414 usb: Do not include function name twice by Andrei Emeltchenko · 6 years ago
- adf056d usb: Use always single callback definition by Andrei Emeltchenko · 6 years ago
- 3288da9 usb: hid: Add status_cb to hid ops by Andrei Emeltchenko · 6 years ago
- 452c3d6 include/usb/usb_device: Add USB_* log macros by Yannis Damigos · 6 years ago
- 1692790 doc: fix misspellings in API headers by David B. Kinder · 7 years ago
- 4a211ec include: Add missing headers guard by Flavio Ceolin · 7 years ago
- 67ca176 headers: Fix headers across the project by Flavio Ceolin · 7 years ago
- ce6de82 usb: device: Clean doxygen documentation by Andrei Emeltchenko · 7 years ago
- 6b44a00 subsys: usb: class: hid: Add OUT interrupt endpoint by Savinay Dharmappa · 7 years ago
- c1724f6 usb: bos: Add USB BOS descriptors API by Andrei Emeltchenko · 7 years ago
- 085a8b7 usb: hid: fix write to interrupt IN endpoint by Johann Fischer · 7 years ago
- 1237549 subsys: usb: configure Interface descriptor at runtime by Johann Fischer · 7 years ago
- bf332d0 subsys: usb: validate and update endpoint address by Johann Fischer · 7 years ago
- cf14a60 include: usb: add descriptor and data section macros by Johann Fischer · 7 years ago
- 46700ea include: usb: add USB DFU class header by Johann Fischer · 7 years ago
- 4f84cf7 usb: Add BOS Descriptors by Andrei Emeltchenko · 7 years ago
- 5f67a61 include: improve compatibility with C++ apps. by Michael Hope · 7 years ago
- 0d04aef usb: hid: add a INT IN transfer complete callback. by Michael Hope · 7 years ago
- efa3a13 usb: Remove duplicated ACM_SUBCLASS definition by Andrei Emeltchenko · 7 years ago
- 4291fb6 usb: Remove duplicated CDC_ECM_SUBCLASS definition by Andrei Emeltchenko · 7 years ago
- 3cac6b2 usb: hid: Add macros for REPORT descriptor by qianfan Zhao · 7 years ago
- 4d6d04d hid: change the API table to const. by Michael Hope · 7 years ago
- 16921b0 usb: Add transfer management API by Loic Poulain · 7 years ago
- fa57ebd usb: Rename unicode into UTF16LE by Iván Sánchez Ortega · 7 years ago
- 34af27d usb: hid: Remove duplicated definitions by Andrei Emeltchenko · 7 years ago
- 303c4cd usb: cdc: Remove duplicated class code by Andrei Emeltchenko · 7 years ago
- 9ed9315 usb: msc: Remove duplicated class code by Andrei Emeltchenko · 7 years ago
- f908387 usb: hid: Add macros for REPORT descriptor by Andrei Emeltchenko · 7 years ago
- ad12038 usb: hid: Use typedef for callbacks by Andrei Emeltchenko · 7 years ago
- e8ccb16 usb: hid: Add Human Interface Device (HID) class by Andrei Emeltchenko · 7 years ago
- 2a28194 usb: Add missing definitions needed for RNDIS by Andrei Emeltchenko · 7 years ago
- 010fb40 subsys: usb: Set Zephyr project USB Vendor and Product IDs by Patrik Flykt · 7 years ago
- e9f3791 include: usb: remove cdc_acm.h by Johann Fischer · 7 years ago
- 4600c37ff1 doc: Fix misspellings in header/doxygen comments by David B. Kinder · 7 years ago
- f74190f usb: Add USB definitions for EEM device by Loic Poulain · 7 years ago
- d006858 include: usb: remove mass_storage header by Johann Fischer · 7 years ago
- eb501f6 include: usb: fix style and add standard descriptors to usb_common.h by Johann Fischer · 7 years ago
- d579e57 include: usb: add usb_msc.h header for MSC devices by Johann Fischer · 7 years ago
- 39f0592 include: usb: add usb_cdc.h header for CDC ACM/ECM devices by Johann Fischer · 7 years ago
- 71a9279 usb: move headers to include/usb/class by Anas Nashif · 7 years ago
- 54831ec usb: webusb: Move USB version definition to right place by Andrei Emeltchenko · 8 years ago
- 4efaefb usb: Allow to select configuration for composite devices by Andrei Emeltchenko · 8 years ago
- 0aebb0f usb: Add USB definitions for RNDIS Ethernet device by Andrei Emeltchenko · 8 years ago