]> sigrok.org Git - libsigrok.git/commit
serial: prepare serial over HID in common layer and build support
authorGerhard Sittig <redacted>
Sun, 26 Mar 2017 14:48:36 +0000 (15:48 +0100)
committerUwe Hermann <redacted>
Sun, 2 Jun 2019 18:39:02 +0000 (20:39 +0200)
commit4417074c68ce998c2d666fc8a034204a1b74fc2f
tree997b13ddfdb5697e5ffab441cac5b68fb9aca5a9
parentad5aa993ae5f5277755ed9c6e99fd647f4fa0d7b
serial: prepare serial over HID in common layer and build support

Search for the optional HIDAPI library. Call the library's init and exit
routine, and print version information. Extend the common serial layer's
code paths for open, list, and find USB to also support serial over HID.

This commit prepares serial over HID, but the HIDAPI specific transport
for serial communication still is empty in this implementation.
Makefile.am
README
configure.ac
src/backend.c
src/libsigrok-internal.h
src/serial.c
src/serial_hid.c [new file with mode: 0644]