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