Toshiba M70 support
Status: Beta
Brought to you by:
dator
This patch add support for the Toshiba M70 laptop
DMI info:
BIOS Vendor: TOSHIBA
BIOS Version: V1.10
BIOS Release: 09/15/2005
System Vendor: TOSHIBA
Product Name: Satellite M70
Version: PSM71E-01100KFR
Serial Number: Y5346349K
Board Vendor: TOSHIBA
Board Name: HTW00
Board Version: Null
It also fixes module unloading in 2.6 kernel and some
compile warning due to pm_legacy.h missing includes.
This is a "Work for me"-style patch
Logged In: NO
Could you tell me how to patch?
In what place? The 2.6 kernel source root or the folder that
contain the decompressed archive of the last omnibook program?
It seems that I can't do the second thing :
I've cd to /home/fred/omnibook and all the subdirectories
and tried patch -p1 omnibook-patch and it do nothing
apparently : I wait 2mn without a message and finaly I type
CRTL+C...
Thank you for helping me.
fred
Logged In: YES
user_id=1435472
the "patch" program take patches from its standard input
stream, that's mean you have to do "patch -p1 <omnibook-patch"
(note the '<').
On the other hand the lastest omnibook kernel module already
includes this patch, so you don't need to apply it... :)