Changeset 676e833 in mainline for uspace/srv/hid/input/input.c


Ignore:
Timestamp:
2017-11-10T14:15:41Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ee98e81
Parents:
7654f3e
Message:

Move receiving side of Msim console to a separate driver. Work around possibility that console character device is not available at the moment input server starts.

File:
1 edited

Legend:

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

    r7654f3e r676e833  
    641641#endif
    642642#if defined(MACHINE_msim)
    643         kbd_add_dev(&msim_port, &stty_ctl);
     643        kbd_add_dev(&chardev_port, &stty_ctl);
    644644#endif
    645645#if defined(UARCH_ppc32)
Note: See TracChangeset for help on using the changeset viewer.