From a44e306343359b120f73f1d2dd66615ecca1d163 Mon Sep 17 00:00:00 2001 From: firestarsdog <229254897+firestarsdog@users.noreply.github.com> Date: Sat, 30 May 2026 23:00:45 -0400 Subject: [PATCH] Hm.. XT5? lol --- opendbc_repo/opendbc/car/gm/fingerprints.py | 1 + 1 file changed, 1 insertion(+) diff --git a/opendbc_repo/opendbc/car/gm/fingerprints.py b/opendbc_repo/opendbc/car/gm/fingerprints.py index d04cd47b6..0c048b811 100644 --- a/opendbc_repo/opendbc/car/gm/fingerprints.py +++ b/opendbc_repo/opendbc/car/gm/fingerprints.py @@ -213,6 +213,7 @@ FINGERPRINTS.update({ CAR.CHEVROLET_SUBURBAN: FINGERPRINTS[CAR.CHEVROLET_SUBURBAN_CC], CAR.GMC_YUKON_CC: FINGERPRINTS[CAR.GMC_YUKON], CAR.CADILLAC_XT6: FINGERPRINTS[CAR.CHEVROLET_TRAVERSE], + CAR.CADILLAC_XT5: FINGERPRINTS[CAR.CHEVROLET_TRAVERSE], CAR.CHEVROLET_BLAZER: FINGERPRINTS[CAR.CHEVROLET_TRAVERSE], CAR.CHEVROLET_MALIBU_SDGM: FINGERPRINTS[CAR.CHEVROLET_MALIBU_CC], CAR.BUICK_BABYENCLAVE: FINGERPRINTS[CAR.CHEVROLET_TRAVERSE],