This patch adds new ACPI documents related to: 1. ACPICA release process 2. AML debugger 3. ACPI control method lid device This patch also contains an update of the ACPI LID input event in order to support the new usage model defined by the documentation change. History: 1. Remove the upstreamed trivial fixes; 2. Split lid device code and documents; 3. Fix grammar issues in the documents. Lv Zheng (4): ACPI: Add documentation describing ACPICA release automation ACPI / debugger: Add AML debugger documentation ACPI / button: Add SW_ACPI_LID for new usage model ACPI / button: Add document for ACPI control method lid device restrictions Documentation/acpi/acpi-lid.txt | 62 ++++++++ Documentation/acpi/aml-debugger.txt | 56 +++++++ Documentation/acpi/linuxized-acpica.txt | 253 +++++++++++++++++++++++++++++++ drivers/acpi/button.c | 20 ++- include/linux/mod_devicetable.h | 2 +- include/uapi/linux/input-event-codes.h | 3 +- 6 files changed, 388 insertions(+), 8 deletions(-) create mode 100644 Documentation/acpi/acpi-lid.txt create mode 100644 Documentation/acpi/aml-debugger.txt create mode 100644 Documentation/acpi/linuxized-acpica.txt -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html