Dne 18.8.2015 v 00:03 Petr Cvek napsal(a):
> +static int magician_is_usb_online(void)
> +{
> + my_usb_online = gpio_get_value(EGPIO_MAGICIAN_CABLE_INSERT1) &&
> + (!gpio_get_value(EGPIO_MAGICIAN_CABLE_TYPE)); /* USB=0 */
> + return my_usb_online;
> }
This patch requires my_usb_online variable defined by
[PATCH v2 12/21] ARM: pxa: magician: Add PXA27x UDC support
because both (UDC and charging) require same EGPIO.
Petr
--
To unsubscribe from this list: send the line "unsubscribe linux-leds" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html