You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set_usb_identification allows people to currently change the manufacturer, product, vendor id and product id but it doesn't allow the changing of the usb interface name. This is currently hard coded in supervisor.mk.
The enhancement request is to also be able to change the usb interface name in the set_usb_identification method call
The text was updated successfully, but these errors were encountered:
It looks like HID and MIDI interface renaming were implemented without needing to rebuild CircuitPython. It would be great if USB_INTERFACE_NAME could be updated in a similar way in the future.
set_usb_identification allows people to currently change the manufacturer, product, vendor id and product id but it doesn't allow the changing of the usb interface name. This is currently hard coded in supervisor.mk.
The enhancement request is to also be able to change the usb interface name in the set_usb_identification method call
The text was updated successfully, but these errors were encountered: