From c4d22c7917c3a1cd8bc6c9efdbdd6ea9e01f22bd Mon Sep 17 00:00:00 2001 From: firestar5683 <168790843+firestar5683@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:12:45 -0600 Subject: [PATCH] Update interface.py --- selfdrive/car/gm/interface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/car/gm/interface.py b/selfdrive/car/gm/interface.py index 5dc40a991..f75062061 100644 --- a/selfdrive/car/gm/interface.py +++ b/selfdrive/car/gm/interface.py @@ -538,6 +538,7 @@ class CarInterface(CarInterfaceBase): if (self.CP.flags & GMFlags.PEDAL_LONG.value) and \ self.CP.transmissionType == TransmissionType.direct and \ + self.CP.carFingerprint != CAR.CHEVROLET_MALIBU_HYBRID_CC and \ not self.CS.single_pedal_mode and \ c.longActive: events.add(FrogPilotEventName.pedalInterceptorNoBrake)