Changeset 09ab0a9a in mainline for uspace/drv/hid/usbhid/kbd/kbddev.c
- Timestamp:
- 2018-09-13T12:05:53Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/drv/hid/usbhid/kbd/kbddev.c ¶
rb2aaaa0 r09ab0a9a 75 75 static ddf_dev_ops_t kbdops = { .default_handler = default_connection_handler }; 76 76 77 78 77 static const unsigned DEFAULT_ACTIVE_MODS = KM_NUM_LOCK; 79 78 … … 88 87 /** Delay between two repeats of a pressed key when auto-repeating. */ 89 88 static const unsigned int DEFAULT_REPEAT_DELAY = 50 * 1000; 90 91 89 92 90 /** Keyboard polling endpoint description for boot protocol class. */ … … 587 585 usb_device_get_iface_number(hid_dev->usb_dev), IDLE_RATE); 588 586 589 590 587 kbd_dev->initialized = USB_KBD_STATUS_INITIALIZED; 591 588 usb_log_debug("HID/KBD device structure initialized."); … … 593 590 return EOK; 594 591 } 595 596 592 597 593 /* API functions */
Note:
See TracChangeset
for help on using the changeset viewer.