Bugzilla – Attachment 217782 Details for
Bug 357881
Alps Touchpad Wrongly Treated as ImPS/2 Mouse
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Input: alps update
input-alps-update.patch (text/plain), 1.14 KB, created by
Jiri Kosina
on 2008-05-23 12:34:50 UTC
(
hide
)
Description:
Input: alps update
Filename:
MIME Type:
Creator:
Jiri Kosina
Created:
2008-05-23 12:34:50 UTC
Size:
1.14 KB
patch
obsolete
>--- linux-2.6.22-SL103_BRANCH.orig/drivers/input/mouse/alps.c >+++ linux-2.6.22-SL103_BRANCH/drivers/input/mouse/alps.c >@@ -48,11 +48,13 @@ static const struct alps_model_info alps > { { 0x63, 0x02, 0x50 }, 0xef, 0xef, ALPS_FW_BK_1 }, /* NEC Versa L320 */ > { { 0x63, 0x02, 0x64 }, 0xf8, 0xf8, 0 }, > { { 0x63, 0x03, 0xc8 }, 0xf8, 0xf8, ALPS_PASS }, /* Dell Latitude D800 */ >+ { { 0x73, 0x00, 0x0a }, 0xf8, 0xf8, ALPS_DUALPOINT }, /* ThinkPad R61 8918-5QG */ > { { 0x73, 0x02, 0x0a }, 0xf8, 0xf8, 0 }, > { { 0x73, 0x02, 0x14 }, 0xf8, 0xf8, ALPS_FW_BK_2 }, /* Ahtec Laptop */ > { { 0x20, 0x02, 0x0e }, 0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT }, /* XXX */ > { { 0x22, 0x02, 0x0a }, 0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT }, > { { 0x22, 0x02, 0x14 }, 0xff, 0xff, ALPS_PASS | ALPS_DUALPOINT }, /* Dell Latitude D600 */ >+ { { 0x73, 0x02, 0x50 }, 0xcf, 0xcf, ALPS_FW_BK_1 } /* Dell Vostro 1400 */ > }; > > /* >@@ -114,8 +116,8 @@ static void alps_process_packet(struct p > } > > if (priv->i->flags & ALPS_FW_BK_1) { >- back = packet[2] & 4; >- forward = packet[0] & 0x10; >+ back = packet[0] & 0x10; >+ forward = packet[2] & 4; > } > > if (priv->i->flags & ALPS_FW_BK_2) { >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 357881
:
192808
|
192809
|
193540
|
193636
|
214185
|
214193
|
217436
| 217782 |
217969
|
217971
|
218188
|
218756
|
218757
|
218758