Changeset 5f97ef44 in mainline for uspace/srv/hid
- Timestamp:
- 2018-07-13T14:10:15Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e3787a0
- Parents:
- 9912f49
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-13 14:08:57)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-13 14:10:15)
- Location:
- uspace/srv/hid
- Files:
-
- 2 edited
-
input/port/chardev.c (modified) (1 diff)
-
isdv4_tablet/isdv4.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/port/chardev.c
r9912f49 r5f97ef44 87 87 /* XXX This is just a hack. */ 88 88 printf("%s: No input device found, sleep for retry.\n", NAME); 89 async_usleep(1000 * 1000);89 fibril_usleep(1000 * 1000); 90 90 goto again; 91 91 } -
uspace/srv/hid/isdv4_tablet/isdv4.c
r9912f49 r5f97ef44 391 391 return EIO; 392 392 393 async_usleep(250000); /* 250 ms */393 fibril_usleep(250000); /* 250 ms */ 394 394 395 395 // FIXME: Read all possible garbage before sending commands
Note:
See TracChangeset
for help on using the changeset viewer.
