summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus/dev
AgeCommit message (Expand)Author
2005-10-31On suspend/resume save the current time to the RTC earlier and restore it laterDale Rahn
2005-08-18Make zaudio(4) work like a laptop, so that when you plug your headphonesRobert Nagy
2005-07-01Move all zaurus specific code from pxa2x0_pcic.c into scoop_pcic.cUwe Stuehler
2005-05-27oops! printf -> DPRINTFUwe Stuehler
2005-05-27- raise the "critical" battery level a bit to suspend earlierUwe Stuehler
2005-05-26Reset the zaurus audio components after resume, so that subsequent opensChristopher Pascoe
2005-05-26No need to clock i2s during i2c operations, so don't. Relocate i2cChristopher Pascoe
2005-05-25Resample the hinge value on wakeup, prevent 'hung' keyboard on returnDale Rahn
2005-05-24serial console supportUwe Stuehler
2005-05-23Cleanup leading and trailing whitespace.Christopher Pascoe
2005-05-23Headphone output and volume control support.Christopher Pascoe
2005-05-10enter ddb thru alt-escape.Marc Espie
2005-05-09Added comments, and a new function to control the infrared LED.Uwe Stuehler
2005-04-24Do down-sampling of the high-resolution touch pad events in kernel,Uwe Stuehler
2005-04-21Move i2c open/close from callers into zaudio_standby. Fixes an error path.Christopher Pascoe
2005-04-21provide pgup, pgdown, home and end by using fn with the arrow keys.David Gwynne
2005-04-19newline after attach; ok deraadt@Damien Miller
2005-04-15Add TODO list for zaudio.Christopher Pascoe
2005-04-15Add basic audio playback support for the Zaurus SL-C3000.Christopher Pascoe
2005-04-13Resume only if the lid is open and the power key pressed. Also fixUwe Stuehler
2005-04-11- generate power change and battery low eventsUwe Stuehler
2005-04-08Synchronize ADS7846 communication and LCD refresh so as to avoid jitterUwe Stuehler
2005-04-08new 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-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-15Try harder to prevent spurious touch screen 'down' events.Dale Rahn
2005-03-15Restructure the keyboard code so that the keys in rawkey are always sentDale Rahn
2005-03-13Read the battery voltage once and pass that value around. This fixes aUwe Stuehler
2005-03-11- apm(8) can now report the estimated number of minutes left.Uwe Stuehler
2005-03-08Oops. Put scoop GPIO pins into correct state on suspend, and remove anUwe Stuehler
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-02-16Touchscreen sample stabilization, do multiple reads, average best two.Dale Rahn
2005-02-16Filter spurious coordinates on pen up in abolute mode,Matthieu Herrb
2005-01-31Use pxa2x0_gpio_get_function() to restore alternate pin functionsUwe Stuehler
2005-01-31Make LCD brightness adjustable by wsconsctl(1), and fix the base addressUwe Stuehler
2005-01-30Hack to allow emulation of mouse buttons for now, incorrectly sharesDale Rahn
2005-01-28debug print should not be enabled.Dale Rahn
2005-01-28Add zts, touch screen driver for zaurus.Dale Rahn
2005-01-28Allow zkbd to work in ddb and at the root selection prompt, tested/ok uwe@Dale Rahn
2005-01-26New device for the dedicated SSP unit, automatic battery charging, andUwe Stuehler
2005-01-25map Fn to something for now.Dale Rahn
2005-01-20Enable apm/scoop drivers and report A/C power status correctly.Uwe Stuehler
2005-01-19Cleanups, missing licenses and RCS tags.Uwe Stuehler
2005-01-19APM emulation framework and zaurus scoop driver. Not enabled yet.Uwe Stuehler