Changeset a8bf1ea in mainline for uspace/srv/hid/input/generic/input.c


Ignore:
Timestamp:
2012-01-04T01:03:22Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d5c60a2
Parents:
41c9a22
Message:

input: Remove traces of ps2 mouse and keyboard.

We don't need those now that the i8042 service is gone.

File:
1 edited

Legend:

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

    r41c9a22 ra8bf1ea  
    418418        kbd_add_dev(&pl050_port, &pc_ctl);
    419419#endif
    420 #if defined(MACHINE_i460GX)
    421         kbd_add_dev(&chardev_port, &pc_ctl);
    422 #endif
    423420#if defined(MACHINE_ski)
    424421        kbd_add_dev(&ski_port, &stty_ctl);
     
    453450         * them automatically.
    454451         */
    455 #if defined(MACHINE_i460GX)
    456         mouse_add_dev(&chardev_mouse_port, &ps2_proto);
    457 #endif
    458452#if defined(UARCH_ppc32)
    459453        mouse_add_dev(&adb_mouse_port, &adb_proto);
Note: See TracChangeset for help on using the changeset viewer.