Re: [PATCH] toshiba_acpi: Add hotkeys support for Toshiba Satellite U940

2013-12-04 Thread Jose Ignacio Naranjo
Hello Matthew and list, I didn't receive any feedback about this patch. Is there any problem? I had to do it because I was lacking of a few scancodes and I couldn't remap all the keys using udev Regards, JI On Sat, Nov 23, 2013 at 12:02 AM, Jose Ignacio Naranjo wrote: > --- > drivers/platform

Re: [PATCHv2 2/2] ACPI/platform: Add ACPI ID for Intel MBI device

2013-12-04 Thread Rafael J. Wysocki
On Wednesday, December 04, 2013 02:54:07 AM Matthew Garrett wrote: > On Tue, Dec 03, 2013 at 06:44:52PM -0800, David E. Box wrote: > > On Wed, Dec 04, 2013 at 02:21:30AM +, Matthew Garrett wrote: > > > Well sure, but why do you need to be a platform device at all? This > > > functionality was

Re: [PATCH] dell-wmi: Add quirk for Dell Inspiron 3138

2013-12-04 Thread Matthew Garrett
On Wed, Dec 04, 2013 at 04:14:15PM +0800, AceLan Kao wrote: > It does what you say above. > But, the variable use_native_backlight is false by default, and user > has to enable this by adding one kernel parameter > video.use_native_backlight=1 > I don't see this do any difference with acpi_backlig

Re: [PATCH] dell-wmi: Add quirk for Dell Inspiron 3138

2013-12-04 Thread AceLan Kao
Hi Matthew, I'm reading this commit fbc9fe1 ACPI / video: Do not register backlight if win8 and native interface exists It does what you say above. But, the variable use_native_backlight is false by default, and user has to enable this by adding one kernel parameter video.use_native_backlight=1 I