Hi Hans,
I've tested it with userspace test application and it seems to work
well both with hardware leds-aat1290 driver and drivers/leds/uleds.c.
Applied to the for-next branch of linux-leds.git.
Thanks,
Jacek Anaszewski
On 11/01/2016 02:37 PM, Hans de Goede wrote:
> Add support for userspace
Hi Lyude,
[auto build test WARNING on platform-drivers-x86/for-next]
[also build test WARNING on v4.9-rc3 next-20161028]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
[Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for
conven
On 11/08/2016 09:43 PM, Henrique de Moraes Holschuh wrote:
> On Tue, 08 Nov 2016, Hui Wang wrote:
>
>> laptops are not released to market yet), the issue is that the
>> thinkpad_acpi.ko can't be automatically loaded as before.
>>
>> Through debugging, we found the HKEY_HID is LEN0268 instead of
>>
On Fri, 2016-11-04 at 23:16 +0100, Pavel Machek wrote:
> Hi!
>
[...]
> So we seem to have thermal or ACPI regression in v4.9-rc3.
>
It is possible. Can you add either add printk
in acpi_processor_ppc_has_changed() or use ftrace and see do you get to
these functions
acpi_processor_ppc_init()
ac
On Tuesday 01 November 2016 14:37:46 Hans de Goede wrote:
> Make thinkpad_acpi call led_notify_brightness_change on the kbd_led
> led_classdev registered by thinkpad_acpi when the kbd backlight
> brightness changes.
>
> Signed-off-by: Hans de Goede
> ---
> Changes in v3:
> -This is a new patch in
On Saturday, November 5, 2016 4:54:10 PM MDT you wrote:
> Good afternoon;
>
> I'd like to report a few unhandled HKEY events on my Lenovo Helix 2.
>
> When performing the following actions, the thinkpad_acpi driver reports
> unhandled HKEY events:
>
> * undocking from the PRO dock: 0x4013
> * d
On Fri, 2016-11-04 at 21:44 +0100, Pavel Machek wrote:
> Hi!
>
> >
> > >
> > > Let me try v4.9-rc2... that works ok (cpus at the high frequency
> > > during the kernel build). Unfortunately that sends my cpus to 99C
> > > temperature range (and eventually forces emergency shutdown).
> >
> > Thi
On 11/08/2016 01:31 PM, Hans de Goede wrote:
> Hi,
>
> On 08-11-16 12:52, Jacek Anaszewski wrote:
>> Hi Hans,
>>
>> I've tested it with userspace test application and it seems to work
>> well both with hardware leds-aat1290 driver and drivers/leds/uleds.c.
>>
>> Applied to the for-next branch of li
On Sat, 2016-11-05 at 15:04 +0100, Pavel Machek wrote:
> On Sat 2016-11-05 14:53:13, Pavel Machek wrote:
> >
> > Hi!
> >
> > >
> > > >
> > > > Ok, can do, let me recompile and reboot.
> > > >
> > > > >
> > > > >
> > > > > When temperature limit is
> > > > > reached acpi_processor_ppc_notifie
On Thursday 27 October 2016 13:46:33 Hans de Goede wrote:
> Hi,
>
> On 27-10-16 12:38, Pali Rohár wrote:
> >On Wednesday 26 October 2016 19:41:18 Hans de Goede wrote:
> >>Use dell_smbios*notifier for dell-laptop to listen to dell-rbtn slider
> >>events, replace dell_rbtn_notifier_register() /
> >>
Hi Lyude,
[auto build test ERROR on platform-drivers-x86/for-next]
[also build test ERROR on v4.9-rc3 next-20161028]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
[Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for
convenienc
On Wednesday 26 October 2016 19:41:18 Hans de Goede wrote:
> Use dell_smbios*notifier for dell-laptop to listen to dell-rbtn slider
> events, replace dell_rbtn_notifier_register() /
> dell_rbtn_notifier_unregister() with a single dell_rbtn_has_rfkill() used
> by dell-laptop to decide whether or not
This is a hardened stable Gentoo Linux ThinkPad T440s.
After wakeup from s2disk the console stays at line "clocksource: tsc: mask:"
forever.
FWIW (and maby completely unrelated) I do wonder why since that version I do
have a dmesg line :
amd_nb: Cannot enumerate AMD northbridges
The har
On Sat, 2016-11-05 at 14:37 +0100, Pavel Machek wrote:
> Hi!
>
> >
> > [...]
> >
> > >
> > > So we seem to have thermal or ACPI regression in v4.9-rc3.
> > >
> > It is possible. Can you add either add printk
> > in acpi_processor_ppc_has_changed() or use ftrace and see do you
> > get to
> > th
On Sat, 2016-11-05 at 14:20 +0100, Pavel Machek wrote:
> On Fri 2016-11-04 23:20:53, Pandruvada, Srinivas wrote:
> >
> > On Fri, 2016-11-04 at 23:16 +0100, Pavel Machek wrote:
> > >
> > > Hi!
> > >
> >
> > [...]
> >
> > >
> > > So we seem to have thermal or ACPI regression in v4.9-rc3.
> > >
On Friday 11 November 2016 15:33:48 Hans de Goede wrote:
> Hi,
>
> On 11-11-16 15:12, Pali Rohár wrote:
> > On Tuesday 01 November 2016 14:37:46 Hans de Goede wrote:
> >> Make thinkpad_acpi call led_notify_brightness_change on the
> >> kbd_led led_classdev registered by thinkpad_acpi when the kbd
On Tuesday 01 November 2016 14:37:47 Hans de Goede wrote:
> @@ -43,4 +45,13 @@ void dell_smbios_release_buffer(void);
> void dell_smbios_send_request(int class, int select);
>
> struct calling_interface_token *dell_smbios_find_token(int tokenid);
> +
> +enum dell_laptop_notifier_actions {
> +
Good afternoon;
I'd like to report a few unhandled HKEY events on my Lenovo Helix 2.
When performing the following actions, the thinkpad_acpi driver reports
unhandled HKEY events:
* undocking from the PRO dock: 0x4013
* docking to the PRO dock: 0x4012
The laptop also has a number of built in
On Wednesday 26 October 2016 19:41:15 Hans de Goede wrote:
> + TP_HKEY_EV_THINKLIGHT = 0x1012, /* Thinklight/kbd backlight */
Hi! Do you have some documentation for this number? When it is send?
When keyboard baklight level is changed or when thinklight is turned
on/off? Or in both
Hi,
[735945.672113] thinkpad_acpi: unknown possible thermal alarm or keyboard event
received
[735945.672116] thinkpad_acpi: unhandled HKEY event 0x6031
[735945.672117] thinkpad_acpi: please report the conditions when this event
happened to ibm-acpi-devel@lists.sourceforge.net
[737715.248129] thi
from /var/log/syslog
Nov 9 00:06:26 rob-ThinkPad-P70 cinnamon-screensaver-dialog: pam_ecryptfs:
>> seteuid error
>
> Nov 9 00:06:47 rob-ThinkPad-P70 kernel: [18773.898701] thinkpad_acpi:
>> unknown possible thermal alarm or keyboard event received
>
> Nov 9 00:06:47 rob-ThinkPad-P70 kernel: [18
For whatever reason, the X1 Yoga doesn't support the normal method of
querying for tablet mode. Instead of providing the MHKG method under the
hotkey handle, we're instead given the CMMD method under the EC handle.
Values on this handle are either 0x1, laptop mode, or 0x6, tablet mode.
Signed-off-
Recently we met an issue on lots of Lenovo thinkpad laptops (those
laptops are not released to market yet), the issue is that the
thinkpad_acpi.ko can't be automatically loaded as before.
Through debugging, we found the HKEY_HID is LEN0268 instead of
LEN0068 on those machines, and the MHKV is 0x20
The hotkey events and ACPI handles used for detecting tablet mode on a
few of the newer thinkpad models (Yoga X1 and the Yoga 260 specifically)
have been changed around, so unfortunately this means we're definitely
going to need to probe for multiple types of tablet mode support. Since
the hotkey_i
For whatever reason, the X1 Yoga doesn't support the normal method of
querying for tablet mode. Instead of providing the MHKG method under the
hotkey handle, we're instead given the CMMD method under the EC handle.
Values on this handle are either 0x1, laptop mode, or 0x6, tablet mode.
Tested-by:
On Fri, 2016-11-11 at 15:33 +0100, Hans de Goede wrote:
> On 11-11-16 15:12, Pali Rohár wrote:
>> My question remains. Is this for Thinklight or keyboard backlight?
>> Because Thinklinght has led device "tpacpi_led_thinklight" and keyboard
>> backlight has led device "tpacpi_led_kbdlight".
>
> I w
Hi,
On 11-11-16 15:17, Pali Rohár wrote:
> On Tuesday 01 November 2016 14:37:47 Hans de Goede wrote:
>> @@ -43,4 +45,13 @@ void dell_smbios_release_buffer(void);
>> void dell_smbios_send_request(int class, int select);
>>
>> struct calling_interface_token *dell_smbios_find_token(int tokenid);
>>
Hi,
On 11-11-16 15:12, Pali Rohár wrote:
> On Tuesday 01 November 2016 14:37:46 Hans de Goede wrote:
>> Make thinkpad_acpi call led_notify_brightness_change on the kbd_led
>> led_classdev registered by thinkpad_acpi when the kbd backlight
>> brightness changes.
>>
>> Signed-off-by: Hans de Goede
28 matches
Mail list logo