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

Add new APIs to get some USB descriptor details for USB serial ports.

This commit is contained in:
Aurelien Jacobs
2014-05-30 22:49:04 +02:00
parent 98cac5d63e
commit a93fb46888
6 changed files with 986 additions and 7 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
next
------------------
* New API to obtain a user friendly port description: sp_get_port_description().
* New API to obtain the underlying transport type: sp_get_port_description().
* New API to obtain USB descriptor details: sp_get_port_usb_*().
* New API to obtain bluetooth address: sp_get_port_bluetooth_address().
0.1.0 (2014-05-06)
------------------