Re: [PATCH 2.6.15-git] alps: Add Fujitsu Siemens S6010 support to alps driver.

From: Dmitry Torokhov
Date: Sat Dec 17 2005 - 23:00:20 EST


On Saturday 17 December 2005 21:38, Ben Collins wrote:
> PatchAuthor: andrew.waldrom@xxxxxxxxxxx
> Reference: http://bugzilla.ubuntu.com/13404
>
> Signed-off-by: Ben Collins <bcollins@xxxxxxxxxx>
>
> diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c
> index a80d6b9..3cffe1d 100644
> --- a/drivers/input/mouse/alps.c
> +++ b/drivers/input/mouse/alps.c
> @@ -42,7 +42,7 @@ static struct alps_model_info alps_model
> { { 0x53, 0x02, 0x14 }, 0xf8, 0xf8, 0 },
> { { 0x63, 0x02, 0x0a }, 0xf8, 0xf8, 0 },
> { { 0x63, 0x02, 0x14 }, 0xf8, 0xf8, 0 },
> - { { 0x63, 0x02, 0x28 }, 0xf8, 0xf8, 0 },
> + { { 0x63, 0x02, 0x28 }, 0xf8, 0xf8, ALPS_FW_BK_2 }, /* Fujitsu Siemens S6010 */
> { { 0x63, 0x02, 0x3c }, 0x8f, 0x8f, ALPS_WHEEL }, /* Toshiba Satellite S2400-103 */
> { { 0x63, 0x02, 0x50 }, 0xef, 0xef, ALPS_FW_BK_1 }, /* NEC Versa L320 */
> { { 0x63, 0x02, 0x64 }, 0xf8, 0xf8, 0 },

This one is already in Linus's tree.

--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/