├── .gitignore ├── 98-mba_bl.conf ├── LICENSE ├── Makefile ├── README.md ├── dkms.conf ├── mba6x_bl-kmod.spec └── mba6x_bl.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patjak/mba6x_bl/HEAD/.gitignore -------------------------------------------------------------------------------- /98-mba_bl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patjak/mba6x_bl/HEAD/98-mba_bl.conf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patjak/mba6x_bl/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patjak/mba6x_bl/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patjak/mba6x_bl/HEAD/README.md -------------------------------------------------------------------------------- /dkms.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patjak/mba6x_bl/HEAD/dkms.conf -------------------------------------------------------------------------------- /mba6x_bl-kmod.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patjak/mba6x_bl/HEAD/mba6x_bl-kmod.spec -------------------------------------------------------------------------------- /mba6x_bl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patjak/mba6x_bl/HEAD/mba6x_bl.c --------------------------------------------------------------------------------