linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: doa379 <doa379@gmail.com>
To: linux-input@vger.kernel.org
Subject: Synaptics Forcepad Support Kernel 4.1-rc6
Date: Sun, 07 Jun 2015 14:40:37 +0100	[thread overview]
Message-ID: <557449D5.2070007@gmail.com> (raw)

I am trying to add Forcepad support for a touchpad which isn't yet 
supported.

The kernel is now using pnp ids and so for the device I am using kernel 
reports this:

$ cat /sys/bus/pnp/drivers/i8042\ aux/00\:04/id
SYN3018
SYN0100
SYN0002
PNP0f13


I have tried modifying drivers/input/mouse/synaptics.c line 213:

/* This list has been kindly provided by Synaptics. */
static const char * const forcepad_pnp_ids[] = {
	"SYN300D",
	"SYN3014",
+	"SYN3018",
	NULL
};

Unfortunately it hasn't worked. Touchpad is still being detected as 
vanilla PS/2 Generic Mouse.

Which other modifications are needed?


--



                 reply	other threads:[~2015-06-07 13:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=557449D5.2070007@gmail.com \
    --to=doa379@gmail.com \
    --cc=linux-input@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;
as well as URLs for NNTP newsgroup(s).