| Submitter | Leann Ogasawara |
|---|---|
| Date | May 21, 2010, 11:18 p.m. |
| Message ID | <1274483891.19284.3333.camel@emiko> |
| Download | mbox | patch |
| Permalink | /patch/53223/ |
| State | Accepted |
| Delegated to: | Leann Ogasawara |
| Headers | show |
Comments
Patch
diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c index f7be1ec..99d5876 100644 --- a/drivers/input/mouse/alps.c +++ b/drivers/input/mouse/alps.c @@ -632,8 +632,7 @@ static int alps_reconnect(struct psmouse *psmouse) { const struct alps_model_info *model; - /* UBUNTU: Causes lockups on resume */ - /* psmouse_reset(psmouse); */ + psmouse_reset(psmouse); model = alps_get_model(psmouse, NULL); if (!model)