login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
April
»
21
Re: [PATCH 1/2] input: Add support of Synaptics Clickpad device
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Takashi Iwai
Subject:
Re: [PATCH 1/2] input: Add support of Synaptics Clickpad device
Date: Tuesday, April 20, 2010 - 11:32 pm
At Tue, 20 Apr 2010 22:44:55 -0700, Dmitry Torokhov wrote:
quoted text
> > On Mon, Apr 19, 2010 at 12:29:49PM +0200, Takashi Iwai wrote: > > Hi Dmitry, > > > > At Mon, 19 Apr 2010 01:32:22 -0700, > > Dmitry Torokhov wrote: > > > > > > Hi Takashi, > > > > > > On Wed, Apr 14, 2010 at 05:10:22PM +0200, Takashi Iwai wrote: > > > > Add the detection of Synaptics Clickpad device. > > > > The device can be detected a new query command 0x0c. The clickpad > > > > flags are in cap[0]:4 and cap[1]:0 bits. But, the driver checks > > > > first the product id bits in the ext capabilities to be sure, so > > > > that it skips the new check on older devices. > > > > > > > > > > Instead of looking at the product id, can we check the number of > > > supported extended capabilities queries and act accordingly, like the > > > patch below? > > > > Yes, it worked. (Though, I've tested only new machines.) > > > > > Seems to be working on older (at least one ;) ) as well. > > > > > > @@ -162,6 +163,16 @@ static int synaptics_capability(struct psmouse *psmouse) > > > priv->ext_cap &= 0xff0fff; > > > } > > > } > > > + > > > + if (SYN_EXT_CAP_REQUESTS(priv->capabilities) >= 4) { > > > + if (synaptics_send_cmd(psmouse, SYN_QUE_EXT_CAPAB_0C, cap)) { > > > + printk(KERN_ERR "Synaptics claims to have extended capability 0x0c," > > > + " but I'm not able to read it."); > > > > Here missing a newline, BTW. > > > > Fixed. Thank you for testing. I have that patch in 'for-linus' for .34. > Please push your synaptics X changes upstream as well.
Thanks. It was already submitted. I'm going to repost the revised X patch later. Takashi --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/2] Synaptics Clickpad support
, Takashi Iwai
, (Wed Apr 14, 8:10 am)
[PATCH 1/2] input: Add support of Synaptics Clickpad device
, Takashi Iwai
, (Wed Apr 14, 8:10 am)
[PATCH 2/2] input: Add LED support to Synaptics device
, Takashi Iwai
, (Wed Apr 14, 8:10 am)
Re: [PATCH 2/2] input: Add LED support to Synaptics device
, Pavel Machek
, (Thu Apr 15, 12:12 pm)
Re: [PATCH 2/2] input: Add LED support to Synaptics device
, Dmitry Torokhov
, (Thu Apr 15, 10:29 pm)
Re: [PATCH 2/2] input: Add LED support to Synaptics device
, Takashi Iwai
, (Fri Apr 16, 1:00 am)
Re: [PATCH 1/2] input: Add support of Synaptics Clickpad d ...
, Dmitry Torokhov
, (Mon Apr 19, 1:32 am)
Re: [PATCH 1/2] input: Add support of Synaptics Clickpad d ...
, Takashi Iwai
, (Mon Apr 19, 3:29 am)
Re: [PATCH 2/2] input: Add LED support to Synaptics device
, Takashi Iwai
, (Mon Apr 19, 3:44 am)
Re: [PATCH 2/2] input: Add LED support to Synaptics device
, Dmitry Torokhov
, (Tue Apr 20, 10:43 pm)
Re: [PATCH 1/2] input: Add support of Synaptics Clickpad d ...
, Dmitry Torokhov
, (Tue Apr 20, 10:44 pm)
Re: [PATCH 2/2] input: Add LED support to Synaptics device
, Takashi Iwai
, (Tue Apr 20, 11:31 pm)
Re: [PATCH 1/2] input: Add support of Synaptics Clickpad d ...
, Takashi Iwai
, (Tue Apr 20, 11:32 pm)
Re: [PATCH 2/2] input: Add LED support to Synaptics device
, Dmitry Torokhov
, (Tue Apr 20, 11:39 pm)
Re: [PATCH 2/2] input: Add LED support to Synaptics device
, Takashi Iwai
, (Wed Apr 21, 12:15 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 041/196] kobject: add kobject_init_and_add function
Lukas Hejtmanek
Re: Another libata error related to OCZ SSD
Greg Kroah-Hartman
[PATCH 023/196] MCP_UCB1200: Convert from class_device to device
Florian Fainelli
Re: System clock runs too fast after 2.6.27 -> 2.6.28.1 upgrade
Christoph Lameter
[patch 1/4] mmu_notifier: Core code
git
:
Johannes Schindelin
Re: [PATCH 1/2] Add strbuf_initf()
John Bito
[EGIT] Push to GitHub caused corruption
Jakub Narebski
Re: [PATCH 0/2] gitweb: patch view
Junio C Hamano
Re: [PATCH] When a remote is added but not fetched, tell the user.
Andy Parkins
Re: [RFC] Submodules in GIT
git-commits-head
:
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
Linux Kernel Mailing List
V4L/DVB (11086): au0828: rename macro for currently non-function VBI support
Linux Kernel Mailing List
ceph: client types
Linux Kernel Mailing List
ceph: on-wire types
Linux Kernel Mailing List
crypto: chainiv - Use kcrypto_wq instead of keventd_wq
linux-netdev
:
Andrew Morton
Re: [Bugme-new] [Bug 14969] New: b44: WOL does not work in suspended state
Giuseppe CAVALLARO
Re: [PATCH 03/13] stmmac: add the new Header file for stmmac platform data
Taku Izumi
[PATCH 3/3] ixgbe: add registers etc. printout code just before resetting adapters
Eric Dumazet
rps: some comments
Thomas Gleixner
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
openbsd-misc
:
Stephan Andreas
problems with login after xlock in OpenBSD release 4.7
pmc
Make A Change. Alcoholism and Drug Addiction Treatment
ropers
Re: what exactly is enc0?
Fuad NAHDI
Re: What does your environment look like?
Matthew Szudzik
Typo on OpenBSD 4.4 CD Set
Colocation donated by:
Syndicate