Loading drivers/usb/dwc3/dwc3-msm.c +2 −1 Original line number Diff line number Diff line /* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -2335,6 +2335,7 @@ static int dwc3_msm_power_set_property_usb(struct power_supply *psy, mdwc->charger.chg_type = DWC3_SDP_CHARGER; break; case POWER_SUPPLY_TYPE_USB_DCP: case POWER_SUPPLY_TYPE_USB_HVDCP: mdwc->charger.chg_type = DWC3_DCP_CHARGER; break; case POWER_SUPPLY_TYPE_USB_CDP: Loading Loading
drivers/usb/dwc3/dwc3-msm.c +2 −1 Original line number Diff line number Diff line /* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -2335,6 +2335,7 @@ static int dwc3_msm_power_set_property_usb(struct power_supply *psy, mdwc->charger.chg_type = DWC3_SDP_CHARGER; break; case POWER_SUPPLY_TYPE_USB_DCP: case POWER_SUPPLY_TYPE_USB_HVDCP: mdwc->charger.chg_type = DWC3_DCP_CHARGER; break; case POWER_SUPPLY_TYPE_USB_CDP: Loading