mirror of
https://github.com/wismna/HackPi.git
synced 2025-10-03 23:50:17 -04:00
11 lines
289 B
Diff
11 lines
289 B
Diff
1210,1218d1209
|
|
< /* Prints setup requests */
|
|
< printk("USB DWC2 REQ %02x %02x %04x %04x %04x\n",
|
|
< ctrl->bRequestType,
|
|
< ctrl->bRequest,
|
|
< ctrl->wValue,
|
|
< ctrl->wIndex,
|
|
< ctrl->wLength);
|
|
<
|
|
<
|