From c87e9d26f4e4d773a34f58b7c8752b1499adca50 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 15 Jun 2019 17:17:52 +0200 Subject: [PATCH] serial_hid.h: Update SER_HID_CHUNK_SIZE comment. --- src/serial_hid.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/serial_hid.h b/src/serial_hid.h index d1479786..0e87f9ae 100644 --- a/src/serial_hid.h +++ b/src/serial_hid.h @@ -30,8 +30,10 @@ * 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