Skip to content

Commit

Permalink
[media] ttusbir: wire up rc feedback led
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
  • Loading branch information
Sean Young authored and Mauro Carvalho Chehab committed Aug 22, 2013
1 parent bf13972 commit 5704e76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/rc/ttusbir.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ static int ttusbir_probe(struct usb_interface *intf,
ttusbir_bulk_complete, tt);

tt->led.name = "ttusbir:green:power";
tt->led.default_trigger = "rc-feedback";
tt->led.brightness_set = ttusbir_brightness_set;
tt->led.brightness_get = ttusbir_brightness_get;
tt->is_led_on = tt->led_on = true;
Expand Down

0 comments on commit 5704e76

Please sign in to comment.