Changeset 2d1ba51 in mainline for uspace/drv/bus/usb/usbhid/usbhid.c


Ignore:
Timestamp:
2011-11-09T14:55:04Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
747ef72
Parents:
f317490
Message:

usbhid: Comment and whitespace fixes.

File:
1 edited

Legend:

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

    rf317490 r2d1ba51  
    249249                        usb_log_debug("Comparing device against usage path.\n");
    250250                        if (usb_hid_path_matches(hid_dev, mapping)) {
    251                                 // does not matter if IDs were matched
     251                                /* Does not matter if IDs were matched. */
    252252                                matched = true;
    253253                        }
Note: See TracChangeset for help on using the changeset viewer.