backlight: add backlight type
[deliverable/linux.git] / drivers / video / backlight / adp8860_bl.c
index 734c650a47c433be7524e27b35b5e3c5b5eea0ad..d2a96a421ffda737048ea7e30169ecfbb9a71d65 100644 (file)
@@ -709,6 +709,7 @@ static int __devinit adp8860_probe(struct i2c_client *client,
        i2c_set_clientdata(client, data);
 
        memset(&props, 0, sizeof(props));
+       props.type = BACKLIGHT_RAW;
        props.max_brightness = ADP8860_MAX_BRIGHTNESS;
 
        mutex_init(&data->lock);
This page took 0.026493 seconds and 5 git commands to generate.