1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-01-22 21:01:06 +02:00
Werner Almesberger f8f2f890d9 tools/lib/atusb-common.c (atusb_interrupt_wait): don't try to pull more irqs
ausb_bulk_read may lose data when timing out. We therefore try to
minimize the number of times we time out. Reading until no more
interrupts arrive may have looked like a good idea, but it just
causes trouble for now.
2011-06-20 22:58:46 -03:00
..