Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/port/chardev.c

    rc8ea6eca rf2d88f3  
    138138
    139139        while (true) {
    140                 rc = chardev_read(chardev, &b, sizeof(b), &nread);
     140                rc = chardev_read(chardev, &b, sizeof(b), &nread,
     141                    chardev_f_none);
    141142                if (rc != EOK || nread != sizeof(b)) {
    142143                        printf("%s: Error reading data", NAME);
Note: See TracChangeset for help on using the changeset viewer.