]> sigrok.org Git - libsigrok.git/commitdiff
serial_hid.h: Update SER_HID_CHUNK_SIZE comment.
authorUwe Hermann <redacted>
Sat, 15 Jun 2019 15:17:52 +0000 (17:17 +0200)
committerUwe Hermann <redacted>
Sat, 15 Jun 2019 15:17:52 +0000 (17:17 +0200)
src/serial_hid.h

index d147978667b307c11438ccbbef625629ae38cc68..0e87f9ae4ff66f83f355f3a87af0fb99d84771e6 100644 (file)
  * The maximum number of bytes any supported HID chip can communicate
  * within a single request.
  *
- * CP2110: up to 63bytes
- * CH9325: up to 7 bytes
+ * Brymen BU-86X: up to 8 bytes
+ * SiLabs CP2110: up to 63 bytes
+ * Victor DMM:    up to 14 bytes
+ * WCH CH9325:    up to 7 bytes
  */
 #define SER_HID_CHUNK_SIZE     64