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