summaryrefslogtreecommitdiff
path: root/common/usbc/usb_pe_drp_sm.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/usbc/usb_pe_drp_sm.c')
-rw-r--r--common/usbc/usb_pe_drp_sm.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/common/usbc/usb_pe_drp_sm.c b/common/usbc/usb_pe_drp_sm.c
index 704ea3d0b7..baaeb48ba4 100644
--- a/common/usbc/usb_pe_drp_sm.c
+++ b/common/usbc/usb_pe_drp_sm.c
@@ -4467,18 +4467,6 @@ unsigned int pd_get_max_voltage(void)
return max_request_mv;
}
-int pd_charge_from_device(uint16_t vid, uint16_t pid)
-{
- /* TODO: rewrite into table if we get more of these */
- /*
- * White-list Apple charge-through accessory since it doesn't set
- * unconstrained bit, but we still need to charge from it when
- * we are a sink.
- */
- return (vid == USB_VID_APPLE &&
- (pid == USB_PID1_APPLE || pid == USB_PID2_APPLE));
-}
-
void pd_dfp_pe_init(int port)
{
memset(&pe[port].am_policy, 0, sizeof(struct pd_policy));