From 8587ce6aa45c633174374db07475c7445541be33 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mathieu=20B=C3=A9rard?= Date: Sat, 9 Sep 2006 14:49:04 +0000 Subject: [PATCH] * Update doc/README --- doc/README | 11 +++++++---- laptop.h | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/README b/doc/README index 1b6b129..0b8abcc 100644 --- a/doc/README +++ b/doc/README @@ -11,7 +11,7 @@ manufactured by Compal Electronics, Inc as ODM. How does it work? ----------------- - Some features of sup pored laptops can be controlled via the keyboard control + Some features of supported laptops can be controlled via the keyboard control and data registers. Commands and parameters were discovered by Pavel Mihaylov. @@ -489,19 +489,22 @@ following entry: Graphical frontends ------------------- -There are at least three graphical frontends for omnibook kernel module: +There are at least four graphical frontends for omnibook kernel module: 1. wmtemp from Ducrot Bruno is a WindowMaker dockapp to monitor the CPU temperature and control the fan. It is available from - http://sf.net/projects/omnibook. + http://sf.net/projects/omke. 2. komnibook from Guilherme Fortunato is a KDE frontend that would stay in the tray and display/set status information - of the laptop. It is available from http://sf.net/projects/omnibook. + of the laptop. It is available from http://sf.net/projects/omke. 3. HAL and gnome-power-manager. HAL understand the LCD brightness level exported in the /proc/omnibook/lcd file. gnome-power-manager uses HAL as its backend, See http://hal.freedesktop.org/wiki/Software_2fhal and http://www.gnome.org/projects/gnome-power-manager Many thanks to Richard Hughes for the HAL patch that add omnibook support. +4. KToshiba from Azael Avalos is another KDE frontend + See http://ktoshiba.sourceforge.net/index.html and the list of supported + features http://ktoshiba.sourceforge.net/feats.html How can your laptop be supported? --------------------------------- diff --git a/laptop.h b/laptop.h index 4b4100e..be515dd 100644 --- a/laptop.h +++ b/laptop.h @@ -594,7 +594,7 @@ static struct dmi_system_id omnibook_ids[] __initdata = { DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), DMI_MATCH(DMI_PRODUCT_NAME, "SATELLITE M100"), }, - .driver_data = (void*) TSM30X + .driver_data = (void*) TSM30X /*FIXME*/ }, { .callback = dmi_matched, @@ -603,7 +603,7 @@ static struct dmi_system_id omnibook_ids[] __initdata = { DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), DMI_MATCH(DMI_PRODUCT_NAME, "Satellite M100"), }, - .driver_data = (void*) TSP10 + .driver_data = (void*) TSP10 /*FIXME*/ }, { .callback = dmi_matched, -- 2.43.5