1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-09-13 18:48:07 +03:00
ben-wpan/atusb/fw3/usb
Werner Almesberger 983d330294 atusb/fw3: split USB driver into chip-specifc and general part
- usb/usb.c: moved chip-specific functions to usb/atu2.c
- Makefile (USB_OBJS): added usb/atu2.c
- usb/usb.h, usb/usb.c, ep0.c: made argument to my_setup and user_setup
  "const"
- usb/ubs.h (handle_setup): call from chip driver to generic stack
- usb/ubs.h (set_addr): call from generic stack to chip driver
2011-02-14 12:01:11 -03:00
..
atu2.c atusb/fw3: split USB driver into chip-specifc and general part 2011-02-14 12:01:11 -03:00
usb.c atusb/fw3: split USB driver into chip-specifc and general part 2011-02-14 12:01:11 -03:00
usb.h atusb/fw3: split USB driver into chip-specifc and general part 2011-02-14 12:01:11 -03:00