Changeset e4f8c77 in mainline for uspace/drv/bus/usb/usbhid/kbd/kbddev.h
- Timestamp:
- 2011-07-13T22:39:18Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e6910c8
- Parents:
- 5974661 (diff), 8ecef91 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
uspace/drv/bus/usb/usbhid/kbd/kbddev.h (moved) (moved from uspace/drv/usbhid/kbd/kbddev.h ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/kbd/kbddev.h
r5974661 re4f8c77 65 65 */ 66 66 typedef struct usb_kbd_t { 67 /** Link to HID device structure */ 68 struct usb_hid_dev *hid_dev; 69 67 70 /** Previously pressed keys (not translated to key codes). */ 68 71 int32_t *keys_old; … … 122 125 int usb_kbd_init(struct usb_hid_dev *hid_dev, void **data); 123 126 124 bool usb_kbd_polling_callback(struct usb_hid_dev *hid_dev, void *data, 125 uint8_t *buffer, size_t buffer_size); 127 bool usb_kbd_polling_callback(struct usb_hid_dev *hid_dev, void *data); 126 128 127 129 int usb_kbd_is_initialized(const usb_kbd_t *kbd_dev);
Note:
See TracChangeset
for help on using the changeset viewer.
