1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-10-04 05:54:09 +03:00
ben-wpan/tools/lib
Werner Almesberger fc1ad9fffd tools/lib: atusb can now be selected by bus/device or by bus-port path
Examples:

  usb:1/6	select logical device 6 on bus 1
  usb:1-3.1.4	starting at bus 1, choose ports 3, 1, and 4

- usbopen.c (initialize, open_usb): moved libusb initialization to
  separate function, to allow for sharing
- usbopen.h (restrict_usb_path), usbopen.c (restricted_path, open_usb,
  restrict_usb_dev, restrict_usb_by_dev, read_num, restrict_usb_by_port,
  restrict_usb_path): added mechanism to restrict USB path
- atusb.c (atusb_open): if an argument is given, call restrict_usb_path
  with it
2011-04-10 09:51:30 -03:00
..
atben.c tools/: cleaned up the gross layering violation in atrf-xtal/atben.c 2011-04-10 07:28:27 -03:00
atrf.c tools/: cleaned up the gross layering violation in atrf-xtal/atben.c 2011-04-10 07:28:27 -03:00
atusb.c tools/lib: atusb can now be selected by bus/device or by bus-port path 2011-04-10 09:51:30 -03:00
driver.h tools/: cleaned up the gross layering violation in atrf-xtal/atben.c 2011-04-10 07:28:27 -03:00
Makefile tools/lib/: copied USB device opening code over from f32xbase 2011-04-10 07:43:42 -03:00
misctxrx.c misctxrx.c (wait_for_interrupt): let "ignore" control printing more tightly 2011-01-19 18:27:17 -03:00
usbopen.c tools/lib: atusb can now be selected by bus/device or by bus-port path 2011-04-10 09:51:30 -03:00
usbopen.h tools/lib: atusb can now be selected by bus/device or by bus-port path 2011-04-10 09:51:30 -03:00