mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
parselogs: whitelist failed to enable keyboard error on intel-corei7-64
This error is seen on the Braswell RVP platform we have been using for testing. The error is caused by atkbd.c keyboard driver, which is only for AT and PS/2 keyboards. I tested a PS/2 keyboard with the board, which worked fine, and the board does not have a separate AT connector, so this error won't cause any functional issues. [YOCTO #10110]. (From OE-Core rev: c9f83639242313ca04ec36b49602a8464e10dae8) Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0100bfa01c
commit
0cff8d03ff
@@ -152,6 +152,7 @@ ignore_errors = {
|
||||
'Bluetooth: hci0: Setting Intel event mask failed',
|
||||
'ttyS2 - failed to request DMA',
|
||||
'Bluetooth: hci0: Failed to send firmware data (-38)',
|
||||
'atkbd serio0: Failed to enable keyboard on isa0060/serio0',
|
||||
] + x86_common,
|
||||
'crownbay' : x86_common,
|
||||
'genericx86' : x86_common,
|
||||
|
||||
Reference in New Issue
Block a user