[PATCH] Input: elan_i2c - fix a typo in parameter name

2021-03-11 Thread Nikolai Kostrigin
s/max_baseliune/max_baseline/ Signed-off-by: Nikolai Kostrigin --- drivers/input/mouse/elan_i2c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/mouse/elan_i2c.h b/drivers/input/mouse/elan_i2c.h index e12da5b024b0..55cdf60fe231 100644 --- a/drivers/input/mouse

Re: elan_i2c: failed to read report data: -71

2021-03-11 Thread Nikolai Kostrigin
Hi! 05.03.2021 22:18, Uwe Kleine-König пишет: > On Thu, Mar 04, 2021 at 11:49:59AM +0300, Nikolai Kostrigin wrote: >> Hi, >> >> 04.03.2021 09:59, Uwe Kleine-König пишет: >>> Hello, >>> >>> On Wed, Mar 03, 2021 at 05:53:37PM -0800, 'Dmitry Torokhov

Re: Need some help on "Input: elantech - add LEN2146 to SMBus blacklist for ThinkPad L13 Gen2"

2021-03-03 Thread Nikolai Kostrigin
Hi, resending this once again, hoping it wouldn't contain any HTML and wouldn't be filtered by LKML. 03.03.2021 13:11, Nikolai Kostrigin пишет: > Hi, > > 25.02.2021 12:38, Wolfram Sang пишет: >> Hi, >> >>> I had a preliminary discussion with Benjamin Tissoires and

Re: Need some help on "Input: elantech - add LEN2146 to SMBus blacklist for ThinkPad L13 Gen2"

2021-03-03 Thread Nikolai Kostrigin
ut.git/commit/?h=next=056115daede8d01f71732bc7d778fb85acee8eb6 https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git/commit/?h=next=e4c9062717feda88900b566463228d1c4910af6d I applied those to 5.10.17 and trackpoint works like a charm. So I guess theese patches are worth being backported to the longterm 5.10 branch. I'm really sorry for the noise. -- Best regards, Nikolai Kostrigin

Re: Need some help on "Input: elantech - add LEN2146 to SMBus blacklist for ThinkPad L13 Gen2"

2021-02-25 Thread Nikolai Kostrigin
: > Hi Nikolai, > > On Thu, Feb 18, 2021 at 6:05 PM Nikolai Kostrigin wrote: >> Hi, Benjamin! >> >> Sorry for bothering you directly. >> >> I have a question concerning the work on the issue we were discussing on >> linux-input mailing list. >>

Re: [PATCH] Input: elantech - add LEN2146 to SMBus blacklist for ThinkPad L13 Gen2

2021-02-08 Thread Nikolai Kostrigin
Hi, Benjamin! 08.02.2021 11:06, Benjamin Tissoires пишет: > Hi Nikolai, > > On Mon, Feb 8, 2021 at 9:01 AM Nikolai Kostrigin wrote: >> ThinkPad L13 Gen2 has both touchpad and trackpoint. >> PNP: LEN2146 PNP0f13 >> With the default protocol (elantech-smbus) trackpoint

[PATCH] Input: elantech - add LEN2146 to SMBus blacklist for ThinkPad L13 Gen2

2021-02-08 Thread Nikolai Kostrigin
ThinkPad L13 Gen2 has both touchpad and trackpoint. PNP: LEN2146 PNP0f13 With the default protocol (elantech-smbus) trackpoint is not operating, while touchpad does. Changing to elantech renders both operational. Signed-off-by: Nikolai Kostrigin --- drivers/input/mouse/elantech.c | 1 + 1 file

Re: [PATCH RESEND 1/1] PCI: Add ATS-disable quirk for AMD Radeon R7 GPUs

2019-04-10 Thread Nikolai Kostrigin
[+cc] linux-kernel@, linux-pci@ 10.04.2019 10:26, Nikolai Kostrigin пишет: > Hello! > > 10.04.2019 00:59, Bjorn Helgaas пишет: >> [+cc Alex] >> >> This claims to be a resend, but I don't see a previous posting. > For some reason, unknown to me, my previous letter di

[PATCH RESEND 0/1] PCI: Add ATS-disable quirk for AMD Radeon R7 GPUs

2019-04-08 Thread Nikolai Kostrigin
This solves system hang and file system corruption for Stoney Ridge systems (with built-in Radeon R4/R5 + discreet AMD Radeon R7 GPU) Such system example: HP laptop 17-ak041ur (more HW info at https://bugzilla.kernel.org/show_bug.cgi?id=194521) Nikolai Kostrigin (1): PCI: Add ATS-disable

[PATCH RESEND 1/1] PCI: Add ATS-disable quirk for AMD Radeon R7 GPUs

2019-04-08 Thread Nikolai Kostrigin
-by: Nikolai Kostrigin --- drivers/pci/quirks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 4700d24e5d55..abb2532e16bf 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c @@ -4876,6 +4876,7 @@ static void quirk_no_ats(struct pci_dev *pdev