Re: [PATCH] toshiba-wmi: Fix loading the driver on non Toshiba laptops

2016-10-20 Thread Darren Hart
On Wed, Oct 19, 2016 at 05:27:49PM -0600, Azael Avalos wrote: > Hi Darren, > > 2016-10-19 14:26 GMT-06:00 Darren Hart : > > > > > Want to going to stable? > > If possible, yes, as this issue affects other laptop manufacturers, > we may never know if someone might try to

Re: [PATCH] toshiba-wmi: Fix loading the driver on non Toshiba laptops

2016-10-20 Thread Darren Hart
On Wed, Oct 19, 2016 at 05:27:49PM -0600, Azael Avalos wrote: > Hi Darren, > > 2016-10-19 14:26 GMT-06:00 Darren Hart : > > > > > Want to going to stable? > > If possible, yes, as this issue affects other laptop manufacturers, > we may never know if someone might try to load an older kernel >

Re: [PATCH] toshiba-wmi: Fix loading the driver on non Toshiba laptops

2016-10-19 Thread Azael Avalos
Hi Darren, 2016-10-19 14:26 GMT-06:00 Darren Hart : > On Wed, Oct 12, 2016 at 10:26:43AM -0600, Azael Avalos wrote: >> *ping* >> >> 2016-08-28 11:00 GMT-06:00 Darren Hart : >> > On Thu, Aug 25, 2016 at 12:50:55PM -0600, Azael Avalos wrote: >> >> Bug

Re: [PATCH] toshiba-wmi: Fix loading the driver on non Toshiba laptops

2016-10-19 Thread Azael Avalos
Hi Darren, 2016-10-19 14:26 GMT-06:00 Darren Hart : > On Wed, Oct 12, 2016 at 10:26:43AM -0600, Azael Avalos wrote: >> *ping* >> >> 2016-08-28 11:00 GMT-06:00 Darren Hart : >> > On Thu, Aug 25, 2016 at 12:50:55PM -0600, Azael Avalos wrote: >> >> Bug 150611 uncovered that the WMI ID used by the

Re: [PATCH] toshiba-wmi: Fix loading the driver on non Toshiba laptops

2016-10-19 Thread Darren Hart
On Wed, Oct 12, 2016 at 10:26:43AM -0600, Azael Avalos wrote: > *ping* > > 2016-08-28 11:00 GMT-06:00 Darren Hart : > > On Thu, Aug 25, 2016 at 12:50:55PM -0600, Azael Avalos wrote: > >> Bug 150611 uncovered that the WMI ID used by the toshiba-wmi driver > >> is not Toshiba

Re: [PATCH] toshiba-wmi: Fix loading the driver on non Toshiba laptops

2016-10-19 Thread Darren Hart
On Wed, Oct 12, 2016 at 10:26:43AM -0600, Azael Avalos wrote: > *ping* > > 2016-08-28 11:00 GMT-06:00 Darren Hart : > > On Thu, Aug 25, 2016 at 12:50:55PM -0600, Azael Avalos wrote: > >> Bug 150611 uncovered that the WMI ID used by the toshiba-wmi driver > >> is not Toshiba specific, and as such,

Re: [PATCH] toshiba-wmi: Fix loading the driver on non Toshiba laptops

2016-10-12 Thread Azael Avalos
*ping* 2016-08-28 11:00 GMT-06:00 Darren Hart : > On Thu, Aug 25, 2016 at 12:50:55PM -0600, Azael Avalos wrote: >> Bug 150611 uncovered that the WMI ID used by the toshiba-wmi driver >> is not Toshiba specific, and as such, the driver was being loaded >> on non Toshiba

Re: [PATCH] toshiba-wmi: Fix loading the driver on non Toshiba laptops

2016-10-12 Thread Azael Avalos
*ping* 2016-08-28 11:00 GMT-06:00 Darren Hart : > On Thu, Aug 25, 2016 at 12:50:55PM -0600, Azael Avalos wrote: >> Bug 150611 uncovered that the WMI ID used by the toshiba-wmi driver >> is not Toshiba specific, and as such, the driver was being loaded >> on non Toshiba laptops too. >> >> This

Re: [PATCH] toshiba-wmi: Fix loading the driver on non Toshiba laptops

2016-08-28 Thread Darren Hart
On Thu, Aug 25, 2016 at 12:50:55PM -0600, Azael Avalos wrote: > Bug 150611 uncovered that the WMI ID used by the toshiba-wmi driver > is not Toshiba specific, and as such, the driver was being loaded > on non Toshiba laptops too. > > This patch adds a DMI matching list checking for TOSHIBA as the

Re: [PATCH] toshiba-wmi: Fix loading the driver on non Toshiba laptops

2016-08-28 Thread Darren Hart
On Thu, Aug 25, 2016 at 12:50:55PM -0600, Azael Avalos wrote: > Bug 150611 uncovered that the WMI ID used by the toshiba-wmi driver > is not Toshiba specific, and as such, the driver was being loaded > on non Toshiba laptops too. > > This patch adds a DMI matching list checking for TOSHIBA as the

[PATCH] toshiba-wmi: Fix loading the driver on non Toshiba laptops

2016-08-25 Thread Azael Avalos
Bug 150611 uncovered that the WMI ID used by the toshiba-wmi driver is not Toshiba specific, and as such, the driver was being loaded on non Toshiba laptops too. This patch adds a DMI matching list checking for TOSHIBA as the vendor, refusing to load if it is not. Also the WMI GUID was renamed,

[PATCH] toshiba-wmi: Fix loading the driver on non Toshiba laptops

2016-08-25 Thread Azael Avalos
Bug 150611 uncovered that the WMI ID used by the toshiba-wmi driver is not Toshiba specific, and as such, the driver was being loaded on non Toshiba laptops too. This patch adds a DMI matching list checking for TOSHIBA as the vendor, refusing to load if it is not. Also the WMI GUID was renamed,