]> Zhao Yanbai Git Server - minix.git/commit
handle lack of pckbd more gracefully 02/3002/1
authorrlfnb <ralf.neeb@googlemail.com>
Wed, 3 Jun 2015 05:56:35 +0000 (07:56 +0200)
committerLionel Sambuc <lionel@minix3.org>
Mon, 15 Jun 2015 15:11:29 +0000 (17:11 +0200)
commite1e2bc96d2c2a83a431fe9478de7613158865cc7
tree183e070331f771e54c6c26cb8f5f2a26c508f981
parentaf4345b097464c1f67eb821ea6f0fba8ea66c952
handle lack of pckbd more gracefully

kb_init() panics, if no keyboard controller is found during self-test.
Instead of panic, the driver should quit the init process and tell it the SEF .

Change-Id: Icdfb7125f5d4062f46cfbbdbbb9e54ac4b273642
minix/drivers/hid/pckbd/pckbd.c