Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How generic is this? #1

Open
toastedcrumpets opened this issue Jul 4, 2019 · 1 comment
Open

How generic is this? #1

toastedcrumpets opened this issue Jul 4, 2019 · 1 comment

Comments

@toastedcrumpets
Copy link

Hi,
Thanks for compiling this for 64 bit systems. I'm wondering if this can be used to convert existing device drivers to 64bit windows?

In particular I'm looking to resurrect a ParStat Potentiostat 2273 which currently only has 32-bit drivers. I tried replacing ezusb.sys in the driver package but I'm guessing I need to modify the inf file too to support windows 10? I've put the inf file in the gist below:
https://gist.github.com/toastedcrumpets/64358c92ece376f91b955da904d98286

I'd appreciate any guidance you could give, even if its you telling me this is a stupid idea!
Thanks,
Marcus

@flowswitch
Copy link
Owner

Sorry for sooo late reply (I had repo watching misconfigured). Added a sample .inf file. Just replacing the VID/PID values with your values should work. Don't forget to disable the driver signature check by doing "bcdedit /set testsigning on" and rebooting before installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants