aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_hub_private.h
Commit message (Collapse)AuthorAgeFilesLines
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
| | | | Notes: svn path=/head/; revision=365084
* Add ACPI support for USB driver.Takanori Watanabe2019-06-171-0/+86
This adds ACPI device path on devinfo(8) output and show value of _UPC(usb port capabilities), _PLD (physical location of device) when hw.usb.debug >= 1 . Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D20630 Notes: svn path=/head/; revision=349161