@continue @nixCraft I got some *angry* e-mails because someone used some of my open source code in their app, and the only person’s name and web address users could find in the about screen was the credit to me.
I had a text-block set aside every time those arrived, explaining why I had no idea what their software even did and they should talk to whoever they bought it from, and eventually ended up just ignoring any further messages from such people.
I always liked this:
/* We do this three times for luck */
for (i = 0; i < 3; i++) {
intel_de_write(dev_priv, DPLL(pipe), dpll);
intel_de_posting_read(dev_priv, DPLL(pipe));
udelay(150); /* wait for warmup */
}
@nixCraft It's been my experience that there's a story behind most code comments. 😃
Thanks for sharing this one!