mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
eb16292ba8
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>