Changeset 5f88293 in mainline for uspace/drv/usbhid/kbd


Ignore:
Timestamp:
2011-06-12T15:44:38Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
60e5a856
Parents:
af897ff0
Message:

Rename 'kbd' server to 'input' server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/kbd/kbddev.c

    raf897ff0 r5f88293  
    4141#include <io/keycode.h>
    4242#include <io/console.h>
    43 #include <ipc/kbd.h>
     43#include <ipc/kbdev.h>
    4444#include <async.h>
    4545#include <async_obsolete.h>
     
    303303        }
    304304       
    305         async_obsolete_msg_2(kbd_dev->console_phone, KBD_EVENT, type, key);
     305        async_obsolete_msg_2(kbd_dev->console_phone, KBDEV_EVENT, type, key);
    306306}
    307307
Note: See TracChangeset for help on using the changeset viewer.