Ignore:
File:
1 edited

Legend:

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

    r3bacee1 r7c3fb9b  
    511511
    512512        if (ok) {
    513                 /* Save max input report size and
    514                  * allocate space for the report */
     513                /*
     514                 * Save max input report size and
     515                 * allocate space for the report
     516                 */
    515517                rc = usb_hid_init_report(hid_dev);
    516518                if (rc != EOK) {
Note: See TracChangeset for help on using the changeset viewer.