From: openocd-gerrit <ope...@us...> - 2023-10-25 01:35:03
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 1d555d21d9036fec1604c0f5e41a1202038b87ae (commit) from e887cfb9e8e8e42513b38e09960849becc5d42e3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1d555d21d9036fec1604c0f5e41a1202038b87ae Author: EasyDevKits <in...@ea...> 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 <in...@ea...> Reviewed-on: https://review.openocd.org/c/openocd/+/7936 Reviewed-by: Antonio Borneo <bor...@gm...> Tested-by: jenkins Reviewed-by: Tomas Vanek <va...@fb...> diff --git a/tools/scripts/camelcase.txt b/tools/scripts/camelcase.txt index 2caa81caa..b78790200 100644 --- a/tools/scripts/camelcase.txt +++ b/tools/scripts/camelcase.txt @@ -77,6 +77,7 @@ bNumInterfaces idProduct idVendor iInterface +iManufacturer iProduct iSerialNumber wMaxPacketSize ----------------------------------------------------------------------- Summary of changes: tools/scripts/camelcase.txt | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- Main OpenOCD repository |