[    0.296769] pnp 00:0a: unknown resource type 19 in _CRS
[    0.296772] pnp 00:0a: can't evaluate _CRS: 1
[    0.296796] pnp 00:0a: Plug and Play ACPI device, IDs DLL060a PNP0c50 
(active)

>From the error messages (as above), it can be found that kernel complains type 
>19 is unknown, and type 19 is defined as  
"ACPI_RESOURCE_TYPE_SERIAL_BUS           19      /* ACPI 5.0 */". 

In BIOS ASL code, _CRS for DLL060a (as below) uses the new type indeed
but kernel 3.15 has not yet support it.

                Method (_CRS, 0, Serialized)  // _CRS: Current Resource Settings
                {
                    Name (SBFI, ResourceTemplate ()
                    {
                        I2cSerialBus (0x002C, ControllerInitiated, 0x00061A80,
                            AddressingMode7Bit, "\\_SB.PCI0.I2C1",
                            0x00, ResourceConsumer, ,
                            )
                        Interrupt (ResourceConsumer, Level, ActiveLow, 
Exclusive, ,, _Y2B)
                        {
                            0x00000027,
                        }
                    })
                    If (LEqual (GR13, One))
                    {
                        CreateByteField (SBFI, 
\_SB.PCI0.I2C1.TPD1._CRS._Y2B._INT, VAL3)  // _INT: Interrupts
                        Store (0x1B, VAL3)
                    }

                    Return (SBFI)
                }

However, this device (DLL060a PNP0c50) is a touchpad device and and
there is no function loss on this xps.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1297670

Title:
  [Dell XPS13 9333] klog, method: Critical Failures

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/1297670/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to