diff options
Diffstat (limited to 'include/usb.h')
| -rw-r--r-- | include/usb.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/usb.h b/include/usb.h index 25f8543f8de..110ac693552 100644 --- a/include/usb.h +++ b/include/usb.h @@ -493,8 +493,8 @@ struct usb_device_id {  /**   * struct usb_driver_entry - Matches a driver to its usb_device_ids - * @compatible: Compatible string - * @data: Data for this compatible string + * @driver: Driver to use + * @match: List of match records for this driver, terminated by {}   */  struct usb_driver_entry {  	struct driver *driver; | 
