Very small and niche change to an i2c driver, so that composite devices will work with this driver.
It’s a rarely used driver, but I found an issue with my stuff using it, so thought could spare some people the pain of figuring it out again.
Very small and niche change to an i2c driver, so that composite devices will work with this driver.
It’s a rarely used driver, but I found an issue with my stuff using it, so thought could spare some people the pain of figuring it out again.
6.6 is special to me because it contains my first Linux patch, woo!
Holy… are you a time traveller?? Pls tell me some horse to bet on or something. Idk I don’t gamble.
Interesting argument. I have used both typescript and JavaScript, but I spend 99% of my time writing firmware in C, because of this I LOVE strongly typed languages, and I get kinda annoyed/paranoid when my variable COULD change type quietly so end up doing (perhaps too much) type checks etc.
I can say with surety I hate programming in both Typescript and JavaScript, but I definitely hate Typescript less because of the typing.
Having said that, I don’t really like the compiled javascript that comes out of the typescript compiler, because it puts some distance between the user and the code and I am all for clarity, especially when people have to go out of their way to not run this code.