diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-07-10 21:04:25 +0200 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-07-10 21:04:25 +0200 |
| commit | ff253d3d405fd313a4c3d2195e4b8514d9d2ca21 (patch) | |
| tree | ac0a62143b888c83319f309432092fde456f5ec2 /include | |
| parent | 0b80a8ff07e0ff006dcb5286afaeddcb1114d0f1 (diff) | |
| parent | ab7027de5c01e4fba0e5ef946f0db27b2e3d799d (diff) | |
Merge branch 'acpi-video'
* acpi-video:
ACPI / video: Add Acer TravelMate B113 to native backlight blacklist
ACPI / video: Add Dell Inspiron 5737 to the blacklist
ACPI / i915: ignore firmware requests for backlight change
Diffstat (limited to 'include')
| -rw-r--r-- | include/acpi/video.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/acpi/video.h b/include/acpi/video.h index ea4c7bbded4d..843ef1adfbfa 100644 --- a/include/acpi/video.h +++ b/include/acpi/video.h @@ -22,6 +22,7 @@ extern void acpi_video_unregister(void); extern void acpi_video_unregister_backlight(void); extern int acpi_video_get_edid(struct acpi_device *device, int type, int device_id, void **edid); +extern bool acpi_video_verify_backlight_support(void); #else static inline int acpi_video_register(void) { return 0; } static inline void acpi_video_unregister(void) { return; } @@ -31,6 +32,7 @@ static inline int acpi_video_get_edid(struct acpi_device *device, int type, { return -ENODEV; } +static inline bool acpi_video_verify_backlight_support(void) { return false; } #endif #endif |
