Hacker News new | ask | show | jobs
by josephcsible 1487 days ago
The new driver detects clones, puts "THIS IS NOT PROLIFIC PL2303. PLEASE CONTACT YOUR SUPPLIER." in Device Manager, and refuses to work. What sequence of events do you see that would have led to that string existing, let alone all of that happening, unintentionally?
1 comments

The string is intentional. But that doesn't mean the author had a practical way of making the driver work with any and all clones.
What I'm saying is that just "don't write code to try to detect clones, and treat every chip the same as you're currently treating official ones" would have been sufficient to make it work, and they intentionally did extra work and wrote extra code to make it not work on clones.
Again, you do not actually know that. If you read what I wrote earlier, then you would understand that there are plausible scenarios where no intentional breakage occurred.
I don't know for sure that it was intentional, but you also don't know for sure that it wasn't. And the existence of the string is quite strong evidence in favor of it being intentional.
Your desire to be right is interfering with your imagination.