Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.92 KB | None | 0 0
  1. --- a/drivers/usb/sunxi_usb/manager/usb_hcd_servers.c   2014-09-16 16:01:00.495919372 -0600
  2. +++ b/drivers/usb/sunxi_usb/manager/usb_hcd_servers.c   2014-09-16 16:03:18.635847399 -0600
  3. @@ -54,7 +54,7 @@
  4.  int sw_usb_disable_hcd(__u32 usbc_no)
  5.  {
  6.         if (usbc_no == 0) {
  7. -#if defined(CONFIG_USB_SW_SUNXI_USB0_OTG) || defined(USB_SW_SUNXI_USB0_HOST_ONLY)
  8. +#if defined(CONFIG_USB_SW_SUNXI_USB0_OTG) || defined(CONFIG_USB_SW_SUNXI_USB0_HOST_ONLY)
  9.                 sw_usb_disable_hcd0();
  10.  #endif
  11.         } else if (usbc_no == 1 || usbc_no == 2) {
  12. @@ -113,7 +113,7 @@
  13.                                 "usb_controller_type failed\n");
  14.  
  15.         if (usbc_no == 0) {
  16. -#if defined(CONFIG_USB_SW_SUNXI_USB0_OTG) || defined(USB_SW_SUNXI_USB0_HOST_ONLY)
  17. +#if defined(CONFIG_USB_SW_SUNXI_USB0_OTG) || defined(CONFIG_USB_SW_SUNXI_USB0_HOST_ONLY)
  18.                 sw_usb_enable_hcd0();
  19.  #endif
  20.         } else if (usbc_no == 1 || usbc_no == 2) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement