Changeset 6d605e6 in mainline for uspace/srv/hid/input/generic/input.c
- Timestamp:
- 2011-08-16T16:47:38Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cce8a83
- Parents:
- 1f419ecf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.