Changeset 6d605e6 in mainline
- Timestamp:
- 2011-08-16T16:47:38Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cce8a83
- Parents:
- 1f419ecf
- Location:
- uspace/srv/hid/input
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/ctl/kbdev.c
r1f419ecf r6d605e6 50 50 #include <loc.h> 51 51 #include <stdlib.h> 52 #include <vfs/vfs_sess.h> 52 53 #include <sys/typefmt.h> 53 #include <vfs/vfs_sess.h>54 55 54 56 55 static int kbdev_ctl_init(kbd_dev_t *); -
uspace/srv/hid/input/generic/input.c
r1f419ecf r6d605e6 488 488 * 489 489 */ 490 #include <sys/typefmt.h>491 490 static int dev_discovery_fibril(void *arg) 492 491 { … … 615 614 /* Add legacy keyboard devices. */ 616 615 kbd_add_legacy_devs(); 617 616 618 617 /* Add legacy mouse devices. */ 619 618 mouse_add_legacy_devs();
Note:
See TracChangeset
for help on using the changeset viewer.