This is an automated email from Gerrit. "Matthias Jentsch <i...@easydevkits.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7936
-- gerrit commit a820993cf4db3d4e4812a79664852f5398c35794 Author: EasyDevKits <i...@easydevkits.com> Date: Sat Oct 14 18:14:13 2023 +0200 tools/scripts: iManufacturer added to camelcase.txt The iManufacturer is also a member of structure libusb_device_descriptor. No need to output a check message by checkpatch.sh Change-Id: Ibbb2eb9cde3482c8d4d6ea784f51a973eb36f8c5 Signed-off-by: EasyDevKits <i...@easydevkits.com> diff --git a/tools/scripts/camelcase.txt b/tools/scripts/camelcase.txt index 2caa81caa0..b787902006 100644 --- a/tools/scripts/camelcase.txt +++ b/tools/scripts/camelcase.txt @@ -77,6 +77,7 @@ bNumInterfaces idProduct idVendor iInterface +iManufacturer iProduct iSerialNumber wMaxPacketSize --