rockbox/firmware/usbstack
Aidan MacDonald 6e61e6f0c8 usb_core: don't buffer control request unnecessarily
Due to how the old control request API worked, the request
pointer (and the pointed-to contents) passed by the driver
must remain valid for the lifetime of the request.

The buffered copy wasn't used consistently anyway, so it
should be safe to just get rid of it.

(This only affects the old API compatibility layer.)

Change-Id: I00294c718a7515a91b84f7c7cae5220c73aa5960
2021-11-14 17:58:39 +00:00
..
usb_charging_only.c
usb_charging_only.h
usb_class_driver.h
usb_core.c
usb_hid.c
usb_hid.h
usb_hid_usage_tables.h
usb_serial.c
usb_serial.h
usb_storage.c
usb_storage.h