On Wed, Aug 15, 2018 at 5:45 PM, Andy Shevchenko <andy.shevchenko@xxxxxxxxx> wrote: > On Wed, Aug 15, 2018 at 12:34 PM, Chris Chiu <chiu@xxxxxxxxxxxx> wrote: >> On Mon, Jul 2, 2018 at 8:10 PM, Andy Shevchenko >> <andy.shevchenko@xxxxxxxxx> wrote: >>> On Wed, Jun 27, 2018 at 1:27 PM, Chris Chiu <chiu@xxxxxxxxxxxx> wrote: >>>> On Wed, Jun 20, 2018 at 10:46 PM, Chris Chiu <chiu@xxxxxxxxxxxx> wrote: >>>>> Make asus-wmi notify on hotkey kbd brightness changes, listen for >>>>> brightness events and update the brightness directly in the driver. >>>>> Create new do_kbd_led_set function for in-driver update, and leave >>>>> kbd_led_set for original led_classdev call path. >>>>> >>>>> Update the brightness by led_classdev_notify_brightness_hw_changed. >>>>> This will allow userspace to monitor (poll) for brightness changes >>>>> on the LED without reporting via input keymapping. >>> >>> LGTM, I'm about to push it to my review and testing queue, so, we will >>> have 1 day or so time to gather objections if any. >>> Thanks! >>> >> >> Gentle ping. How's the review so far? Maybe need more time for more info? > > Sorry, I thought we have no objections and I pushed it to our for-next > quite time ago [1]. > Should I do something differently? > > [1]: http://git.infradead.org/linux-platform-drivers-x86.git/commitdiff/dbb3d78f61badeadc7448f9d88a070a76612860f > > -- > With Best Regards, > Andy Shevchenko It's good to know. Thank you. Chris