Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/descriptor.h

    r3b77628 ra6add7a  
    3131 */
    3232/** @file
    33  * @brief Standard USB descriptors.
     33 * Standard USB descriptors.
    3434 */
    3535#ifndef LIBUSB_DESCRIPTOR_H_
    3636#define LIBUSB_DESCRIPTOR_H_
    3737
    38 #include <ipc/ipc.h>
    3938#include <async.h>
    4039
     
    8483        /** Product descriptor index. */
    8584        uint8_t str_product;
    86         /** Device serial number desriptor index. */
     85        /** Device serial number descriptor index. */
    8786        uint8_t str_serial_number;
    8887        /** Number of possible configurations. */
     
    168167} __attribute__ ((packed)) usb_standard_endpoint_descriptor_t;
    169168
    170 
    171 /* TODO: string descriptors. */
    172 
    173169#endif
    174170/**
Note: See TracChangeset for help on using the changeset viewer.