[tlinux-users:08655] Omnibook driver

"Renato S. Yamane" <[email protected]> Sun, 30 Sep 2007 16:00:28 -0300
Newsgroups gmane.linux.hardware.toshiba
Message-ID <[email protected]>
Hi Mathieu,
I try install stable version of Omnibook driver 2.20060921:

CC [M]  /home/yamane/omnibook/omnibook-2.20060921/lcd.o
/home/yamane/omnibook/omnibook-2.20060921/lcd.c:38: error: unknown field 
‘owner’ specified in initializer
/home/yamane/omnibook/omnibook-2.20060921/lcd.c:38: warning: 
initialization makes integer from pointer without a cast
/home/yamane/omnibook/omnibook-2.20060921/lcd.c:39: error: unknown field 
‘get_brightness’ specified in initializer
/home/yamane/omnibook/omnibook-2.20060921/lcd.c:39: warning: 
initialization makes integer from pointer without a cast
/home/yamane/omnibook/omnibook-2.20060921/lcd.c:40: error: unknown field 
‘update_status’ specified in initializer
/home/yamane/omnibook/omnibook-2.20060921/lcd.c:40: warning: 
initialization makes integer from pointer without a cast
/home/yamane/omnibook/omnibook-2.20060921/lcd.c: In function 
‘omnibook_set_backlight’:
/home/yamane/omnibook/omnibook-2.20060921/lcd.c:62: error: invalid type 
argument of ‘->’
/home/yamane/omnibook/omnibook-2.20060921/lcd.c: In function 
‘omnibook_brightness_init’:
/home/yamane/omnibook/omnibook-2.20060921/lcd.c:133: error: too few 
arguments to function ‘backlight_device_register’
make[2]: ** [/home/yamane/omnibook/omnibook-2.20060921/lcd.o] Erro 1
make[1]: ** [_module_/home/yamane/omnibook/omnibook-2.20060921] Erro 2
make[1]: Saindo do diretório `/home/yamane/linux-2.6.22.9'
make: ** [omnibook.ko] Erro 2

But last trunk version (release 263) compile very well from here:
svn co 
<https://omnibook.svn.sourceforge.net/svnroot/omnibook/omnibook/trunk>

Detail: Your start page (<http://omnibook.sourceforge.net/doku.php>) 
comment that SVN is available on 
<https://omnibook.svn.sourceforge.net/svnroot/omnibook/trunk>, but 
correct is 
<https://omnibook.svn.sourceforge.net/svnroot/omnibook/omnibook/trunk>

You forgot one subdirectory.

Regards,
Renato S. Yamane