1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-05 15:48:05 +02:00
ben-wpan/atusb/fw/usb
Werner Almesberger bbe27fc357 atusb/fw: revert most of the user_setups change and use simple callback instead
This allows us to do other things as well, e.g., change state.

- ep0.c (ep0_init), usb/dfu.c (dfu_init): use user_setup
- usb/atu2.c (usb_poll): no need to reset user_setup - the user's
  reset function can do that
- usb/usb.h (user_setups), usb/usb.c (handle_setup): removed
  user_setups
- usb/usb.h (user_set_interface), usb/usb.c (user_set_interface,
  handle_setup): callback for SET_INTERFACE
2011-06-10 21:50:42 -03:00
..
atu2.c atusb/fw: revert most of the user_setups change and use simple callback instead 2011-06-10 21:50:42 -03:00
dfu.c atusb/fw: revert most of the user_setups change and use simple callback instead 2011-06-10 21:50:42 -03:00
dfu.h atusb/fw/usb/dfu.h: define DFU interface descriptor, for later sharing 2011-06-10 19:33:24 -03:00
usb.c atusb/fw: revert most of the user_setups change and use simple callback instead 2011-06-10 21:50:42 -03:00
usb.h atusb/fw: revert most of the user_setups change and use simple callback instead 2011-06-10 21:50:42 -03:00