From: Doa379 <doa379@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: Re: [BUG] psmouse failes recognize synaptics mouse
Date: Sat, 6 Jun 2015 10:59:29 +0000 (UTC) [thread overview]
Message-ID: <loom.20150606T125036-702@post.gmane.org> (raw)
In-Reply-To: <CABMF3M2Dv5cxvrPiHt+dgLnWX1btop+nkd=9Drn67=vrxR=Y=g@mail.gmail.com>
Seeing the details of the Folio 1040 which is already supported:
$ cat /sys/bus/pnp/drivers/i8042\ aux/00\:07/id
SYN300d
SYN0100
SYN0002
PNP0f13
For the Folio 1020 we have:
$ cat /sys/bus/pnp/drivers/i8042\ aux/00\:04/id
SYN3018
SYN0100
SYN0002
PNP0f13
Can we request support be added for the Folio 1020 to the synaptics driver
in the Linux kernel?
I already tried modifying drivers/input/mouse/synaptics.c line 1430 but the
driver does not load:
static const struct dmi_system_id forcepad_dmi_table[] __initconst = {
#if defined(CONFIG_DMI) && defined(CONFIG_X86)
{
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook Folio 1040 G1"),
},
},
+ {
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook Folio 1020 G1"),
+ },
+ },
#endif
{ }
};
prev parent reply other threads:[~2015-06-06 11:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-01 13:29 Olivier Bitsch
2015-06-06 10:59 ` Doa379 [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=loom.20150606T125036-702@post.gmane.org \
--to=doa379@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®