summaryrefslogtreecommitdiff
path: root/source/common/ahids.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2014-07-18 08:13:02 -0700
committerRobert Moore <Robert.Moore@intel.com>2014-07-18 08:13:02 -0700
commit254daa0e19f60a3878b1b52388852bb47ff3f69b (patch)
tree48bde96375805bf67bc369637b88a56c8f37596e /source/common/ahids.c
parent6de9d1e3f1f9383dbe46e2454297873229b59234 (diff)
downloadacpica-254daa0e19f60a3878b1b52388852bb47ff3f69b.tar.gz
Add some new IDs to the master _HID table.
Used for AcpiHelp and the disassembler.
Diffstat (limited to 'source/common/ahids.c')
-rw-r--r--source/common/ahids.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/common/ahids.c b/source/common/ahids.c
index 3e129612f..af6771b15 100644
--- a/source/common/ahids.c
+++ b/source/common/ahids.c
@@ -246,7 +246,11 @@ const AH_DEVICE_ID AslDeviceIds[] =
{"PNP0C60", "Display Sensor Device"},
{"PNP0C70", "Dock Sensor Device"},
{"PNP0C80", "Memory Device"},
- {"PNP0D40", "Standard Compliant SD Host Controller"},
+ {"PNP0D10", "XHCI USB Controller with debug"},
+ {"PNP0D15", "XHCI USB Controller without debug"},
+ {"PNP0D20", "EHCI USB Controller without debug"},
+ {"PNP0D25", "EHCI USB Controller with debug"},
+ {"PNP0D40", "SDA Standard Compliant SD Host Controller"},
{"PNP0D80", "Windows-compatible System Power Management Controller"},
{"PNP0F03", "Microsoft PS/2-style Mouse"},
{"SMO91D0", "Sensor Hub"},