Changeset cddd151 in mainline for uspace/drv/bus/usb/usbhid/kbd/kbddev.h
- Timestamp:
- 2011-10-14T14:37:32Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7b54b99
- Parents:
- e5024111
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/kbd/kbddev.h
re5024111 rcddd151 92 92 93 93 /** Mutex for accessing the information about auto-repeat. */ 94 fibril_mutex_t *repeat_mtx;94 fibril_mutex_t repeat_mtx; 95 95 96 96 uint8_t *output_buffer; … … 111 111 */ 112 112 int initialized; 113 114 /** DDF function */ 115 ddf_fun_t *fun; 113 116 } usb_kbd_t; 114 117
Note:
See TracChangeset
for help on using the changeset viewer.