From 36c2cb5fb01731a311e72bab2ad12b988fe45327 Mon Sep 17 00:00:00 2001 From: firestar5683 <168790843+firestar5683@users.noreply.github.com> Date: Fri, 9 Jan 2026 16:52:08 -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 6e442c22d..f73663f0d 100644 --- a/selfdrive/car/gm/interface.py +++ b/selfdrive/car/gm/interface.py @@ -401,6 +401,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)