]> sigrok.org Git - libsigrok.git/commit
usb.c: Fix usb_get_port_path() issue on Mac OS X.
authorUwe Hermann <redacted>
Sun, 15 Nov 2015 18:01:13 +0000 (19:01 +0100)
committerUwe Hermann <redacted>
Sun, 15 Nov 2015 18:11:54 +0000 (19:11 +0100)
commitb98b70222fd756784e7bb55a4d3356e0e3405679
treeb23c218982f46c24d37c33f725fd0bcd7526704a
parent382bea8250c8f69fff2f6b947a6ad0d884328610
usb.c: Fix usb_get_port_path() issue on Mac OS X.

Apparently (some versions of) Mac OS X have the same problem with
usb_get_port_path() as FreeBSD does. Work around this in the same way.

Thanks to hanyazou@gmail.com for the patch!

This fixes bug #673.
src/usb.c