]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add ACPI support for USB driver.
authortakawata <takawata@FreeBSD.org>
Mon, 17 Jun 2019 23:03:30 +0000 (23:03 +0000)
committertakawata <takawata@FreeBSD.org>
Mon, 17 Jun 2019 23:03:30 +0000 (23:03 +0000)
commit2fc5b64e797f5687206cb00e8ddf710e3b3ff1d8
tree27090ae07d826ddbf57ec75152622f919476112f
parent6680c0fbe4540f02d74233d6f837f05727ab4843
Add ACPI support for USB driver.
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
sys/conf/files
sys/dev/usb/usb_hub.c
sys/dev/usb/usb_hub_acpi.c [new file with mode: 0644]
sys/dev/usb/usb_hub_private.h [new file with mode: 0644]
sys/modules/usb/usb/Makefile