
I wrote a driver for the fans in my Asus laptop, how/where do I release it?
Title
The code for the driver is here, it's a kernel module: https://github.com/EchoEkhi/K6602VV-fan-driver/
I reverse-engineered the Windows driver and wrote a minimum Linux implementation. It works fine for my laptop, but I don't really know where to go from here. Should I package it? How do I do that? Where would I release it?