List USB devices with description

When I issue the lsusb command on a “normal” linux machine, I get something like this:

╭─andreas@Server ~
╰─$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 0424:2660 Microchip Technology, Inc. (formerly SMSC) Hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 003: ID 152d:0567 JMicron Technology Corp. / JMicron USA Technology Corp. JMS567 SATA 6Gb/s bridge
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

When I issue the command via ssh in HAOS, I only get hexadecimal values, no description:

~ # lsusb
Bus 003 Device 001: ID 1d6b:0002
Bus 001 Device 001: ID 1d6b:0002
Bus 001 Device 005: ID 1cf1:0030
Bus 004 Device 001: ID 1d6b:0002
Bus 004 Device 002: ID 8087:8000
Bus 002 Device 001: ID 1d6b:0003
Bus 003 Device 002: ID 8087:8008

What is the correct package to install via apk to get the device descriptions?

Package name is

usbutils