[coreboot] Patch merged into master: c76c519 T60: fix touchpad option

gerrit at coreboot.org gerrit at coreboot.org
Tue Jun 7 12:50:42 CEST 2011


Dear list,

the following patch was just integrated into master.

commit c76c51943a96409b13a9b3f0237472eed8566f07
Author: Sven Schnelle <svens at stackframe.org>
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 <svens at stackframe.org>

Regards,
gerrit




More information about the coreboot mailing list