File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 8223
8223
"date" : " 2023-11-08"
8224
8224
},
8225
8225
"getting-started/new.md" : {
8226
- "hash" : " cc8a1fabd35b5d9e594aa16df285fe975e2d180fd4e60fe6573e0ffcaeff423b " ,
8227
- "date" : " 2025-03-26 "
8226
+ "hash" : " 88cc1892b1fbf970d54fa885640da3991d95a6e63c06eb51705c2c678d67871b " ,
8227
+ "date" : " 2025-03-27 "
8228
8228
},
8229
8229
"getting-started/cloud/logic.md" : {
8230
8230
"hash" : " 71a1026986a744d0446ae3a1156cbcb68840de48db731768ccedc6861c035c16" ,
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ $(document).ready(function() {
84
84
const dcObj = deviceConstants [ platformName ] ;
85
85
if ( dcObj . id >= 0 && dcObj . generation >= 2 && dcObj . generation <= 4 ) {
86
86
usbFilters . push ( { vendorId : 0x2b04 , productId : ( 0xc000 | dcObj . id ) } ) ;
87
+ usbFilters . push ( { vendorId : 0x2b04 , productId : ( 0xd000 | dcObj . id ) } ) ;
87
88
}
88
89
}
89
90
Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ When adding new items to this page:
21
21
The header format must be exactly that because the search feature uses that to delimit entries, and determine the date of entries
22
22
--}}
23
23
24
+ ### Device restore DFU fix 2025-03-27
25
+
26
+ Fixed a recently introduced bug where you could not reconnect in DFU mode for Device Restore DFU, Web Device Doctor,
27
+ and Product Device Flash Tool because no devices were displayed in the browser device selector.
28
+
24
29
### Band fit fix 2025-03-26
25
30
26
31
Fixed a bug in the Band Fit section of the [ carrier list] ( /reference/cellular/cellular-carriers/ ) . Countries were listed as
You can’t perform that action at this time.
0 commit comments