aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_hub_acpi.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky2022-10-071-2/+2
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+2
* usb(4): Use the global BUS topology lock where appropriate.Hans Petter Selasky2022-03-171-2/+2
* Add USB UEFI locator supportWarner Losh2022-03-011-2/+2
* bus: Add ACPI locator supportWarner Losh2022-03-011-0/+12
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-9/+6
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-10/+8
* Fix format spec for ILP32.Konstantin Belousov2019-08-031-1/+2
* Add per hub sysctl to expose port information for phyisical form etc.Takanori Watanabe2019-08-031-64/+221
* Put USB ACPI code into own module, uacpi.ko.Hans Petter Selasky2019-07-081-3/+7
* Minor code cleanup of USB ACPI code after r349161.Hans Petter Selasky2019-07-081-120/+109
* Fix the case where no root hub object while host controller object exist in A...Takanori Watanabe2019-06-201-6/+11
* Add ACPI support for USB driver.Takanori Watanabe2019-06-171-0/+451