* Fix bug in init.c: If specific feature init function
fail we have to decrement kref on backend
* Fix forgotten TSM40 table entry in display.c
* Add printk in case of smi command error
Mathieu Bérard [Thu, 17 Aug 2006 16:55:41 +0000 (16:55 +0000)]
M40 vs. M40X issue hopefully resolved:
dmi_matched now return a non null result which means that we stop on the FIRST fully
matched entry of omnibook_ids[] which means that we MUST store records in that list from
the MORE specific to the LEAST specific.
As M40X is now before M40 this sould works.
And that was the behaviour of the old (pre fork) DMI matching system and
thus the intended one as the list order was not modified.
Mathieu Bérard [Fri, 11 Aug 2006 14:45:07 +0000 (14:45 +0000)]
* omnibook.h: Fix #if define to correctly compile backlight
device support if it's enabled in kernel (or as a module)
* Makefile: Include explicit depmod in load target and clean
Modules.symvers as well as Module.symvers (seems to be kernel
version dependent)
Mathieu Bérard [Tue, 27 Jun 2006 23:23:47 +0000 (23:23 +0000)]
Redo laptop model detection engine:
-Convert and merge omnibook_models_t and omnibook_tc_t structures into a giant dmi_system_id
-Use dmi_check_system + a dmi_mached function
-Kill cmp_with_glob, omnibook_ident and omnibook_get_tc
Mathieu Bérard [Mon, 26 Jun 2006 15:35:00 +0000 (15:35 +0000)]
-Add muteled featuere and suport for HP XE4500
-Nuke watch feature
-New ELF section powered features enumeration: array of all features not needed anymore
-Reorganize code in init.c and (nuked) init.h: create laptop.h and compat.h
-More use of Kbuild in Makefile