Quote:
Originally Posted by WoZZeR999
Did you forget to commit a new def file?
drivers/usb/function/msm_hsusb.c: In function 'usb_probe':
drivers/usb/function/msm_hsusb.c:1949: error: 'OTGSC_INTR_MASK' undeclared (first use in this function)
drivers/usb/function/msm_hsusb.c:1949: error: (Each undeclared identifier is reported only once
drivers/usb/function/msm_hsusb.c:1949: error: for each function it appears in.)
|
i pushed everything i had. i think i modded my def config manually tho..
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_VBUS_DRAW=500
CONFIG_USB_GADGET_SELECTED=y
CONFIG_USB_GADGET_MSM_72K=y
CONFIG_USB_MSM_72K=y
CONFIG_USB_GADGET_DUALSPEED=y
CONFIG_USB_ANDROID=y
CONFIG_USB_ANDROID_ACM=y
CONFIG_USB_ANDROID_ADB=y
CONFIG_USB_ANDROID_DIAG=y
CONFIG_USB_ANDROID_MASS_STORAGE=y
CONFIG_USB_ANDROID_RNDIS=y
and disable usb_function like below
# USB Function Support
# CONFIG_USB_FUNCTION is not set
that was it.. im still changes more changes because the mounting sdcard causes errors.