]> sigrok.org Git - sigrok-util.git/blobdiff - debug/sysclk-lwla/sysclk-lwla-dissector.lua
Consistently use the "Sysclk" spelling everywhere.
[sigrok-util.git] / debug / sysclk-lwla / sysclk-lwla-dissector.lua
index c90d9231b2197e80c8c4b2dd1c370ad574a5f75f..f93a3c0f49a8dc86d637273a205f883dd09c6844 100644 (file)
@@ -223,8 +223,8 @@ function p_lwla.init()
     -- will make it inaccessible from Linux, so Wireshark cannot fetch the
     -- descriptor by itself.  However, it is sufficient if the VirtualBox
     -- guest requests the descriptor once while Wireshark is capturing.
---    usb_product_dissectors:add(0x29616688, p_lwla) -- SysClk LWLA1016
---    usb_product_dissectors:add(0x29616689, p_lwla) -- SysClk LWLA1034
+--    usb_product_dissectors:add(0x29616688, p_lwla) -- Sysclk LWLA1016
+--    usb_product_dissectors:add(0x29616689, p_lwla) -- Sysclk LWLA1034
 
     -- Addendum: Protocol registration based on product ID does not always
     -- work as desired.  Register the protocol on the interface class instead.