/* Don't support SG list at this point */
hcd->self.sg_tablesize = 0;
#endif
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)
+#if 0//LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)
/* Do not to do HNP polling if not capable */
if (otg_dev->core_if->otg_ver)
hcd->self.is_hnp_cap = dwc_otg_get_hnpcapable(otg_dev->core_if);
/* Don't support SG list at this point */
hcd->self.sg_tablesize = 0;
#endif
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)
+#if 0//LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)
/* Do not to do HNP polling if not capable */
if (otg_dev->core_if->otg_ver)
hcd->self.is_hnp_cap = dwc_otg_get_hnpcapable(otg_dev->core_if);