Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-26 | - Parse boot arguments like on other platforms and handle common flags. | Uwe Stuehler | |
- Delay much longer before rebooting to give the internal disk in the C3000 enough time to stop itself. "go ahead" drahn@ | |||
2005-03-18 | enable ural since it works fine here too | David Gwynne | |
ok deraadt@ | |||
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 | |
be long enough. should fix most of the extra keys on rollover. | |||
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 | |
as expected. zero both keystate structures, keystate may not be fully initialized. worked on with uwe. | |||
2005-03-13 | Read the battery voltage once and pass that value around. This fixes a | Uwe Stuehler | |
possible contradiction in the battery life estimates returned by apm(8). | |||
2005-03-11 | - apm(8) can now report the estimated number of minutes left. | Uwe Stuehler | |
- Use linear interpolation between thresholds to get better life estimates. - Minor changes in control flow, and renamed some constants. ok drahn@ | |||
2005-03-08 | Oops. Put scoop GPIO pins into correct state on suspend, and remove an | Uwe Stuehler | |
unnecessary function while there. ok drahn@ | |||
2005-02-23 | do not permit a suspend if the lid is closed; uwe ok | Theo de Raadt | |
2005-02-23 | Move code from zaurus machdep to arm/xscale to live with the interrupt | Dale Rahn | |
handler where it belongs code had been de-inlined to the wrong file. | |||
2005-02-22 | - Shift the brightness scale so that 0% still keeps the backlight on. | Uwe Stuehler | |
- Separate wsconsctl display.backlight from display.brightness parameter. - Set brightness to approximately 40% on startup, since we cannot read the current brightness level yet. - Restore the current brightness on resume. ok drahn@ | |||
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 | |
suspend mode with power button or zzz. May not work for everyone yet. ok drahn@ and deraadt@ | |||
2005-02-22 | based on hinge buttons, do screen blanking. uwe and i agree that | Theo de Raadt | |
later on we should look at debouncing the buttons, as the current code may lead to rapid display on/off cycles, which might be hard on the battery; uwe ok | |||
2005-02-18 | enable pxaudc. clean up the ohci line in the RAMDISK while im here | David Gwynne | |
ok drahn@ | |||
2005-02-17 | USBVERBOSE | David Gwynne | |
ok deraadt@ drahn@ | |||
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 | |
2nd and 3rd button emulation in absolute mode, make it the default. ok drahn@. | |||
2005-02-13 | Remove duplicate prototype with <sys/systm.h> | Miod Vallat | |
2005-02-12 | remove the need for duplicate knowledge between autoconfig and the driver. | David Gwynne | |
ok drahn@ | |||
2005-02-01 | enable writeback, with a workaround for the xscale pte updates. | Dale Rahn | |
2005-01-31 | fix botched tag. | Dale Rahn | |
2005-01-31 | Use pxa2x0_gpio_get_function() to restore alternate pin functions | Uwe Stuehler | |
correctly after writes to the backlight DAC. | |||
2005-01-31 | Make LCD brightness adjustable by wsconsctl(1), and fix the base address | Uwe Stuehler | |
of scoop1 to make it work. ok drahn@ | |||
2005-01-30 | Hack to allow emulation of mouse buttons for now, incorrectly shares | Dale Rahn | |
global between zkbd and zts, until a better solution is found. | |||
2005-01-28 | debug print should not be enabled. | Dale Rahn | |
2005-01-28 | Add zts, touch screen driver for zaurus. | Dale Rahn | |
Currently in it's early stage, instead of an absolute pointing device, it currently does relative, and only in polled mode. | |||
2005-01-28 | Allow zkbd to work in ddb and at the root selection prompt, tested/ok uwe@ | Dale Rahn | |
2005-01-26 | Moved to sys/arch/zaurus/dev/zaurus_apm.c | Uwe Stuehler | |
2005-01-26 | New device for the dedicated SSP unit, automatic battery charging, and | Uwe Stuehler | |
reporting the remaining battery life to apmd(8). ok drahn@ | |||
2005-01-25 | map Fn to something for now. | Dale Rahn | |
2005-01-25 | Enable the COMPAT ioctls to allow X to switch VTs. | Dale Rahn | |
2005-01-24 | Pass boot arguments from zboot/zbsdmod to the loaded kernel, and cope | Uwe Stuehler | |
with 32-bit lseek() in zboot (make 'boot' and 'ls' work above 2G). ok drahn@ | |||
2005-01-22 | Unbreak cats build. My apologies! | Uwe Stuehler | |
ok drahn@ | |||
2005-01-21 | Overhaul of the pxa2x0_lcd code, to allow early (before autoconf) attachment, | Miod Vallat | |
and collateral changes. Because this driver requires us_dma (and as such, vm services) to work, it can not be selected in consinit(). Instead, add a hook to the arm cpu_startup() which will, on zaurus, switch console from serial (selected in consinit()) to lcd. This also makes the zaurus-specific early pxa2x0_clkman() substitute code cleaner. While there, move boot -c handling later, after the glass console is set up. Tested by drahn@ and uwe@ | |||
2005-01-20 | Enable apm/scoop drivers and report A/C power status correctly. | Uwe Stuehler | |
ok drahn@ | |||
2005-01-19 | Cleanups, missing licenses and RCS tags. | Uwe Stuehler | |
ok drahn@ | |||
2005-01-19 | APM emulation framework and zaurus scoop driver. Not enabled yet. | Uwe Stuehler | |
ok drahn@, deraadt@ | |||
2005-01-18 | Better keys, now uses the wskbdraw.h header files defines. | Dale Rahn | |
2005-01-18 | X/zkbd is close enough to working. | Dale Rahn | |
2005-01-18 | some cleanup and fix a nasty bug in rawmode. | Dale Rahn | |
2005-01-18 | Add hotplug support. | Dale Rahn | |
2005-01-18 | Nearly working RAWKEY support, needs a lot of cleaning, but getting there. | Dale Rahn | |
first portion of poll support. Shouldn't change std key input. | |||
2005-01-17 | Wait for disk to spin down before reboot. Should avoid unexpected fscks. | Uwe Stuehler | |
ok drahn@ | |||
2005-01-17 | Hypo in comments | Miod Vallat | |
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-16 | fatter usb compliment | Theo de Raadt | |