Changeset f2f99ae in mainline for uspace/srv/hid/console/console.c


Ignore:
Timestamp:
2011-06-12T11:27:57Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
af897ff0
Parents:
4f3f9659
Message:

Route USB keyboard through kbd server (new device polling needs fixing).

File:
1 edited

Legend:

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

    r4f3f9659 rf2f99ae  
    973973       
    974974        /* Start fibril for checking on hot-plugged keyboards. */
    975         check_new_devices_in_background(connect_keyboard, "keyboard");
     975//      check_new_devices_in_background(connect_keyboard, "keyboard");
    976976        check_new_devices_in_background(connect_mouse, "mouse");
    977977       
Note: See TracChangeset for help on using the changeset viewer.