X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=usbhost%2Fusb%2Fotg%2Ftwl4030-usb.c;h=7c1672fd246baa2608afc8603f0627be239f8439;hb=d63038aff4232e423df3c232a517db4cc64cabe9;hp=ecffb2addf52340668bee898ffb37fc16a38ad3a;hpb=a693a0af76461a59f1007238fe51b610d8da4988;p=kernel-power diff --git a/usbhost/usb/otg/twl4030-usb.c b/usbhost/usb/otg/twl4030-usb.c index ecffb2a..7c1672f 100644 --- a/usbhost/usb/otg/twl4030-usb.c +++ b/usbhost/usb/otg/twl4030-usb.c @@ -239,9 +239,9 @@ 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 {