Age | Commit message (Expand) | Author |
2005-04-11 | - generate power change and battery low events | Uwe Stuehler |
2005-04-08 | Synchronize ADS7846 communication and LCD refresh so as to avoid jitter | Uwe Stuehler |
2005-04-08 | new functions for a unified interface to all chips. | Uwe Stuehler |
2005-03-30 | - Enable charging properly, avoiding the stuck "battery full" signal. | 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 | Try harder to prevent spurious touch screen 'down' events. | Dale Rahn |
2005-03-15 | Restructure the keyboard code so that the keys in rawkey are always sent | Dale Rahn |
2005-03-13 | Read the battery voltage once and pass that value around. This fixes a | Uwe Stuehler |
2005-03-11 | - apm(8) can now report the estimated number of minutes left. | Uwe Stuehler |
2005-03-08 | Oops. Put scoop GPIO pins into correct state on suspend, and remove an | Uwe Stuehler |
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-02-16 | Touchscreen sample stabilization, do multiple reads, average best two. | Dale Rahn |
2005-02-16 | Filter spurious coordinates on pen up in abolute mode, | Matthieu Herrb |
2005-01-31 | Use pxa2x0_gpio_get_function() to restore alternate pin functions | Uwe Stuehler |
2005-01-31 | Make LCD brightness adjustable by wsconsctl(1), and fix the base address | Uwe Stuehler |
2005-01-30 | Hack to allow emulation of mouse buttons for now, incorrectly shares | Dale Rahn |
2005-01-28 | debug print should not be enabled. | Dale Rahn |
2005-01-28 | Add zts, touch screen driver for zaurus. | Dale Rahn |
2005-01-28 | Allow zkbd to work in ddb and at the root selection prompt, tested/ok uwe@ | Dale Rahn |
2005-01-26 | New device for the dedicated SSP unit, automatic battery charging, and | Uwe Stuehler |
2005-01-25 | map Fn to something for now. | Dale Rahn |
2005-01-20 | Enable apm/scoop drivers and report A/C power status correctly. | Uwe Stuehler |
2005-01-19 | Cleanups, missing licenses and RCS tags. | Uwe Stuehler |
2005-01-19 | APM emulation framework and zaurus scoop driver. Not enabled yet. | Uwe Stuehler |
2005-01-18 | Better keys, now uses the wskbdraw.h header files defines. | 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 | ALT-3/4 are brightness down/up (ALT for now, later Fn) | Theo de Raadt |
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-15 | place ` (grave) at Fn-d which is a funny little dot (close enough) | Theo de Raadt |
2005-01-15 | swap < and >, spotted by drahn | Theo de Raadt |
2005-01-14 | define left-japanese character as an Alt key for now, so that | Theo de Raadt |
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-14 | Fix these. | Dale Rahn |
2005-01-14 | Fix direction. | Dale Rahn |
2005-01-14 | This should be mostly reasonable, most of the keys sane. | Dale Rahn |
2005-01-14 | Most (all?) of the keys. | Dale Rahn |
2005-01-14 | Support special 'Fn' keys, at least most of them. | Dale Rahn |
2005-01-14 | put the return key on the right key, Del not backspace, still needs altgr | Dale Rahn |
2005-01-13 | Stage one of wscons support. | Dale Rahn |