mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-05 15:55:20 +02:00
89d13ce8f8
- ep0.c (ep0_init), usb/dfu.c (dfu_init): set user_setups[0] instead of user_setup - usb/atu2.c (usb_poll): reset user_setup on bus reset - usb/usb.h (user_setups), usb/usb.c (user_setups): array of interface-specific setup functions - usb/usb.c (handle_setup): in SET_INTERFACE, select setup function from user_setups according to interface - usb/usb.c (handle_setup): if user_setup is not set (e.g., the optional SET_INTERFACE was never issued), fall back to user_setups[0] |
||
---|---|---|
.. | ||
atu2.c | ||
dfu.c | ||
dfu.h | ||
usb.c | ||
usb.h |