diff options
Diffstat (limited to 'ANDROID_3.4.5/include/linux/pwm_backlight.h')
-rw-r--r-- | ANDROID_3.4.5/include/linux/pwm_backlight.h | 2 |
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); |