Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
4549d379dae8b398fc19721f9ace593de3599fbc
/
subsys
/
usb
d28d99b
usb: netusb: Replace IS_ENABLED(VERBOSE_DEBUG) with just VERBOSE_DEBUG
by Ulf Magnusson
· 5 years ago
5c9bfdf
usb: netusb: Set interface NET_IF_NO_AUTO_START
by Andrei Emeltchenko
· 5 years ago
f86aa39
usb: Fix usb tests reporting error
by Andrei Emeltchenko
· 5 years ago
841dda4
usb: trivial: Correct coding style
by Andrei Emeltchenko
· 5 years ago
9618bec
usb: usb_device: Remove old extensive logs
by Andrei Emeltchenko
· 5 years ago
6118ca2
usb: make usb descriptor power options configurable
by Barry Solomon
· 5 years ago
939c05a
usb: hid: Make it possible to specify HID debug level
by Emil Obalski
· 5 years ago
ab346a5
usb: initialize USB descriptor earlier
by Johann Fischer
· 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
e3619d5
usb: Add mutex to usb_enable
by Emil Obalski
· 5 years ago
f75c30b
usb: derive USB device Serial Number String from HWINFO
by Johann Fischer
· 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
87e917a
kconfig: Remove redundant 'default n' and 'prompt' properties
by Ulf Magnusson
· 5 years ago
021ee7a
usb: hid core: fix call by reference
by Johann Fischer
· 5 years ago
e563c3d
usb: dfu: default progressive erase on Nordic
by Peter Bigot
· 5 years ago
d674163
Bluetooth: hci_raw: Add support for specifying buffer headroom
by Johan Hedberg
· 5 years ago
6770d1c
usb: dfu: correct upload implementation
by Peter A. Bigot
· 5 years ago
1c2e965
usb: bluetooth: do not use ZLP for HCI event transfers
by Johann Fischer
· 5 years ago
0230b46
usb: bluetooth: make HCI event endpoint size configurable
by Johann Fischer
· 5 years ago
a58d8eb
driver: uart: make deprecation effective
by Peter A. Bigot
· 5 years ago
bd6e044
kconfig: Clean up header comments and make them consistent
by Ulf Magnusson
· 5 years ago
975de21
kconfig: Global whitespace/consistency cleanup
by Ulf Magnusson
· 5 years ago
241044f
doc: fix misspellings in Kconfig files
by David B. Kinder
· 5 years ago
e28f330
coccinelle: standardize k_thread create/define calls with integer timeouts
by Peter Bigot
· 5 years ago
9d0e2cb
cmake: Fix usb include directory organization
by Sebastian Bøe
· 5 years ago
67795b7
usb: Remove extra logs
by Andrei Emeltchenko
· 5 years ago
51f550c
usb: allow hardware to handle ZLP for Variable-length Data Stage
by Johann Fischer
· 6 years ago
b98d8cd
usb: do not check size of REQUEST_BUFFER for Data stage IN
by Johann Fischer
· 6 years ago
ad3f56f
usb_device: Fix typo in comment
by Yannis Damigos
· 6 years ago
60c4882
usb: fix ZLP handling for Variable-length Data Stage
by Johann Fischer
· 6 years ago
6425c52
usb_device: Wait for write done event (in) before sending zlp
by Yannis Damigos
· 6 years ago
ac8a4ea
usb: make number of usb_write retries configurable
by Johann Fischer
· 6 years ago
77125ea
usb: device: Allow limited amount of tries for write
by Andrei Emeltchenko
· 6 years ago
07b942f
usb: device: limit interface bits in setup message to 8
by Bartosz Sokolski
· 6 years ago
86592e9
usb: cdc_acm: Fix compiler warning
by Tobias Svehagen
· 6 years ago
12a1120
usb: cdc_acm: enable CONFIG_CDC_ACM_IAD by default
by Johann Fischer
· 6 years ago
84c38cb
usb: increase the length of the request buffer
by Johann Fischer
· 6 years ago
666fa31
usb: mitigate the check of request buffer length
by Johann Fischer
· 6 years ago
9ba269f
usb: check if the request buffer is not too small
by Johann Fischer
· 6 years ago
28e97c7
usb: loopback: use stack's request buffer for control requests
by Johann Fischer
· 6 years ago
5fb7c11
usb: cdc_acm: update state after RESUME event
by Johann Fischer
· 6 years ago
2dc7c5a
usb: usb_descriptor: fix null pointer dereferences
by Johann Fischer
· 6 years ago
8e9bf88
usb: do not disable endpoints at USB_DC_SUSPEND event
by Johann Fischer
· 6 years ago
0aa796c
print format: adjust specifiers to be compatible with a 64-bit build
by Nicolas Pitre
· 6 years ago
a2fd7d7
cleanup: include/: move misc/util.h to sys/util.h
by Anas Nashif
· 6 years ago
5d001f3
cleanup: include/: move misc/byteorder.h to sys/byteorder.h
by Anas Nashif
· 6 years ago
5eb90ec
cleanup: include/: move misc/__assert.h to sys/__assert.h
by Anas Nashif
· 6 years ago
7435e5e
cleanup: include/: move ring_buffer.h to sys/ring_buffer.h
by Anas Nashif
· 6 years ago
d1b2718
cleanup: include/: move uart.h to drivers/uart.h
by Anas Nashif
· 6 years ago
6aa9c3a
cleanup: include/: move gpio.h to drivers/gpio.h
by Anas Nashif
· 6 years ago
fe051a9
cleanup: include/: move flash.h to drivers/flash.h
by Anas Nashif
· 6 years ago
f641d09
cleanup: include/: move disk_access.h to disk/disk_access.h
by Anas Nashif
· 6 years ago
83508a5
cleanup: include/: move flash_map.h to storage/flash_map.h
by Anas Nashif
· 6 years ago
abaeaed
usb: sort usb config data by section
by Johann Fischer
· 6 years ago
f2cb20c
docs: fix misspelling across the tree
by Anas Nashif
· 6 years ago
d79bbc6
usb: netusb: cdc_eem: Fix Interface select
by Loic Poulain
· 6 years ago
4c32258
style: add braces around if/while statements
by Anas Nashif
· 6 years ago
26b514d
usb: usb_descriptor: Trivial syntax correct
by Andrei Emeltchenko
· 6 years ago
28f2dc6
usb: usb_device: fix handlers call for secondary descriptor
by Johann Fischer
· 6 years ago
a68d404
usb: dfu: Remove old composite configuration
by Andrei Emeltchenko
· 6 years ago
3880a42
usb: Align legacy and composite interface
by Andrei Emeltchenko
· 6 years ago
b3355c7
usb: device: Remove unused variable
by Andrei Emeltchenko
· 6 years ago
e059d5a
usb: simplify request handlers code
by Aurelien Jarno
· 6 years ago
24142d0
usb: Set correct default buffer size for RNDIS
by Andrei Emeltchenko
· 6 years ago
327f610
usb: merge all request handler buffers
by Aurelien Jarno
· 6 years ago
819e749
usb: move the request handler buffer to the USB device code
by Aurelien Jarno
· 6 years ago
a95f638
usb: device: Do not return error if ep already enabled
by Andrei Emeltchenko
· 6 years ago
1370f16
usb: device: Disable endpoints on disconnect and suspend
by Andrei Emeltchenko
· 6 years ago
83f625b
usb: device: Add debug logs catching re-enable failures
by Andrei Emeltchenko
· 6 years ago
437ee50
usb: device: Cancel all transfers on disconnect
by Andrei Emeltchenko
· 6 years ago
f206170
usb: device: Do not call callback when transfer is cancelled
by Andrei Emeltchenko
· 6 years ago
bf76b2a
usb: device: Add transfer cancel helper
by Andrei Emeltchenko
· 6 years ago
8f0c3b8
usb: cdc_acm: reset to default after disconnect
by Marcin Szymczyk
· 6 years ago
2eb99ea
usb: cdc_acm: fix typo in CDC_ACM_DEFAULT_BAUDRATE
by Marcin Szymczyk
· 6 years ago
3c3e267
usb: add zero-length packet after MPS-sized IN transaction
by Marcin Szymczyk
· 6 years ago
b1f3825
usb: cdc: add option to force IAD
by Marcin Szymczyk
· 6 years ago
e5cbe6a
usb: cdc: Add unique PIDs for each sample
by Marcin Szymczyk
· 6 years ago
98c8a95
usb: cdc_acm: Refactor USB serial code
by Andrei Emeltchenko
· 6 years ago
2c672b9
usb: device: Add usb_transfer_is_busy() function
by Andrei Emeltchenko
· 6 years ago
42bdccc
usb: usb_dfu: do not set bwPollTimeout dynamically
by Johann Fischer
· 6 years ago
b420463
usb: Add log for endpoint assignment
by Andrei Emeltchenko
· 6 years ago
3183c10
usb: Fix automatic assignment endpoints
by Andrei Emeltchenko
· 6 years ago
c77e142
usb: device: Handle EAGAIN for device transfer
by Andrei Emeltchenko
· 6 years ago
714c8ff
usb: usb_device: fix set configuration request
by Johann Fischer
· 6 years ago
791def8
usb: bluetooth: l2cap buffer size now configurable
by Dennis Wildmark
· 6 years ago
8d6fbde
usb: Remove usb_dc_ep_set_callback return code
by Andrei Emeltchenko
· 6 years ago
0d3082c
usb: device: Code cleanup
by Andrei Emeltchenko
· 6 years ago
e2d1c02
usb: cdc_acm: Use UTIL_LISTIFY and device count macro
by Andrei Emeltchenko
· 6 years ago
fbd2713
usb: hid: Use UTIL_LISTIFY and device count macro
by Andrei Emeltchenko
· 6 years ago
e79e4d9
usb: Add Kconfig template for DEVICE_COUNT
by Andrei Emeltchenko
· 6 years ago
b50fe23
usb/class/usb_dfu: support progressive image erase
by Andrzej Puzdrowski
· 6 years ago
42b92e2
usb: device: Use set_endpoint helper
by Andrei Emeltchenko
· 6 years ago
2b58594
usb: device: Use set_endpoint helper for set_config
by Andrei Emeltchenko
· 6 years ago
ea7afdd
usb: cdc_acm: SerialState notification full support
by Marcin Szymczyk
· 6 years ago
a05ef25
usb: dfu: set bwPollTimeout dynamically
by Johann Fischer
· 6 years ago
c13e201
usb: replace MAX_PACKET_SIZE0 with meaningful USB_MAX_CTRL_MPS
by Johann Fischer
· 6 years ago
4c9ea1e
usb: netusb: ecm: Enable netusb for the right iface/alt_set
by Andrei Emeltchenko
· 6 years ago
1a1c518
usb: device: Change iface set callback parameters
by Andrei Emeltchenko
· 6 years ago
Next »