Skip to content

Commit 20df336

Browse files
committed
Add FIRMWARE_URIS entries for DEV_AB and DEV_B7
Without these entries `validity-sensors-firmware` crashes with a KeyError for users on 138a:00ab and 06cb:00b7 who follow the README's standard install flow. The 0xd51-family chips ship with firmware pre-loaded so the downloader is only needed for factory-reset chips, but the script should not crash. Both PIDs point at HP softpaq sp135736.exe (the same blob extracted to 6_07f_hp_cmit_mis_qm.xpfwext in FIRMWARE_NAMES). sha512 verified against the canonical ftp.hp.com URL. Reported by a 06cb:00b7 user on PR uunicorn#256.
1 parent b850fd1 commit 20df336

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

validitysensor/firmware_tables.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@
2222
'driver': 'https://download.lenovo.com/pccbbs/mobiles/nz3gf07w.exe',
2323
'referral': 'https://download.lenovo.com/pccbbs/mobiles/nz3gf07w.exe',
2424
'sha512': 'a4a4e6058b1ea8ab721953d2cfd775a1e7bc589863d160e5ebbb90344858f147d695103677a8df0b2de0c95345df108bda97196245b067f45630038fb7c807cd'
25+
},
26+
SupportedDevices.DEV_AB: {
27+
'driver': 'https://ftp.hp.com/pub/softpaq/sp135501-136000/sp135736.exe',
28+
'referral': 'https://support.hp.com/us-en/drivers',
29+
'sha512': 'f9a91e2796a5070f1f40099e2318aa9716e2e6a31b9ba6a93986c450eedbfb0b323dff55c5e4536466946da3e01985f367b1db27bbd7b65f4c333ce0cd47b78c'
30+
},
31+
SupportedDevices.DEV_B7: {
32+
'driver': 'https://ftp.hp.com/pub/softpaq/sp135501-136000/sp135736.exe',
33+
'referral': 'https://support.hp.com/us-en/drivers',
34+
'sha512': 'f9a91e2796a5070f1f40099e2318aa9716e2e6a31b9ba6a93986c450eedbfb0b323dff55c5e4536466946da3e01985f367b1db27bbd7b65f4c333ce0cd47b78c'
2535
}
2636
}
2737

0 commit comments

Comments
 (0)