Changeset e2ec667e in mainline for uspace/drv/char/ps2mouse/ps2mouse.c
- Timestamp:
- 2012-02-28T19:18:59Z (11 years ago)
- Branches:
- lfn, master, serial
- Children:
- c0964cd7
- Parents:
- 412f813 (diff), 68c60b0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/ps2mouse/ps2mouse.c
r412f813 re2ec667e 80 80 } \ 81 81 if (data != (value)) { \ 82 ddf_msg(LVL_ ERROR, "Failed testing byte: got %hhx vs. %hhx)", \82 ddf_msg(LVL_DEBUG, "Failed testing byte: got %hhx vs. %hhx)", \ 83 83 data, (value)); \ 84 84 return EIO; \
Note: See TracChangeset
for help on using the changeset viewer.