Fix hc_driver description, product_desc and flags fields.
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
}
static struct hc_driver usb_gb_hc_driver = {
- .description = "greybus_usb",
- .product_desc = "GB-Bridge USB Controller", /* TODO: Get this from GPB ?*/
- .flags = HCD_MEMORY | HCD_USB2, /* FIXME: Get this from GPB */
+ .description = "greybus-hcd",
+ .product_desc = "Greybus USB Host Controller",
.hcd_priv_size = sizeof(struct gb_usb_device),
+ .flags = HCD_USB2,
+
.start = hcd_start,
.stop = hcd_stop,