Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5704e76c authored by Sean Young's avatar Sean Young Committed by Mauro Carvalho Chehab
Browse files

[media] ttusbir: wire up rc feedback led

parent bf139726
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;