[tlinux-users:08130] Re: New release of omnibook module soon: testing welcome
Mathieu Bérard <[email protected]>
| Newsgroups | gmane.linux.hardware.toshiba |
|---|---|
| Message-ID | <[email protected]> |
Hi Renato, Obviously lcd brightness is the only things that works. Could you please copy the file included in the omnibook source directory and do 'patch -p1 < renato.patch' in this directory This tiny patch just disable error checking. Please then retry once again. You will have more files in /proc/omnibook. Look if there is an changes concerning hotkeys (kernel logs or xev messages). Thanks for your time. -- Matheu Bérard
renato.patch
(text/x-patch, 221 B)
--- trunk/nbsmi.c 2006-09-11 00:17:23.492135672 +0200 +++ renato/nbsmi.c 2006-09-11 00:17:18.581884762 +0200 @@ -174,7 +174,7 @@ *(outputbuffer + count) = inb( RTC_PORT(3) ); } - return retval; + return 0; }