Dear list, the following patch was just integrated into master.
commit c76c51943a96409b13a9b3f0237472eed8566f07 Author: Sven Schnelle <[email protected]> Date: Sun Jun 5 20:43:04 2011 +0200 T60: fix touchpad option Code used 'int' as return type, but the cmos option is only one bit. get_option returned with the value in bit 0-7, but all remaining bits were left unitialized by get_option(). fix this by using char as type. Change-Id: I60e609164277380f936f66c99ef9508fa6a6b67c Signed-off-by: Sven Schnelle <[email protected]> Regards, gerrit -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

