index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
acpi_video.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ACPI: video: Change how we determine if brightness key-presses are handled
Hans de Goede
2022-06-28
1
-7
/
+6
*
ACPI: video: improve PM notifer callback
Zhang Rui
2022-05-19
1
-16
/
+15
*
ACPI: Use acpi_fetch_acpi_dev() instead of acpi_bus_get_device()
Rafael J. Wysocki
2021-12-17
1
-3
/
+2
*
ACPI: video: Add quirk for the Dell Vostro 3350
Hans de Goede
2021-06-30
1
-0
/
+9
*
ACPI: video: Drop three redundant return statements
Clayton Casciato
2021-06-14
1
-6
/
+0
*
Merge branch 'acpi-misc'
Rafael J. Wysocki
2021-04-26
1
-2
/
+2
|
\
|
*
ACPI: fix various typos in comments
Tom Saeger
2021-03-19
1
-2
/
+2
*
|
ACPI: video: Check LCD flag on ACPI-reduced-hardware devices
Hans de Goede
2021-04-08
1
-13
/
+26
|
/
*
ACPI: video: Clean up printing messages
Rafael J. Wysocki
2021-02-04
1
-48
/
+51
*
ACPI: Fix whitespace inconsistencies
Maximilian Luz
2020-11-09
1
-3
/
+3
*
ACPI: video: remove redundant assignments to variable result
Colin Ian King
2020-03-04
1
-1
/
+1
*
ACPI: video: fix typo in comment
Kacper Piwiński
2019-12-16
1
-1
/
+1
*
ACPI: video: update doc for acpi_video_bus_DOS()
Kacper Piwiński
2019-10-11
1
-2
/
+6
*
ACPI: video: Add new hw_changes_brightness quirk, set it on PB Easynote MZ35
Hans de Goede
2019-07-16
1
-0
/
+37
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
1
-14
/
+1
*
ACPI / video: Extend chassis-type detection with a "Lunch Box" check
Hans de Goede
2019-02-13
1
-0
/
+1
*
ACPI / video: Refactor and fix dmi_is_desktop()
Hans de Goede
2019-02-13
1
-6
/
+13
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-2
/
+3
*
ACPI / video: Only default only_lcd to true on Win8-ready _desktops_
Hans de Goede
2018-04-24
1
-2
/
+25
*
ACPI / video: Use true for boolean value
Gustavo A. R. Silva
2018-02-04
1
-1
/
+1
*
ACPI / video: Default lcd_only to true on Win8-ready and newer machines
Hans de Goede
2017-12-28
1
-2
/
+12
*
dmi: Mark all struct dmi_system_id instances const
Christoph Hellwig
2017-09-14
1
-1
/
+1
*
ACPI / video: add comments about subtle cases
Dmitry Frank
2017-04-19
1
-2
/
+45
*
ACPI / video: get rid of magic numbers and use enum instead
Dmitry Frank
2017-04-19
1
-44
/
+66
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
ACPI / video: Move ACPI_VIDEO_NOTIFY_* defines to acpi/video.h
Hans de Goede
2016-11-16
1
-11
/
+0
*
ACPI / video: skip evaluating _DOD when it does not exist
Alex Hung
2016-06-22
1
-0
/
+3
*
ACPI / Thermal / video: fix max_level incorrect value
Aaron Lu
2016-05-30
1
-3
/
+6
*
ACPI/video: export acpi_video_get_levels
Aaron Lu
2016-05-04
1
-38
/
+45
*
ACPI / video: remove unused device_decode array
Colin Ian King
2016-03-09
1
-7
/
+0
*
ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite ...
Hans de Goede
2016-01-15
1
-0
/
+9
*
ACPI / video: Fix using an uninitialized mutex / list_head in acpi_video_hand...
Hans de Goede
2016-01-15
1
-5
/
+2
*
ACPI / video: Revert "ACPI / video: driver must be registered before checking...
Hans de Goede
2016-01-15
1
-14
/
+13
*
ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Portege R700
Hans de Goede
2016-01-15
1
-0
/
+9
*
ACPI / video: driver must be registered before checking for keypresses
Adrien Schildknecht
2016-01-05
1
-13
/
+14
*
ACPI / video: Add quirks for the Dell Vostro V131
Hans de Goede
2016-01-01
1
-0
/
+25
*
ACPI / video: Add a module option to disable the reporting of keypresses
Hans de Goede
2016-01-01
1
-3
/
+11
*
ACPI / video: Add a acpi_video_handles_brightness_key_presses() helper
Hans de Goede
2016-01-01
1
-0
/
+12
*
ACPI / video: only register backlight for LCD device
Aaron Lu
2015-11-02
1
-12
/
+66
*
ACPI: Remove FSF mailing addresses
Jarkko Nikula
2015-07-08
1
-4
/
+0
*
ACPI / video: Make acpi_video_unregister_backlight() private
Hans de Goede
2015-06-19
1
-1
/
+0
*
ACPI / video: Fix acpi_video _register vs _unregister_backlight race
Hans de Goede
2015-06-19
1
-22
/
+21
*
ACPI / video: Move dmi_check_system from module_init to acpi_video_register
Hans de Goede
2015-06-19
1
-5
/
+5
*
ACPI / video: Move backlight notifier to video_detect.c
Hans de Goede
2015-06-19
1
-57
/
+2
*
ACPI / video: Port to new backlight interface selection API
Hans de Goede
2015-06-19
1
-165
/
+7
*
acpi-video-detect: video: Make video_detect code part of the video module
Hans de Goede
2015-06-19
1
-0
/
+2275