Changeset 8cbd512 in mainline for uspace/drv/usbhid/usbhid.c


Ignore:
Timestamp:
2011-05-06T07:53:06Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
10849ffc
Parents:
3facf63a (diff), 054537b (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.
Message:

Changes from development

File:
1 edited

Legend:

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

    r3facf63a r8cbd512  
    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.