Closed
Description
CircuitPython version
Adafruit CircuitPython 9.0.2 on 2024-03-28; Raspberry Pi Pico with rp2040
Code/REPL
# in boot.py file
usb_hid.set_interface_name("HP")
Behavior
USP iInterface field does not change.
Description
According to pull request ffa45de usb_hid.set_interface_name() should work under 9.0.2.
Additional information
@MariuszCwikla what CP version and what hardware was used when testing this feature?