diff options
| author | Mark Brown <broonie@kernel.org> | 2026-07-07 13:09:35 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-07-07 13:09:35 +0100 |
| commit | 8c5c63479f4b2ff6460526b1a7d6a41fa509906f (patch) | |
| tree | 5a26dc0b0dd6b5a996bd7672221019abe9af9735 /drivers/input/mouse | |
| parent | 94a16e413abbfffa244062ed0c678fcebf0009ea (diff) | |
| parent | c8f174900926d3b58cd048ac33b4cbb3de419bfe (diff) | |
| download | linux-next-8c5c63479f4b2ff6460526b1a7d6a41fa509906f.tar.gz linux-next-8c5c63479f4b2ff6460526b1a7d6a41fa509906f.zip | |
Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
Diffstat (limited to 'drivers/input/mouse')
| -rw-r--r-- | drivers/input/mouse/synaptics.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index c70502e24031..2170bbe4c589 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c @@ -164,6 +164,7 @@ static const char * const topbuttonpad_pnp_ids[] = { #ifdef CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS static const char * const smbus_pnp_ids[] = { /* all of the topbuttonpad_pnp_ids are valid, we just add some extras */ + "DLL0597", /* Dell Inspiron 3521 */ "DLL060d", /* Dell Precision M3800 */ "LEN0048", /* X1 Carbon 3 */ "LEN0046", /* X250 */ |
