forked from mirrors/linux
gpio_crystalcove pin 10 is already in input mode and passing GPIOD_IN
when requesting the GPIO changes its pull-up/-down settings causing
the 830F/L to get misdetected as 1050F/L.
Switch to using GPIOD_ASIS when requesting the GPIO to fix
the misdetection.
Fixes:
|
||
|---|---|---|
| .. | ||
| asus.c | ||
| core.c | ||
| dmi.c | ||
| Kconfig | ||
| lenovo.c | ||
| Makefile | ||
| other.c | ||
| shared-psy-info.c | ||
| shared-psy-info.h | ||
| x86-android-tablets.h | ||