[PATCH 2/2] fwts-test: disassemble-0001: update to sync with latest ACPCIA changes

Colin King colin.king at canonical.com
Sat Sep 27 18:16:59 UTC 2014


From: Colin Ian King <colin.king at canonical.com>

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 fwts-test/disassemble-0001/DSDT0.dsl.original | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fwts-test/disassemble-0001/DSDT0.dsl.original b/fwts-test/disassemble-0001/DSDT0.dsl.original
index 2cb1a79..45b09cd 100644
--- a/fwts-test/disassemble-0001/DSDT0.dsl.original
+++ b/fwts-test/disassemble-0001/DSDT0.dsl.original
@@ -1,9 +1,9 @@
 /*
  * Intel ACPI Component Architecture
- * AML Disassembler version 20140627-64 [Jul 28 2014]
+ * AML Disassembler version 20140926-64 [Sep 27 2014]
  * Copyright (c) 2000 - 2014 Intel Corporation
  * 
- * Disassembly of /tmp/fwts_tmp_table_8156_DSDT_0.dsl, Mon Jul 28 11:24:19 2014
+ * Disassembly of /tmp/fwts_tmp_table_20488_DSDT_0.dsl, Sat Sep 27 18:46:19 2014
  *
  * Original Table Header:
  *     Signature        "DSDT"
@@ -16,7 +16,7 @@
  *     Compiler ID      "INTL"
  *     Compiler Version 0x20060608 (537265672)
  */
-DefinitionBlock ("/tmp/fwts_tmp_table_8156_DSDT_0.aml", "DSDT", 2, "TOSCPL", "CRESTLNE", 0x06040000)
+DefinitionBlock ("/tmp/fwts_tmp_table_20488_DSDT_0.aml", "DSDT", 2, "TOSCPL", "CRESTLNE", 0x06040000)
 {
 
     External (_PR_.CPU0._PPC, UnknownObj)
@@ -5933,7 +5933,7 @@ DefinitionBlock ("/tmp/fwts_tmp_table_8156_DSDT_0.aml", "DSDT", 2, "TOSCPL", "CR
 
                 Device (PS2M)
                 {
-                    Name (_HID, EisaId ("PNP0F13"))  // _HID: Hardware ID
+                    Name (_HID, EisaId ("PNP0F13") /* PS/2 Mouse */)  // _HID: Hardware ID
                     Name (_CRS, ResourceTemplate ()  // _CRS: Current Resource Settings
                     {
                         IRQ (Edge, ActiveHigh, Exclusive, )
-- 
2.1.0




More information about the fwts-devel mailing list