]> Devoid-pointer.net GitWeb - omnibook.git/commitdiff
Update documentation
authorMathieu Bérard <mathieu.berard@crans.org>
Fri, 30 Jun 2006 21:39:20 +0000 (21:39 +0000)
committerMathieu Bérard <mathieu.berard@crans.org>
Fri, 30 Jun 2006 21:39:20 +0000 (21:39 +0000)
doc/ChangeLog
doc/TODO

index 08cf874b1d731f3e24d353671a327019cf10043e..1187627ec68507a961a4590a035585aa79116c9f 100644 (file)
@@ -1,15 +1,19 @@
 Changelog file for omnibook package:
 ------------------------------------
 
-
-
 2006-XX-XX Mathieu Bérard <math_b@users.sourceforge.net>
 * Make the module linux 2.6 only
-  kernel versions from 2.6.8 to a least 2.6.17 are supported
-* Integrate with Driver Model: register as a platform device and optional
+  Kernel versions from 2.6.8 to a least 2.6.17 are supported
+  Code for compatibility with kernels older than 2.6.17 is 
+  mostly implemented in compat.h
+* Integrate with Driver Model:
+  register as a platform device and optional
   registration as a backlight device (2.6.17+ required here)
 * Get rid of deprecated pm_legacy functions
-* Use kernel-provided DMI information
+* Use kernel-provided DMI information:
+  Use kernel-provided dmi_check_system for system identification
+  omnibook_tc_t and omnibook_models_t are merged and converted into a
+  dmi_system_id struct and moved from init.c to laptop.h
 * MODULE_PARAM -> 2.6-style module_parm_*
 * Move some code from "feature".c files back to init.c
   Interface is provided by the new omnibook_feature struct
@@ -19,14 +23,14 @@ Changelog file for omnibook package:
 * Move dmi and version display into their own file: info.c
 * Remove all (as unneeded) EXPORT_SYMBOL
 * Misc fixes in Makefile
-  Make more use of Kbuild
+  Also make more use of Kbuild
 * Use sscanf and simple_stro{u}l for strings parsing instead of custom code
 * Run lindent for better conformance with kernel coding style
-* Add very limited support for Toshiba M40
+* Add very limited support for Toshiba M40 (more info needed)
 * Use bitmasks for EC types matching, this change is transparent for the user
   (e.g. one can still use ectype=num module parameter)
   Rationale: Reduce the size of the omnibook_feature struct
-* Polish Debian support: Recommend module-assistant and fix all Lintian warning
+* Polish Debian support: Use module-assistant and fix all Lintian warning
 * Update documentation and omnibook-integration.patch
 * Fix spinlock usage: they can be used unconditionally as they are automatically
   optimized out at build-time on UP. This should improve PREEMPT safety
index b5b2559921fb52e0741aac2983072e726cb6832e..1c74f46faabad268e8298d348d1b5b1958783df5 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -8,3 +8,4 @@ TODO
 * Support more machines
 * See if/how key polling can be ported to 2.6
 * LED API support
+* Implement IndexMode access to EC for TSM70