Bug 240403

Summary: lsusb Input/output error
Product: Base System Reporter: Ruthven <lunkuniklo>
Component: usbAssignee: freebsd-usb (Nobody) <usb>
Status: New ---    
Severity: Affects Only Me CC: hselasky
Priority: ---    
Version: 12.0-RELEASE   
Hardware: amd64   
OS: Any   

Description Ruthven 2019-09-08 04:10:54 UTC
When I try to get the voltage from usb port with:

# lsusb -v | grep 'Bus\MaxPower'

[root@freeBSD ~]# lsusb -v | grep 'Bus\Maxpower'
can't get debug descriptor: Input/output error
can't get debug descriptor: Input/output error
can't get debug descriptor: Input/output error
can't get device qualifier: Input/output error
can't get debug descriptor: Input/output error
can't get device qualifier: Input/output error
can't get debug descriptor: Input/output error
Comment 1 Hans Petter Selasky freebsd_committer freebsd_triage 2019-09-08 12:58:36 UTC
Try:
lsusb -v |& grep 'Bus\Maxpower'