Changeset 054537b in mainline
- Timestamp:
- 2011-05-06T07:34:32Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 310c4df, 8cbd512, acdbd780
- Parents:
- 0a494fe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/usbhid.c
r0a494fe r054537b 490 490 usb_hid_dev_t *hid_dev = (usb_hid_dev_t *)arg; 491 491 492 int allocated = (hid_dev->input_report == NULL);492 int allocated = (hid_dev->input_report != NULL); 493 493 494 494 if (!allocated
Note:
See TracChangeset
for help on using the changeset viewer.