The complex patch with which MohammadAG had his success
[h-e-n] / drivers / usb / otg / twl4030-usb.c
index ecffb2a..7c1672f 100644 (file)
 
 enum linkstat {
        USB_LINK_UNKNOWN = 0,
-       USB_LINK_NONE,
-       USB_LINK_VBUS,
-       USB_LINK_ID,
+       USB_LINK_NONE = 1,
+       USB_LINK_VBUS = 2,
+       USB_LINK_ID = 3,
 };
 
 struct twl4030_usb {