Changeset 5f88293 in mainline for uspace/drv/usbhid/kbd
- Timestamp:
- 2011-06-12T15:44:38Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 60e5a856
- Parents:
- af897ff0
- File:
-
- 1 edited
-
uspace/drv/usbhid/kbd/kbddev.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/kbd/kbddev.c
raf897ff0 r5f88293 41 41 #include <io/keycode.h> 42 42 #include <io/console.h> 43 #include <ipc/kbd .h>43 #include <ipc/kbdev.h> 44 44 #include <async.h> 45 45 #include <async_obsolete.h> … … 303 303 } 304 304 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); 306 306 } 307 307
Note:
See TracChangeset
for help on using the changeset viewer.
