Changeset 054537b in mainline


Ignore:
Timestamp:
2011-05-06T07:34:32Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
310c4df, 8cbd512, acdbd780
Parents:
0a494fe
Message:

Small fix in USB HID driver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/usbhid.c

    r0a494fe r054537b  
    490490        usb_hid_dev_t *hid_dev = (usb_hid_dev_t *)arg;
    491491       
    492         int allocated = (hid_dev->input_report == NULL);
     492        int allocated = (hid_dev->input_report != NULL);
    493493       
    494494        if (!allocated
Note: See TracChangeset for help on using the changeset viewer.