Ignore:
File:
1 edited

Legend:

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

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