-omnibook (2:2.20060809-3) UNRELEASED; urgency=low
+omnibook (2:2.20060809-3) unstable; urgency=low
* UNRELEASED
* New upstream release:
+ Changed default location to extra/
+ Support for new Toshiba Satellite models (M100, A105)
+ + Fixed Toshiba Satellite M40X detection string
* [01_makfefile.dpatch] Removed - fixed upstream
* Changed defaut STEM value to linux (follows kernel-package)
- -- Julien Valroff <julien@kirya.net> Fri, 11 Aug 2006 09:15:27 +0200
+ -- Julien Valroff <julien@kirya.net> Sat, 12 Aug 2006 11:56:39 +0200
omnibook (2:2.20060809-2) unstable; urgency=low
Include explicit depmod in the 'load' target
* Improvements in the Debian packages by Julien Valroff
* Fix backlight support conditional compilation
+* Fix Toshiba Satellite M40X detection string
2.20060809 Mathieu BĂ©rard <math_b@users.sourceforge.net>
* Add dmi info for Toshiba Satellite M40X (Thanks Julien Valroff)
},
.driver_data = (void*) TSM30X
},
- {
- .callback = dmi_matched,
- .ident = "Toshiba Satellite M40X",
- .matches = {
- DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
- DMI_MATCH(DMI_PRODUCT_NAME, "Satellite M40X"),
- },
- .driver_data = (void*) TSM30X
- },
{
.callback = dmi_matched,
.ident = "Toshiba Satellite M70",
},
.driver_data = (void*) TSM40
},
+ {
+ .callback = dmi_matched,
+ .ident = "Toshiba Satellite M40X",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Satellite M40X"),
+ },
+ .driver_data = (void*) TSM30X
+ },
{
.callback = dmi_matched,
.ident = "Compal ACL00",