Changeset a000878c in mainline for uspace/srv/hid/kbd
- Timestamp:
- 2010-02-25T19:11:25Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 958de16
- Parents:
- a634485
- Location:
- uspace/srv/hid/kbd/port
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/port/adb.c
ra634485 ra000878c 53 53 int kbd_port_init(void) 54 54 { 55 c har *input = "/dev/adb/kbd";55 const char *input = "/dev/adb/kbd"; 56 56 int input_fd; 57 57 -
uspace/srv/hid/kbd/port/chardev.c
ra634485 ra000878c 52 52 int kbd_port_init(void) 53 53 { 54 c har *input = "/dev/char/ps2a";54 const char *input = "/dev/char/ps2a"; 55 55 int input_fd; 56 56
Note:
See TracChangeset
for help on using the changeset viewer.
