Skip to content

Commit

Permalink
add the bbgcid for the SDX60M
Browse files Browse the repository at this point in the history
Thanks @nikias
  • Loading branch information
DanTheMann15 authored Sep 25, 2021
1 parent e3c6a49 commit f90c992
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tsschecker/tsschecker.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ static struct bbdevice bbdevices[] = {
{"iPhone13,2", 3095201109, 4}, // iPhone 12
{"iPhone13,3", 3095201109, 4}, // iPhone 12 Pro
{"iPhone13,4", 3095201109, 4}, // iPhone 12 Pro Max
{"iPhone14,2", 0, 0}, // iPhone 13 Pro Max
{"iPhone14,3", 0, 0}, // iPhone 13 Pro
{"iPhone14,4", 0, 0}, // iPhone 13 mini
{"iPhone14,5", 0, 0}, // iPhone 13
{"iPhone14,2", 495958265, 4}, // iPhone 13 Pro Max
{"iPhone14,3", 495958265, 4}, // iPhone 13 Pro
{"iPhone14,4", 495958265, 4}, // iPhone 13 mini
{"iPhone14,5", 495958265, 4}, // iPhone 13

// iPads
{"iPad1,1", 0, 0}, // iPad (1st gen)
Expand Down Expand Up @@ -223,7 +223,7 @@ static struct bbdevice bbdevices[] = {
{"iPad11,1", 0, 0}, // iPad mini (5th gen, Wi-Fi)
{"iPad11,2", 165673526, 12}, // iPad mini (5th gen, Cellular)
{"iPad14,1", 0, 0}, // iPad mini (6th gen, Wi-Fi)
{"iPad14,2", 0, 0}, // iPad mini (6th gen, Cellular)
{"iPad14,2", 495958265, 4}, // iPad mini (6th gen, Cellular)

// iPad Airs
{"iPad4,1", 0, 0}, // iPad Air (Wi-Fi)
Expand Down

0 comments on commit f90c992

Please sign in to comment.