Re: [PATCH] 2.4.x kernel keyboard fix for Digital HiNote Ultra 2000

2001-02-26 Thread Mark Clegg
I've tried adding mdelay(1) before and after but this doesn't help. However, increasing the delay does, and the minimum I've got to work is mdelay(2) before, with no delay afterwards. I don't know what the delay rules for the controller are, so it may be necessary to add one afterwards as well. It

Re: [PATCH] 2.4.x kernel keyboard fix for Digital HiNote Ultra 2000

2001-02-25 Thread Alan Cox
> drivers/char/pc_keyb.c related to fixing problems on a Toshiba 4030cdt. > It would appear that the fix for the Tosh, breaks the HiNote. (I don't > have a Tosh to experiment with). Reading the pc_keyb.c code two things strike me. The first is to wonder how the hell Linus let that code get submit

[PATCH] 2.4.x kernel keyboard fix for Digital HiNote Ultra 2000

2001-02-25 Thread Mark Clegg
I have been using the 2.2.x kernels on the Digital HiNote Ultra 2000 (Mobile Pentium MMX 266) (I think this system was later rebadged as a Compaq Armada 6500) without problem, however, on upgrading to the 2.4 series (2.4.0, 2.4.1 and 2.4.2) I have experienced the system hanging quite reliably. - T