1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-08-27 01:47:08 +03:00
ben-wpan/atusb/fw/usb
Werner Almesberger f9681e5b4f atusb/fw/usb/atu2.c: use implicit race-free "and" when writing to UDINT/UEINTX
The old code could accidently acknowledge interrupts that appeared
between the read and the write in UxINTx &= mask.

- atu2.c (handle_ep): writing to UEINTX implies a race-free "and"
- atu2.c (usb_poll): writing to UDINT implies a race-free "and"
2011-06-11 08:16:23 -03:00
..
atu2.c atusb/fw/usb/atu2.c: use implicit race-free "and" when writing to UDINT/UEINTX 2011-06-11 08:16:23 -03:00
dfu_common.c atusb/fw/: moved common elements of DFU processing to dfu_common.c 2011-06-10 22:04:12 -03:00
dfu.c atusb/fw/usb/: DFU_ITF_DESCR also needs a protocol argument 2011-06-10 23:15:51 -03:00
dfu.h atusb/fw/usb/: DFU_ITF_DESCR also needs a protocol argument 2011-06-10 23:15:51 -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