linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Synaptics Forcepad Support Kernel 4.1-rc6
@ 2015-06-07 13:40 doa379
  0 siblings, 0 replies; only message in thread
From: doa379 @ 2015-06-07 13:40 UTC (permalink / raw)
  To: linux-input

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?


--



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-07 13:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-07 13:40 Synaptics Forcepad Support Kernel 4.1-rc6 doa379

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).