On Thu, Aug 06, 2015 at 08:18:20PM +0200, Vincent Pelletier wrote: > On Thu, 6 Aug 2015 20:35:58 +0300, Mika Westerberg > <mika.westerberg@xxxxxxxxxxxxxxx> wrote: > > Do you know which GPIOs are used for leds? > > > > Since the GPIO host controller is listed in the DSDT, I think patching > > the leds device should be pretty simple. > > That would be fantastic. > > Green status: 62, green, active low > Red status: 63, red, active low > HDD racks: 70 to 75, red, active low > USB: 17, blue, active low > > I tested all via sysfs with gpio-f7188x driver loaded (numbers above > are the values I wrote to /sys/class/gpio/register). Ah, this is different GPIO controller that is listed in the DSDT (the Baytrail GPIO host controller). In order to get ACPI GPIO stuff work here you would need to first add the GPIO device to the ACPI namespace and then modify gpio-f7188x.c to probe it from there. You would also need to invent a _HID to the device in order to get it matched. Unfortunately using random _HID will make upstreaming the changes difficult. -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html