Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1584138
| From | "John L. Preston" <wcerfgba@riseup.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] Add model data for Dell Precision 3510 trackpad. |
| Date | 2017-02-19 14:30 +0100 |
| Message-ID | <tczIS-7Tc-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
---
drivers/input/mouse/alps.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c
index 328edc8c8786..c0a4edefe54d 100644
--- a/drivers/input/mouse/alps.c
+++ b/drivers/input/mouse/alps.c
@@ -139,6 +139,7 @@ static const struct alps_model_info alps_model_data[] = {
{ { 0x52, 0x01, 0x14 }, 0x00, { ALPS_PROTO_V2, 0xff, 0xff,
ALPS_PASS | ALPS_DUALPOINT | ALPS_PS2_INTERLEAVED } }, /* Toshiba Tecra A11-11L */
{ { 0x73, 0x02, 0x64 }, 0x8a, { ALPS_PROTO_V4, 0x8f, 0x8f, 0 } },
+ { { 0x73, 0x03, 0x28 }, 0x13, { ALPS_PROTO_V8, 0x18, 0x18, 0 } }, /* Dell Precision 3510 */
};
static const struct alps_protocol_info alps_v3_protocol_data = {
--
2.11.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] Add model data for Dell Precision 3510 trackpad. "John L. Preston" <wcerfgba@riseup.net> - 2017-02-19 14:30 +0100
Re: [PATCH] Add model data for Dell Precision 3510 trackpad. Pali Rohár <pali.rohar@gmail.com> - 2017-02-19 14:40 +0100
Re: [PATCH] Add model data for Dell Precision 3510 trackpad. John Preston <wcerfgba@riseup.net> - 2017-02-19 16:30 +0100
Re: [PATCH] Add model data for Dell Precision 3510 trackpad. Marcos Paulo de Souza <marcos.souza.org@gmail.com> - 2017-02-20 00:10 +0100
Unknown ALPS touchpad Pali Rohár <pali.rohar@gmail.com> - 2017-02-20 17:00 +0100
RE: Unknown ALPS touchpad Masaki Ota <masaki.ota@jp.alps.com> - 2017-02-21 04:20 +0100
Re: Unknown ALPS touchpad Pali Rohár <pali.rohar@gmail.com> - 2017-02-21 09:40 +0100
Re: Unknown ALPS touchpad Marcos Paulo de Souza <marcos.souza.org@gmail.com> - 2017-02-21 12:10 +0100
Re: [PATCH] Add model data for Dell Precision 3510 trackpad. Pali Rohár <pali.rohar@gmail.com> - 2017-02-20 16:40 +0100
csiph-web