From b9fb332a85bd98b7f59778484434c057f0ce5049 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 22 Dec 2012 09:48:30 -0800 Subject: [PATCH] doc: Change VendorSource value into a string --- doc/device-api.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/device-api.txt b/doc/device-api.txt index 14120840b..f8cf019fd 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -103,13 +103,15 @@ Properties string Address [readonly] If the Alias property is unset, it will reflect this value which makes it more convenient. - uint16 Vendor [readonly] [optional] + string VendorSource [readonly] [optional] - Vendor unique numeric identifier. + Vendor source numeric identifier. - uint16 VendorSource [readonly] [optional] + Only "bluetooth" and "usb" sources are supported. - Vendor source numeric identifier. + uint16 Vendor [readonly] [optional] + + Vendor unique numeric identifier. uint16 Product [readonly] [optional] -- 2.47.3