summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/include/linux/pwm_backlight.h
diff options
context:
space:
mode:
authorKevin2014-11-15 10:00:36 +0800
committerKevin2014-11-15 10:00:36 +0800
commit9d40ac5867b9aefe0722bc1f110b965ff294d30d (patch)
treede942df665fac4bac0d9cb7ae86910fe937b0c1a /ANDROID_3.4.5/include/linux/pwm_backlight.h
parent392e8802486cb573b916e746010e141a75f507e6 (diff)
downloadFOSSEE-netbook-kernel-source-9d40ac5867b9aefe0722bc1f110b965ff294d30d.tar.gz
FOSSEE-netbook-kernel-source-9d40ac5867b9aefe0722bc1f110b965ff294d30d.tar.bz2
FOSSEE-netbook-kernel-source-9d40ac5867b9aefe0722bc1f110b965ff294d30d.zip
add via modify part source code for wm8880 4.4 kitkat
Diffstat (limited to 'ANDROID_3.4.5/include/linux/pwm_backlight.h')
-rw-r--r--ANDROID_3.4.5/include/linux/pwm_backlight.h2
1 files changed, 2 insertions, 0 deletions
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);