Skip to content

Commit 5704e76

Browse files
seanyoungmchehab
authored andcommitted
[media] ttusbir: wire up rc feedback led
Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
1 parent bf13972 commit 5704e76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/media/rc/ttusbir.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ static int ttusbir_probe(struct usb_interface *intf,
302302
ttusbir_bulk_complete, tt);
303303

304304
tt->led.name = "ttusbir:green:power";
305+
tt->led.default_trigger = "rc-feedback";
305306
tt->led.brightness_set = ttusbir_brightness_set;
306307
tt->led.brightness_get = ttusbir_brightness_get;
307308
tt->is_led_on = tt->led_on = true;

0 commit comments

Comments
 (0)