Skip to content
  1. May 25, 2023
  2. May 23, 2023
  3. May 20, 2023
  4. May 19, 2023
  5. May 18, 2023
  6. May 17, 2023
    • Hans de Goede's avatar
      ACPI: button: Add lid disable DMI quirk for Nextbook Ares 8A · 4fd55566
      Hans de Goede authored
      
      
      The LID0 device on the Nextbook Ares 8A tablet always reports lid
      closed causing userspace to suspend the device as soon as booting
      is complete.
      
      Add a DMI quirk to disable the broken lid functionality.
      
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      4fd55566
    • Hans de Goede's avatar
      ACPI: x86: Add skip i2c clients quirk for Nextbook Ares 8A · 69d6b376
      Hans de Goede authored
      
      
      The Nextbook Ares 8A is a x86 ACPI tablet which ships with Android x86
      as factory OS. Its DSDT contains a bunch of I2C devices which are not
      actually there (the Android x86 kernel fork ignores I2C devices described
      in the DSDT).
      
      On this specific model this just not cause resource conflicts, one of
      the probe() calls for the non existing i2c_clients actually ends up
      toggling a GPIO or executing a _PS3 after a failed probe which turns
      the tablet off.
      
      Add a ACPI_QUIRK_SKIP_I2C_CLIENTS for the Nextbook Ares 8 to the
      acpi_quirk_skip_dmi_ids table to avoid the bogus i2c_clients and
      to fix the tablet turning off during boot because of this.
      
      Also add the "10EC5651" HID for the RealTek ALC5651 codec used
      in this tablet to the list of HIDs for which not to skipi2c_client
      instantiation, since the Intel SST sound driver relies on
      the codec being instantiated through ACPI.
      
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      69d6b376
  7. May 16, 2023
  8. May 15, 2023
  9. May 14, 2023
  10. May 13, 2023
Loading