mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-10 00:03:25 +00:00
The problem is that adbhid[]->input is NULL, so the kernel oopses with a null pointer dereference as soon as a key is pressed. Signed-off-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>