Changeset 09ab0a9a in mainline for uspace/drv/hid/usbhid/kbd/kbddev.c


Ignore:
Timestamp:
2018-09-13T12:05:53Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
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)
Message:

Fix vertical spacing with new Ccheck revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified uspace/drv/hid/usbhid/kbd/kbddev.c

    rb2aaaa0 r09ab0a9a  
    7575static ddf_dev_ops_t kbdops = { .default_handler = default_connection_handler };
    7676
    77 
    7877static const unsigned DEFAULT_ACTIVE_MODS = KM_NUM_LOCK;
    7978
     
    8887/** Delay between two repeats of a pressed key when auto-repeating. */
    8988static const unsigned int DEFAULT_REPEAT_DELAY = 50 * 1000;
    90 
    9189
    9290/** Keyboard polling endpoint description for boot protocol class. */
     
    587585            usb_device_get_iface_number(hid_dev->usb_dev), IDLE_RATE);
    588586
    589 
    590587        kbd_dev->initialized = USB_KBD_STATUS_INITIALIZED;
    591588        usb_log_debug("HID/KBD device structure initialized.");
     
    593590        return EOK;
    594591}
    595 
    596592
    597593/* API functions                                                              */
Note: See TracChangeset for help on using the changeset viewer.