Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbkbd/descparser.c

    rba54451 r6336b6e  
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
    28 /** @addtogroup drvusbhid
    29  * @{
    30  */
    31 
    3228#include <errno.h>
    3329#include <stdint.h>
     
    191187                case USB_DESCTYPE_HID:
    192188                        if (desc_size < sizeof(usb_standard_hid_descriptor_t)) {
    193                                 printf("Wrong size of descriptor: %d (should be %zu)\n",
     189                                printf("Wrong size of descriptor: %d (should be %d)\n",
    194190                                    desc_size, sizeof(usb_standard_hid_descriptor_t));
    195191                                ret = EINVAL;
     
    342338        }
    343339}
    344 
    345 /**
    346  * @}
    347  */
Note: See TracChangeset for help on using the changeset viewer.