NetBSD/sys/arch/hpcarm/dev
manu 100872541e fix touchpanel broken behavior:
- when moving the stylus, the cursor was updated only when the screen was
released
- when moving the stylus for too long, the kernel crashed

This was caused by improper delays in SSP read and write, and by interrupt
hammering while the screen is touched). Both led to the machine handling
interrupts all the time and been unable to schedule the X server, therefore
the lack of cursor refresh.

The problem is fixed by
- masking touchpanel interrupts as soon as we are already handling them
- creating a kernel thread (j720ssp) that takes care of keyboard and
touchpanel I/O, instead of doing it in a softintr.
- reducing delays in j720ssp_readwrite operations from 5ms to 0.1ms.

NB: If the delay in j720ssp_readwrite operation is lowered to 0.1, then
switching on the screen using the power key pushes brightness to maximum.
In order to avoid this, we introduce a wait argument to j720ssp_readwrite,
which specify how many microseconds we have to wait. j720ssp_readwrite is
called with wait = 100 everywhere except in j720lcdparam where it is called
with wait = 500. That way it works.
2002-09-13 22:44:58 +00:00
..
ipaq_atmel.h
ipaq_atmelgpio.c
ipaq_atmelvar.h
ipaq_gpioreg.h
ipaq_lcd.c
ipaq_lcdreg.h
ipaq_lcdvar.h
ipaq_pcic.c change path of include file 2002-07-20 01:36:56 +00:00
ipaq_pcicreg.h
ipaq_saip.c change path of include file 2002-07-20 01:36:56 +00:00
ipaq_saipvar.h
j720kbdmap.c Correctly map altgr on a french keyboard 2002-08-27 17:54:30 +00:00
j720ssp.c fix touchpanel broken behavior: 2002-09-13 22:44:58 +00:00
sed1356var.h
sed_saip.c
uda1341.c
uda1341.h