Skip to content

Commit

Permalink
Fingerprints: automatically add missing FW versions from users [bot] (#…
Browse files Browse the repository at this point in the history
…31116)

Export fingerprints
  • Loading branch information
sshane authored Jan 23, 2024
1 parent 403610e commit ea57336
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions selfdrive/car/chrysler/fingerprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
b'68453505AC',
b'68453505AD',
b'68453511AC',
b'68453513AC',
b'68453513AD',
b'68453514AD',
b'68510280AG',
Expand Down Expand Up @@ -185,6 +186,7 @@
b'68585112AB',
],
(Ecu.engine, 0x7e0, None): [
b'05035699AG ',
b'05036065AE ',
b'05036066AE ',
b'05149591AD ',
Expand All @@ -198,6 +200,7 @@
b'68378748AL ',
b'68378758AM ',
b'68448163AJ',
b'68448163AL',
b'68448165AK',
b'68455119AC ',
b'68455145AC ',
Expand All @@ -209,13 +212,15 @@
b'68502722AC ',
b'68502734AF ',
b'68502740AF ',
b'68502741AF ',
b'68502742AC ',
b'68539650AD',
b'68539650AF',
b'68586101AA ',
b'68586105AB ',
],
(Ecu.transmission, 0x7e1, None): [
b'05035706AD',
b'05036069AA',
b'05149536AC',
b'68360078AL',
Expand Down
3 changes: 3 additions & 0 deletions selfdrive/car/honda/fingerprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
b'37805-6B2-A820\x00\x00',
b'37805-6B2-A920\x00\x00',
b'37805-6B2-C520\x00\x00',
b'37805-6B2-C540\x00\x00',
b'37805-6B2-M520\x00\x00',
b'37805-6B2-Y810\x00\x00',
b'37805-6M4-B730\x00\x00',
Expand Down Expand Up @@ -946,6 +947,7 @@
b'37805-RLV-B220\x00\x00',
b'37805-RLV-B420\x00\x00',
b'37805-RLV-B430\x00\x00',
b'37805-RLV-B710\x00\x00',
b'37805-RLV-B720\x00\x00',
b'37805-RLV-C430\x00\x00',
b'37805-RLV-C510\x00\x00',
Expand All @@ -957,6 +959,7 @@
b'37805-RLV-L160\x00\x00',
b'37805-RLV-L180\x00\x00',
b'37805-RLV-L410\x00\x00',
b'37805-RLV-L430\x00\x00',
b'37805-RLV-L850\x00\x00',
],
(Ecu.gateway, 0x18daeff1, None): [
Expand Down
2 changes: 1 addition & 1 deletion selfdrive/car/hyundai/fingerprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -1543,12 +1543,12 @@
b'\xf1\x00NE1 MFC AT EUR RHD 1.00 1.01 99211-GI010 211007',
b'\xf1\x00NE1 MFC AT EUR RHD 1.00 1.02 99211-GI010 211206',
b'\xf1\x00NE1 MFC AT KOR LHD 1.00 1.05 99211-GI010 220614',
b'\xf1\x00NE1 MFC AT USA LHD 1.00 1.00 99211-GI020 230719',
b'\xf1\x00NE1 MFC AT USA LHD 1.00 1.01 99211-GI010 211007',
b'\xf1\x00NE1 MFC AT USA LHD 1.00 1.02 99211-GI010 211206',
b'\xf1\x00NE1 MFC AT USA LHD 1.00 1.03 99211-GI010 220401',
b'\xf1\x00NE1 MFC AT USA LHD 1.00 1.05 99211-GI010 220614',
b'\xf1\x00NE1 MFC AT USA LHD 1.00 1.06 99211-GI010 230110',
b'\xf1\x00NE1 MFC AT USA LHD 1.00 1.00 99211-GI020 230719',
],
},
CAR.IONIQ_6: {
Expand Down

0 comments on commit ea57336

Please sign in to comment.