Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69360
b: refs/heads/master
c: 554fc19
h: refs/heads/master
v: v3
  • Loading branch information
Alon Ziv authored and Dmitry Torokhov committed Aug 30, 2007
1 parent 73647d5 commit ed3d564
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: b9d2d110b10f7b4788d0fdd328cf57e34b767817
refs/heads/master: 554fc1935365ddba0936dfb6dc4088ba4ef23a4f
5 changes: 3 additions & 2 deletions trunk/drivers/input/mouse/psmouse-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,9 +648,10 @@ static int psmouse_extensions(struct psmouse *psmouse,

/*
* Reset to defaults in case the device got confused by extended
* protocol probes. Note that we do full reset becuase some mice
* put themselves to sleep when see PSMOUSE_RESET_DIS.
* protocol probes. Note that we follow up with full reset because
* some mice put themselves to sleep when they see PSMOUSE_RESET_DIS.
*/
ps2_command(&psmouse->ps2dev, NULL, PSMOUSE_CMD_RESET_DIS);
psmouse_reset(psmouse);

if (max_proto >= PSMOUSE_IMEX && im_explorer_detect(psmouse, set_properties) == 0)
Expand Down

0 comments on commit ed3d564

Please sign in to comment.