Changes in uspace/srv/hid/input/port/chardev.c [c8ea6eca:f2d88f3] in mainline
- File:
-
- 1 edited
-
uspace/srv/hid/input/port/chardev.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/port/chardev.c
rc8ea6eca rf2d88f3 138 138 139 139 while (true) { 140 rc = chardev_read(chardev, &b, sizeof(b), &nread); 140 rc = chardev_read(chardev, &b, sizeof(b), &nread, 141 chardev_f_none); 141 142 if (rc != EOK || nread != sizeof(b)) { 142 143 printf("%s: Error reading data", NAME);
Note:
See TracChangeset
for help on using the changeset viewer.
