Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190586
b: refs/heads/master
c: 225c61a
h: refs/heads/master
v: v3
  • Loading branch information
Florian Ragwitz authored and Dmitry Torokhov committed May 4, 2010
1 parent 9d097e7 commit a8e679f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5132088697fbfd1330facf723499091182f6ef91
refs/heads/master: 225c61aad38b12924b3df5f4ef43150c0d6bae8c
3 changes: 2 additions & 1 deletion trunk/drivers/input/mouse/elantech.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,8 @@ int elantech_init(struct psmouse *psmouse)
* Assume every version greater than this is new EeePC style
* hardware with 6 byte packets
*/
if (etd->fw_version_maj >= 0x02 && etd->fw_version_min >= 0x30) {
if ((etd->fw_version_maj == 0x02 && etd->fw_version_min >= 0x30) ||
etd->fw_version_maj > 0x02) {
etd->hw_version = 2;
/* For now show extra debug information */
etd->debug = 1;
Expand Down

0 comments on commit a8e679f

Please sign in to comment.