Comment 16 for bug 438323

Revision history for this message
pm (pytasso) wrote :

This bug is on Toshiba Satellite U305 too.

On 9.04 I used omnibook module, downloaded and compiled from omnibook.svn.sourceforge.net. On 9.10 it does not work.

This method was successful http://ubuntuforums.org/showpost.php?p=8136893&postcount=5 but I had to modify laptop.h file to make my model work. I just need to add this code:

        {
                .callback = dmi_matched,
                .ident = "Toshiba Satellite U305",
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
                        DMI_MATCH(DMI_PRODUCT_NAME, "Satellite U305"),
                },
                .driver_data = (void*) TSM70
        }

It works. Please add my model to next version this module. It's very common. I think the problem exist in Satellite U300, U400.

Thanks.