Changes in uspace/drv/bus/usb/usbhid/kbd/kbddev.h [5da7199:5f6e25e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/kbd/kbddev.h
r5da7199 r5f6e25e 38 38 39 39 #include <stdint.h> 40 #include <async.h> 40 41 41 #include <fibril_synch.h> 42 42 43 #include <usb/hid/hid.h> 43 44 #include <usb/hid/hidparser.h> … … 57 58 * data, such as currently pressed keys, modifiers and lock keys. 58 59 * 59 * Also holds a IPC sessionto the console (since there is now no other way to60 * Also holds a IPC phone to the console (since there is now no other way to 60 61 * communicate with it). 61 62 * … … 82 83 unsigned lock_keys; 83 84 84 /** IPC sessionto the console device (for sending key events). */85 async_sess_t *console_sess;85 /** IPC phone to the console device (for sending key events). */ 86 int console_phone; 86 87 87 88 /** @todo What is this actually? */
Note:
See TracChangeset
for help on using the changeset viewer.