1
0
mirror of git://sigrok.org/libserialport synced 2023-08-10 21:13:24 +03:00

Remove the udev dependency and parse the /sys hierarchy instead.

This commit is contained in:
Aurelien Jacobs
2014-05-31 00:48:54 +02:00
parent 073c86bd07
commit 98cac5d63e
3 changed files with 27 additions and 57 deletions

6
README
View File

@@ -40,11 +40,7 @@ port, e.g. for USB devices the USB VID and PID of the underlying device.
Dependencies
============
On Linux, libudev is required. On other systems no other libraries are required.
The libudev dependency could be eliminated in favour of direct sysfs queries at
the cost of some brevity. This is not currently a priority but if you feel like
doing this feel free to submit a patch.
No other libraries are required.
Building
========