### CircuitPython version ```python Adafruit CircuitPython 9.0.2 on 2024-03-28; Raspberry Pi Pico with rp2040 ``` ### Code/REPL ```python # in boot.py file usb_hid.set_interface_name("HP") ``` ### Behavior USP iInterface field does not change. ### Description According to pull request https://github.com/adafruit/circuitpython/commit/ffa45dedb1ea306c5419e872b021f6da02f9b7bb 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?