Ignore:
Timestamp:
2011-12-26T19:58:08Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
32ba5a6
Parents:
9b56a8dd
Message:

input: Stop looking for non-existent devices on ia32/amd64.

File:
1 edited

Legend:

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

    r9b56a8dd r4005e37a  
    397397         * them automatically.
    398398         */
    399 #if defined(UARCH_amd64)
    400         kbd_add_dev(&chardev_port, &pc_ctl);
    401 #endif
    402399#if defined(UARCH_arm32) && defined(MACHINE_gta02)
    403400        kbd_add_dev(&chardev_port, &stty_ctl);
     
    411408#if defined(UARCH_arm32) && defined(MACHINE_integratorcp)
    412409        kbd_add_dev(&pl050_port, &pc_ctl);
    413 #endif
    414 #if defined(UARCH_ia32)
    415         kbd_add_dev(&chardev_port, &pc_ctl);
    416410#endif
    417411#if defined(MACHINE_i460GX)
     
    450444         * them automatically.
    451445         */
    452 #if defined(UARCH_amd64)
    453         mouse_add_dev(&chardev_mouse_port, &ps2_proto);
    454 #endif
    455 #if defined(UARCH_ia32)
    456         mouse_add_dev(&chardev_mouse_port, &ps2_proto);
    457 #endif
    458446#if defined(MACHINE_i460GX)
    459447        mouse_add_dev(&chardev_mouse_port, &ps2_proto);
Note: See TracChangeset for help on using the changeset viewer.