mirror of
https://github.com/acpica/acpica/
synced 2025-01-31 13:45:41 +03:00
Robert Moore
e2cf79783b
AcpiGetDevices: Eliminate unnecessary _STA calls.
In the case where a specific _HID is requested, do not run _STA until a _HID match is found. This eliminates potentially dozens of _STA calls during a search for a particular device/HID. Fixes ACPICA BZ 828. Lin Ming.
…
…
Description
No description provided
Languages
ASL
68.6%
C
29%
Yacc
0.8%
HTML
0.5%
Shell
0.5%
Other
0.6%