|
@@ -221,11 +221,12 @@ capital A. For example: `2.25 A`
|
221
|
221
|
|
222
|
222
|
The PD Buddy Sink can be identified by the following USB device descriptors:
|
223
|
223
|
|
224
|
|
-* idVendor: 0x1209 (InterBiometrics, or pid.codes)
|
|
224
|
+* idVendor: 0x1209 (InterBiometrics, or [pid.codes][])
|
225
|
225
|
* idProduct: 0x9DB5 (PD Buddy Sink)
|
226
|
226
|
|
227
|
227
|
The device's firmware version number is given in the iSerial descriptor. The
|
228
|
228
|
version number follows [Semantic Versioning][]. The serial console
|
229
|
229
|
configuration interface is the API that the version number describes.
|
230
|
230
|
|
|
231
|
+[pid.codes]: http://pid.codes/
|
231
|
232
|
[Semantic Versioning]: http://semver.org/
|