summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2024-09-18 17:38:49 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-10-01 20:51:26 +0200
commitac78288fe062b64e45a479eaae74aaaafcc8ecdd (patch)
tree51261ad3fc63a8d01414aa93fb4e2b676830c863 /tools/perf/scripts/python/bin
parent9852d85ec9d492ebef56dc5f229416c925758edc (diff)
downloadkernel-ac78288fe062b64e45a479eaae74aaaafcc8ecdd.tar.gz
ACPI: video: Add backlight=native quirk for Dell OptiPlex 5480 AIO
Dell All In One (AIO) models released after 2017 may use a backlight controller board connected to an UART. In DSDT this uart port will be defined as: Name (_HID, "DELL0501") Name (_CID, EisaId ("PNP0501") The Dell OptiPlex 5480 AIO has an ACPI device for one of its UARTs with the above _HID + _CID. Loading the dell-uart-backlight driver fails with the following errors: [ 18.261353] dell_uart_backlight serial0-0: Timed out waiting for response. [ 18.261356] dell_uart_backlight serial0-0: error -ETIMEDOUT: getting firmware version [ 18.261359] dell_uart_backlight serial0-0: probe with driver dell_uart_backlight failed with error -110 Indicating that there is no backlight controller board attached to the UART, while the GPU's native backlight control method does work. Add a quirk to use the GPU's native backlight control method on this model. Fixes: cd8e468efb4f ("ACPI: video: Add Dell UART backlight controller detection") Cc: All applicable <stable@vger.kernel.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Link: https://patch.msgid.link/20240918153849.37221-1-hdegoede@redhat.com [ rjw: Changelog edit ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
el/commit/drivers/misc/eeprom?h=linux-6.12.y&id=0065ec0054be8da664ac0830bb887dd7574ed251'>Merge tag 'at24-fixes-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang 2020-09-01misc: eeprom: at24: register nvmem only after eeprom is ready to useVadym Kochan 2020-08-31Merge 5.9-rc3 into char-misc-nextGreg Kroah-Hartman 2020-08-28eeprom: at25: set minimum read/write access stride to 1Christian Eggers 2020-08-28eeprom: at25: allow page sizes greater than 16 bitChristian Eggers 2020-08-25eeprom: at24: Tidy at24_read()Jean Delvare 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva 2020-08-18eeprom: at24: Add support for the Sony VAIO EEPROMsJean Delvare 2020-07-10misc: eeprom: at24: Tell the compiler that ACPI functions may not be usedLee Jones 2020-06-29misc: eeprom: eeprom_93cx6: Repair function arg descriptionsLee Jones 2020-03-26Merge tag 'v5.6-rc7' into i2c/for-5.7Wolfram Sang 2020-03-12misc: eeprom: at24: fix regulator underflowMichael Auchter 2020-02-10eeprom: at24: add TPF0001 ACPI ID for 24c1024 deviceMarkus Pietrek 2020-01-23misc: eeprom: at24: support pm_runtime controlBibby Hsieh 2020-01-09eeprom: at24: remove the write-protect pin supportKhouloud Touil 2020-01-02eeprom: at24: sort headers alphabeticallyBartosz Golaszewski 2020-01-02eeprom: at24: update the license tagBartosz Golaszewski 2019-12-01Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds 2019-10-04eeprom: Warn that the driver is deprecatedJean Delvare 2019-10-04eeprom: at24: Improve confusing log messageJean Delvare 2019-09-24Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds 2019-09-04eeprom: Deprecate the legacy eeprom driverJean Delvare 2019-09-03Merge tag 'at24-v5.4-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...Wolfram Sang