* [PATCH 2.6.15-rc6] alps: Add HP ze1115 support to alps driver
@ 2005-12-21 1:27 Larry Finger
2005-12-21 2:03 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Larry Finger @ 2005-12-21 1:27 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 810 bytes --]
This patch adds support for the touchpad found on HP ze1115 notebooks.
Patch file attached to preserve white space and line integrity.
PatchAuthor: Larry.Finger@lwfinger.net
diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c
--- a/drivers/input/mouse/alps.c
+++ b/drivers/input/mouse/alps.c
@@ -40,6 +40,7 @@ static struct alps_model_info alps_model
{ { 0x33, 0x02, 0x0a }, 0x88, 0xf8, ALPS_OLDPROTO },
/* UMAX-530T */
{ { 0x53, 0x02, 0x0a }, 0xf8, 0xf8, 0 },
{ { 0x53, 0x02, 0x14 }, 0xf8, 0xf8, 0 },
+ { { 0x60, 0x03, 0xc8 }, 0xf8, 0xf8, 0 },
/* HP ze1115 */
{ { 0x63, 0x02, 0x0a }, 0xf8, 0xf8, 0 },
{ { 0x63, 0x02, 0x14 }, 0xf8, 0xf8, 0 },
{ { 0x63, 0x02, 0x28 }, 0xf8, 0xf8, ALPS_FW_BK_2 },
/* Fujitsu Siemens S6010 */
[-- Attachment #2: diff --]
[-- Type: text/plain, Size: 582 bytes --]
diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c
--- a/drivers/input/mouse/alps.c
+++ b/drivers/input/mouse/alps.c
@@ -40,6 +40,7 @@ static struct alps_model_info alps_model
{ { 0x33, 0x02, 0x0a }, 0x88, 0xf8, ALPS_OLDPROTO }, /* UMAX-530T */
{ { 0x53, 0x02, 0x0a }, 0xf8, 0xf8, 0 },
{ { 0x53, 0x02, 0x14 }, 0xf8, 0xf8, 0 },
+ { { 0x60, 0x03, 0xc8 }, 0xf8, 0xf8, 0 }, /* HP ze1115 */
{ { 0x63, 0x02, 0x0a }, 0xf8, 0xf8, 0 },
{ { 0x63, 0x02, 0x14 }, 0xf8, 0xf8, 0 },
{ { 0x63, 0x02, 0x28 }, 0xf8, 0xf8, ALPS_FW_BK_2 }, /* Fujitsu Siemens S6010 */
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 2.6.15-rc6] alps: Add HP ze1115 support to alps driver
2005-12-21 1:27 [PATCH 2.6.15-rc6] alps: Add HP ze1115 support to alps driver Larry Finger
@ 2005-12-21 2:03 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2005-12-21 2:03 UTC (permalink / raw)
To: Larry Finger; +Cc: linux-kernel
On Tuesday 20 December 2005 20:27, Larry Finger wrote:
> This patch adds support for the touchpad found on HP ze1115 notebooks.
> Patch file attached to preserve white space and line integrity.
>
> PatchAuthor: Larry.Finger@lwfinger.net
>
> diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c
> --- a/drivers/input/mouse/alps.c
> +++ b/drivers/input/mouse/alps.c
> @@ -40,6 +40,7 @@ static struct alps_model_info alps_model
> { { 0x33, 0x02, 0x0a }, 0x88, 0xf8, ALPS_OLDPROTO },
> /* UMAX-530T */
> { { 0x53, 0x02, 0x0a }, 0xf8, 0xf8, 0 },
> { { 0x53, 0x02, 0x14 }, 0xf8, 0xf8, 0 },
> + { { 0x60, 0x03, 0xc8 }, 0xf8, 0xf8, 0 },
> /* HP ze1115 */
> { { 0x63, 0x02, 0x0a }, 0xf8, 0xf8, 0 },
> { { 0x63, 0x02, 0x14 }, 0xf8, 0xf8, 0 },
> { { 0x63, 0x02, 0x28 }, 0xf8, 0xf8, ALPS_FW_BK_2 },
> /* Fujitsu Siemens S6010 */
>
Thank you Larry, I will add it to my tree.
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-12-21 2:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-21 1:27 [PATCH 2.6.15-rc6] alps: Add HP ze1115 support to alps driver Larry Finger
2005-12-21 2:03 ` Dmitry Torokhov
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).