-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I'm seeking clarification from @EqUiNoX-Labs on the statement regarding the VCS unlock logic in PrometheOS-Firmware.

Reference: https://bsky.app/profile/goteamscotch.com/post/3ltgi7ggm7227
-
Is @EqUiNoX-Labs the sole provider, and author, of the source code located in hddVscUnlocker.cpp and hddVscUnlocker.h?
-
Are the delay values present in the functions and methods below derived only from SendATACommand; and as stated "[the values]. As part of the the optimization it was natural to start with 100ns and try other values like 10, 1000 etc. until things work well. I just settled with 100."?
hddVscUnlocker::resetIdeBus
hddVscUnlocker::waitForDrive
hddVscUnlocker::sgOemUnlock_ST310014A
hddVscUnlocker::sgVscDiagSendCmd
hddVscUnlocker::sgVscDiagReadByte
- Aside from the use of SendATACommand from XKUtils, is the code in hddVscUnlocker.cpp and hddVscUnlocker.h an original implementation? Or was it based on any other source, reference code, or prior work?
Thank you for your time.