Re: [ibm-acpi-devel] [T400] no alsa , proc or sysfs interface with thinkpad-acpi 0.23-20091220

2009-12-23 Thread Sebastian Reichel
Hi, I just want to report, that my x200s is also affected. No /proc/acpi/ibm, no /sys interfaces, special buttons are not reported. Kernel is 2.6.33-rc1; thinkpad-acpi and alsa are compiled into the kernel (not as module). This is the driver's output in dmesg: [1.866009] thinkpad_acpi: ThinkP

Re: [ibm-acpi-devel] [alsa-devel] [PATCH] thinkpad-acpi: Enable microphone mute LED

2011-06-04 Thread Sebastian Reichel
On Fri, Jun 03, 2011 at 05:50:42PM +0200, Takashi Iwai wrote: > At Fri, 27 May 2011 14:22:26 -0400, > Andrew Lutomirski wrote: > > > > On Fri, May 27, 2011 at 12:48 PM, Matthew Garrett > > wrote: > > > On Fri, May 27, 2011 at 12:39:10PM -0400, Andrew Lutomirski wrote: > > > > > >> I don't have d

Re: [ibm-acpi-devel] [PATCH 1/1] thinkpad_acpi: Add support for status (external cover) LED

2017-02-18 Thread Sebastian Reichel
Hi, On Tue, Feb 07, 2017 at 11:01:32PM -0200, Henrique de Moraes Holschuh wrote: > Hello Adam, > > I apologise for the delay on answering you. > > On Tue, 31 Jan 2017, Adam Goode wrote: > > On Thu, Jan 19, 2017 at 12:21 PM, Adam Goode wrote: > > > This allows the control of the red status LED,

Re: [ibm-acpi-devel] [PATCH v13 2/4] pm: add to_power_supply macro to the API

2018-02-08 Thread Sebastian Reichel
ract away such low-level operations via a macro. > > Suggested-by: Andy Shevchenko > Reviewed-by: Andy Shevchenko > Signed-off-by: Ognjen Galic Reviewed-by: Sebastian Reichel I suggest I provide an immutable branch for this one, so that it can be used by the acpi subsystem for

Re: [ibm-acpi-devel] [PATCH v13 3/4] thinkpad_acpi: Add support for battery thresholds

2018-02-08 Thread Sebastian Reichel
Hi, On Wed, Feb 07, 2018 at 03:58:44PM +0100, Ognjen Galic wrote: > 1) Charge start threshold > /sys/class/power_supply/BATN/charge_start_threshold > > Valid values are [0, 99]. A value of 0 turns off the > start threshold wear control. > > 2) Charge stop threshold > /sys/class/power_supply/BATN

Re: [ibm-acpi-devel] [PATCH v13 3/4] thinkpad_acpi: Add support for battery thresholds

2018-02-09 Thread Sebastian Reichel
Hi, On Fri, Feb 09, 2018 at 10:22:54AM +0100, Rafael J. Wysocki wrote: > On Thu, Feb 8, 2018 at 11:03 PM, Sebastian Reichel wrote: > > Hi, > > > > On Wed, Feb 07, 2018 at 03:58:44PM +0100, Ognjen Galic wrote: > >> 1) Charge start threshold > >> /sys/class/p

Re: [ibm-acpi-devel] [PATCH v13 3/4] thinkpad_acpi: Add support for battery thresholds

2018-02-09 Thread Sebastian Reichel
Hi, On Fri, Feb 09, 2018 at 11:49:40AM +0100, Rafael J. Wysocki wrote: > On Fri, Feb 9, 2018 at 11:39 AM, Sebastian Reichel wrote: > > Hi, > > > > On Fri, Feb 09, 2018 at 10:22:54AM +0100, Rafael J. Wysocki wrote: > >> On Thu, Feb 8, 2018 at 11:03 PM, Sebas

Re: [ibm-acpi-devel] [PATCH v13 4/4] battery: Add the ThinkPad "Not Charging" quirk

2018-02-09 Thread Sebastian Reichel
Hi, On Fri, Feb 09, 2018 at 08:45:30AM -0200, Henrique de Moraes Holschuh wrote: > On Wed, 07 Feb 2018, Ognjen Galic wrote: > > The EC/ACPI firmware on Lenovo ThinkPads used to report a status > > of "Unknown" when the battery is between the charge start and > > charge stop thresholds. On Windows,

Re: [ibm-acpi-devel] [PATCH v13 1/4] battery: Add the battery hooking API

2020-07-25 Thread Sebastian Reichel
Hi, On Wed, Jun 24, 2020 at 01:42:26AM +0200, Kristian Klausen wrote: > On 07.02.2018 15.58, Ognjen Galic wrote: > > This is a patch that implements a generic hooking API for the > > generic ACPI battery driver. > > > > With this new generic API, drivers can expose platform specific > > behaviour