Changes in v2:
- Renamed "char *dev" to "char *dev_arg", to make it clearer that we're working
  on the device argument. Use strspn(dev_arg,...) instead of strspn(argv[1],...)

Changes in v3:
- Protect against segfault when trying to access non-existant argv[2]
- Moved "handle == NULL" error handler from main() to request_libusb_handle()
- Add missing "Signed-off-by:"

Bernhard Nortmann (1):
  fel: support selection of specific USB bus and device number

 fel.c | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 78 insertions(+), 23 deletions(-)

-- 
2.4.10

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to