summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus/dev/zaurus_kbd.c
AgeCommit message (Expand)Author
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2005-12-21sysctl machdep.lidsuspend=1 makes screen closures to cause a suspend.Theo de Raadt
2005-12-20remove old #if 0 chunks no longer needed for debugTheo de Raadt
2005-12-20at power events, call zkbd_hinge() to update the lcd state as well; ok drahnTheo de Raadt
2005-11-11first key is scanned based on interrupt. but if a key is held downTheo de Raadt
2005-11-11make power button cause suspend after .25 seconds (was 3 seconds)Theo de Raadt
2005-05-25Resample the hinge value on wakeup, prevent 'hung' keyboard on returnDale Rahn
2005-05-24serial console supportUwe Stuehler
2005-03-29Changed On/Off button behaviour (unless the lid is closed):Uwe Stuehler
2005-03-16permit ramdisks to compileTheo de Raadt
2005-03-15s/IPL_BIO/IPL_TTY. ok drahn@, deraadt@Uwe Stuehler
2005-03-15Seperate delay for discharge and charge, otherwise discharge period may notDale Rahn
2005-03-15Restructure the keyboard code so that the keys in rawkey are always sentDale Rahn
2005-02-23do not permit a suspend if the lid is closed; uwe okTheo de Raadt
2005-02-22call zkbd_hinge() at attach time, to init sc_hinge; drahn okTheo de Raadt
2005-02-22Initial suspend/resume code with additional powerhooks. Enter/exitUwe Stuehler
2005-02-22based on hinge buttons, do screen blanking. uwe and i agree thatTheo de Raadt
2005-01-30Hack to allow emulation of mouse buttons for now, incorrectly sharesDale Rahn
2005-01-28Allow zkbd to work in ddb and at the root selection prompt, tested/ok uwe@Dale Rahn
2005-01-18some cleanup and fix a nasty bug in rawmode.Dale Rahn
2005-01-18Nearly working RAWKEY support, needs a lot of cleaning, but getting there.Dale Rahn
2005-01-17when hinge covers keyboard, ignore key downs; drahn okTheo de Raadt
2005-01-15turn off debug stuff for nowTheo de Raadt
2005-01-15_poll can be called from timeout, but needs to be protected from interrupt,Dale Rahn
2005-01-14clean up dmesg: '\n', speed up polling for 'rollover',Dale Rahn
2005-01-14Minor KNF and tweaks, also interrupt at IPL_TTY rather than IPL_BIO.Miod Vallat
2005-01-14add a 'rollover' timer to detect when a second (inerrupt masked keyDale Rahn
2005-01-13Stage one of wscons support.Dale Rahn
2005-01-13keyboard driver for zaurus, needs connect to wscons still.Dale Rahn