This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10146 - USB: Pass to the USB classes a pointer to USB core buffer
Attached to Project:
Rockbox
Opened by Tomer Shalev (tomers) - Saturday, 18 April 2009, 22:15 GMT+2
Last edited by Frank Gevaerts (fg) - Saturday, 18 April 2009, 22:42 GMT+2
Opened by Tomer Shalev (tomers) - Saturday, 18 April 2009, 22:15 GMT+2
Last edited by Frank Gevaerts (fg) - Saturday, 18 April 2009, 22:42 GMT+2
|
DetailsThis is one of the changes made in
This patch is an infrastructure to allow USB classes to send data using the USB core's statically allocated buffer: static unsigned char response_data[256] USB_DEVBSS_ATTR; This is needed in the soon-to-be-committed HID class driver. |
This task depends upon
Closed by Frank Gevaerts (fg)
Saturday, 18 April 2009, 22:42 GMT+2
Reason for closing: Accepted
Additional comments about closing: committed as r20735
Saturday, 18 April 2009, 22:42 GMT+2
Reason for closing: Accepted
Additional comments about closing: committed as r20735
Updated patch. Fixed compilation error discovered by gevaerts.
This one should do it!