All of lore.kernel.org
 help / color / mirror / Atom feed
* ACPI device for ASUS EEEPC 1101HA not added
@ 2010-02-01  3:25 Daniel Mack
  2010-02-01 11:06   ` [Acpi4asus-user] " andrej.gelenberg
  2010-02-02  1:19 ` Zhang Rui
  0 siblings, 2 replies; 15+ messages in thread
From: Daniel Mack @ 2010-02-01  3:25 UTC (permalink / raw)
  To: linux-acpi; +Cc: linux-kernel, acpi4asus-user

On my new 1101HA Eeepc, the special function keys do not work. This is
because the asus-laptop driver fails to match the ACPI device named
"ASUS010". However, acpidump tells me a device with that name does
actually exist - the (simplified) disassembly of the DSDT is below.

It looks like the gigantic parser state machine fails to add that
device for whatever reason. Any ideas how to fix that?


Thanks,
Daniel


/*
 * Intel ACPI Component Architecture
 * AML Disassembler version 20090521
 */
DefinitionBlock ("out/DSDT-0x3f660430-0.aml", "DSDT", 2, "A1359", "A1359000", 0x00000000)
{

    [...]

    Scope (_SB)
    {

        [...]

        Device (PCI0)
        {
            Name (_HID, EisaId ("PNP0A08"))
            Name (_ADR, Zero)

            [...]

            Device (SBRG)
            {

                [...]

                Scope (\_SB)
                {
                    Name (ATKP, Zero)
                    Device (ATKD)
                    {
                        Name (_HID, "ASUS010")
                        Name (_UID, 0x01010100)

                        [...]


The full version of the dump is here:

  http://caiaq.de/download/tmp/DSDT-0x3f660430-0.dsl


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2010-03-01 17:50 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-01  3:25 ACPI device for ASUS EEEPC 1101HA not added Daniel Mack
2010-02-01 11:06 ` andrej.gelenberg-KJIyc1CJxjQ
2010-02-01 11:06   ` [Acpi4asus-user] " andrej.gelenberg
2010-02-01 12:51   ` Daniel Mack
2010-02-01 15:55     ` andrej.gelenberg-KJIyc1CJxjQ
2010-02-01 15:55       ` [Acpi4asus-user] " andrej.gelenberg
2010-02-02  6:02   ` Len Brown
2010-02-02  7:22     ` Corentin Chary
2010-02-02  7:22       ` Corentin Chary
2010-02-02 15:12     ` Matthew Garrett
2010-02-02  1:19 ` Zhang Rui
2010-02-02  2:09   ` Daniel Mack
2010-02-02  2:17     ` Zhang, Rui
2010-02-02  2:31       ` Daniel Mack
2010-03-01 17:49         ` Len Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.