From 9d40ac5867b9aefe0722bc1f110b965ff294d30d Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 15 Nov 2014 10:00:36 +0800 Subject: add via modify part source code for wm8880 4.4 kitkat --- ANDROID_3.4.5/include/linux/pwm_backlight.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ANDROID_3.4.5/include/linux/pwm_backlight.h') diff --git a/ANDROID_3.4.5/include/linux/pwm_backlight.h b/ANDROID_3.4.5/include/linux/pwm_backlight.h index 63d2df43..412b70c7 100644 --- a/ANDROID_3.4.5/include/linux/pwm_backlight.h +++ b/ANDROID_3.4.5/include/linux/pwm_backlight.h @@ -8,9 +8,11 @@ struct platform_pwm_backlight_data { int pwm_id; + int invert; unsigned int max_brightness; unsigned int dft_brightness; unsigned int lth_brightness; + unsigned int hth_brightness; unsigned int pwm_period_ns; int (*init)(struct device *dev); int (*notify)(struct device *dev, int brightness); -- cgit