> -----Original Message----- > From: Pali Rohár [mailto:pali.rohar@xxxxxxxxx] > Sent: Tuesday, April 24, 2018 4:29 PM > To: Henk > Cc: Matthew Garrett; platform-driver-x86@xxxxxxxxxxxxxxx; Limonciello, Mario; > Darren Hart > Subject: Re: [PATCH]: dell-wmi: Found location of 'auto brightness' key in dmi table > > Seems that this patch from Henk was not applied and was lost :-( > > CCing Mario & Darren. > > As I wrote below patch just missing proper text description (not picture > description). With that you can add my: > > Reviewed-By: Pali Rohár <pali.rohar@xxxxxxxxx> Looks fine to me too. Go ahead and add this when you submit. Reviewed-By: Mario Limonciello <mario.limonciello@xxxxxxxx> > > On Wednesday 18 January 2017 20:15:55 Pali Rohár wrote: > > On Wednesday 18 January 2017 20:06:11 Henk wrote: > > > No need for user space application, this is handled by dell-wmi.c > > > itself and the key is translated into a regular linux key-code like > > > the keys for brightness up/down. > > > > > > For the latter these are already translated to: > > > #define KEY_BRIGHTNESSDOWN 224 > > > #define KEY_BRIGHTNESSUP 225 > > > > > > Now with this patch adds support for: > > > #define KEY_BRIGHTNESS_AUTO 244 > > > > > > See the enclosed picture for actual key > > > > So... this key enable/disable automatic display brightness based on > > integrated ALS sensors. From your description "Found location of 'auto > > brightness'" I did not understand what exactly you mean... As I know > > these Dell keyboards, picture helped me :-) I would suggest to describe > > your change more preciously but patch is OK for me. > > > > > 2017-01-18 19:33 GMT+01:00 Pali Rohár <pali.rohar@xxxxxxxxx>: > > > > On Wednesday 18 January 2017 19:27:00 you wrote: > > > > > Tested on Dell Lattitude E6500. > > > > > > > > > > Signed-off-by: Henk Vergonet <henk.vergonet@xxxxxxxxx> > > > > > > > > > > diff --git a/drivers/platform/x86/dell-wmi.c > > > > > b/drivers/platform/x86/dell-wmi.c > > > > > index 75e6370..2949aee 100644 > > > > > --- a/drivers/platform/x86/dell-wmi.c > > > > > +++ b/drivers/platform/x86/dell-wmi.c > > > > > @@ -229,7 +229,7 @@ static const u16 bios_to_linux_keycode[256] > > > > > __initconst = { > > > > > > > > > > [18] = KEY_PROG1, > > > > > [19] = KEY_BRIGHTNESSDOWN, > > > > > [20] = KEY_BRIGHTNESSUP, > > > > > > > > > > - [21] = KEY_UNKNOWN, > > > > > + [21] = KEY_BRIGHTNESS_AUTO, > > > > > > > > > > [22] = KEY_KBDILLUMTOGGLE, > > > > > [23] = KEY_UNKNOWN, > > > > > [24] = KEY_SWITCHVIDEOMODE, > > > > > > > > Hi! Can you describe more details? Is that key handled by > > > > notebook's firmware itself or do you need some userspace > > > > application for handling? > > > > > > > > And what should that key suppose to do on your notebook? > > > > > > > > -- > > > > Pali Rohár > > > > pali.rohar@xxxxxxxxx > > > > -- > Pali Rohár > pali.rohar@xxxxxxxxx