Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7480
b: refs/heads/master
c: 8cc3c7a
h: refs/heads/master
v: v3
  • Loading branch information
Richard Purdie authored and Linus Torvalds committed Sep 7, 2005
1 parent d81d891 commit dd4ed2b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 74b74890bc23b8c6f5b0c0d99f6e1b3d39cb3dae
refs/heads/master: 8cc3c7af42aa826d413e3134628d85f3920457d8
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/corgi_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ static int sync_receive_data_send_cmd(int doRecive, int doSend, unsigned int add
if (wait_time && doSend) {
PMNC_GET(pmnc);
if (!(pmnc & 0x01))
PMNC_SET(pmnc | 0x01);
PMNC_SET(0x01);

/* polling HSync */
SyncHS();
Expand Down

0 comments on commit dd4ed2b

Please sign in to comment.