1. 9d11900 usb: enforce byte alignment on USB records by Nicolas Pitre · 6 years ago
  2. 3880a42 usb: Align legacy and composite interface by Andrei Emeltchenko · 6 years ago
  3. 819e749 usb: move the request handler buffer to the USB device code by Aurelien Jarno · 6 years ago
  4. bf76b2a usb: device: Add transfer cancel helper by Andrei Emeltchenko · 6 years ago
  5. 2c672b9 usb: device: Add usb_transfer_is_busy() function by Andrei Emeltchenko · 6 years ago
  6. ea7afdd usb: cdc_acm: SerialState notification full support by Marcin Szymczyk · 6 years ago
  7. 65fd585 include: usb: add FS MPS for different endpoint types by Johann Fischer · 6 years ago
  8. c13e201 usb: replace MAX_PACKET_SIZE0 with meaningful USB_MAX_CTRL_MPS by Johann Fischer · 6 years ago
  9. 721f3d1 usb: Refactor USB status callback by Andrei Emeltchenko · 6 years ago
  10. fa49e3e usb: dfu: Signal completion of DFU by Rajavardhan Gundi · 6 years ago
  11. e13464b usb: hid: add keyboard report macro and enums by Marcin Szymczyk · 6 years ago
  12. 3ecbff5 usb: Add remote wakeup support by Paweł Zadrożniak · 6 years ago
  13. ca85890 usb: hid: Add HID Device concept by Andrei Emeltchenko · 6 years ago
  14. b48a8c3 usb: device: Add composite status callback by Andrei Emeltchenko · 6 years ago
  15. 9ef8ad4 usb: Refactor usb_interface_config callback by Andrei Emeltchenko · 6 years ago
  16. bf9c6d7 usb: Add instance parameter to descriptors definitions by Andrei Emeltchenko · 6 years ago
  17. c716f9c usb: hid: macro for report descriptor by Marcin Szymczyk · 6 years ago
  18. 801b54e usb: hid: boot protocol by Marcin Szymczyk · 6 years ago
  19. d5b79ff usb: hid: implement idle rate by Marcin Szymczyk · 6 years ago
  20. 85cfe33 usb: hid: Define helper definitions and cleanup code by Andrei Emeltchenko · 6 years ago
  21. 93bd263 usb: logs: Rename USB_WRN to LOG_WRN by Andrei Emeltchenko · 6 years ago
  22. f22060c usb: logs: Rename USB_INF to LOG_INF by Andrei Emeltchenko · 6 years ago
  23. 17f7abd usb: logs: Rename USB_ERR to LOG_ERR by Andrei Emeltchenko · 6 years ago
  24. 92c7ab7 usb: logs: Rename USB_DBG to LOG_DBG by Andrei Emeltchenko · 6 years ago
  25. c579414 usb: Do not include function name twice by Andrei Emeltchenko · 6 years ago
  26. adf056d usb: Use always single callback definition by Andrei Emeltchenko · 6 years ago
  27. 3288da9 usb: hid: Add status_cb to hid ops by Andrei Emeltchenko · 6 years ago
  28. 452c3d6 include/usb/usb_device: Add USB_* log macros by Yannis Damigos · 6 years ago
  29. 1692790 doc: fix misspellings in API headers by David B. Kinder · 7 years ago
  30. 4a211ec include: Add missing headers guard by Flavio Ceolin · 7 years ago
  31. 67ca176 headers: Fix headers across the project by Flavio Ceolin · 7 years ago
  32. ce6de82 usb: device: Clean doxygen documentation by Andrei Emeltchenko · 7 years ago
  33. 6b44a00 subsys: usb: class: hid: Add OUT interrupt endpoint by Savinay Dharmappa · 7 years ago
  34. c1724f6 usb: bos: Add USB BOS descriptors API by Andrei Emeltchenko · 7 years ago
  35. 085a8b7 usb: hid: fix write to interrupt IN endpoint by Johann Fischer · 7 years ago
  36. 1237549 subsys: usb: configure Interface descriptor at runtime by Johann Fischer · 7 years ago
  37. bf332d0 subsys: usb: validate and update endpoint address by Johann Fischer · 7 years ago
  38. cf14a60 include: usb: add descriptor and data section macros by Johann Fischer · 7 years ago
  39. 46700ea include: usb: add USB DFU class header by Johann Fischer · 7 years ago
  40. 4f84cf7 usb: Add BOS Descriptors by Andrei Emeltchenko · 7 years ago
  41. 5f67a61 include: improve compatibility with C++ apps. by Michael Hope · 7 years ago
  42. 0d04aef usb: hid: add a INT IN transfer complete callback. by Michael Hope · 7 years ago
  43. efa3a13 usb: Remove duplicated ACM_SUBCLASS definition by Andrei Emeltchenko · 7 years ago
  44. 4291fb6 usb: Remove duplicated CDC_ECM_SUBCLASS definition by Andrei Emeltchenko · 7 years ago
  45. 3cac6b2 usb: hid: Add macros for REPORT descriptor by qianfan Zhao · 7 years ago
  46. 4d6d04d hid: change the API table to const. by Michael Hope · 7 years ago
  47. 16921b0 usb: Add transfer management API by Loic Poulain · 7 years ago
  48. fa57ebd usb: Rename unicode into UTF16LE by Iván Sánchez Ortega · 7 years ago
  49. 34af27d usb: hid: Remove duplicated definitions by Andrei Emeltchenko · 7 years ago
  50. 303c4cd usb: cdc: Remove duplicated class code by Andrei Emeltchenko · 7 years ago
  51. 9ed9315 usb: msc: Remove duplicated class code by Andrei Emeltchenko · 7 years ago
  52. f908387 usb: hid: Add macros for REPORT descriptor by Andrei Emeltchenko · 7 years ago
  53. ad12038 usb: hid: Use typedef for callbacks by Andrei Emeltchenko · 7 years ago
  54. e8ccb16 usb: hid: Add Human Interface Device (HID) class by Andrei Emeltchenko · 7 years ago
  55. 2a28194 usb: Add missing definitions needed for RNDIS by Andrei Emeltchenko · 7 years ago
  56. 010fb40 subsys: usb: Set Zephyr project USB Vendor and Product IDs by Patrik Flykt · 7 years ago
  57. e9f3791 include: usb: remove cdc_acm.h by Johann Fischer · 7 years ago
  58. 4600c37ff1 doc: Fix misspellings in header/doxygen comments by David B. Kinder · 7 years ago
  59. f74190f usb: Add USB definitions for EEM device by Loic Poulain · 7 years ago
  60. d006858 include: usb: remove mass_storage header by Johann Fischer · 7 years ago
  61. eb501f6 include: usb: fix style and add standard descriptors to usb_common.h by Johann Fischer · 7 years ago
  62. d579e57 include: usb: add usb_msc.h header for MSC devices by Johann Fischer · 7 years ago
  63. 39f0592 include: usb: add usb_cdc.h header for CDC ACM/ECM devices by Johann Fischer · 7 years ago
  64. 71a9279 usb: move headers to include/usb/class by Anas Nashif · 7 years ago
  65. 54831ec usb: webusb: Move USB version definition to right place by Andrei Emeltchenko · 8 years ago
  66. 4efaefb usb: Allow to select configuration for composite devices by Andrei Emeltchenko · 8 years ago
  67. 0aebb0f usb: Add USB definitions for RNDIS Ethernet device by Andrei Emeltchenko · 8 years ago
  68. b60a0af usb: Add DEVICE_QUAL descriptor definitions by Andrei Emeltchenko · 8 years ago
  69. 03d6692 usb: Add Custom subclass definition by Andrei Emeltchenko · 8 years ago
  70. e2b90cd usb: Update USB common definitions by Andrei Emeltchenko · 8 years ago
  71. edea77b usb: Add Ethernet Control Mode (ECM) subclass definition by Andrei Emeltchenko · 8 years ago
  72. fc5f2b3 doc: spelling check doxygen comments include/ by David B. Kinder · 8 years ago
  73. cc334c7 Convert remaining code to using newly introduced integer sized types by Kumar Gala · 8 years ago
  74. 99937a7 usb: Change transfer_len type to int32_t in usb_request_handler typedef by Kumar Gala · 8 years ago
  75. 7eab305 usb: Add end-point stall APIs and flow control APIS by Jithu Joseph · 8 years ago
  76. 4d090e0 usb: move usb subsystem to subsys/usb and cleanup header inclusion by Anas Nashif · 8 years ago
  77. 4cccc24 usb: Add Bluetooth class codes definitions by Andrei Emeltchenko · 9 years ago
  78. ab2c18b0 usb: Move LOW_BYTE and HIGH_BYTE to samples code by Adrian Bradianu · 9 years ago
  79. 7a16ade usb: Add USB device core layer by Adrian Bradianu · 9 years ago