There are 6 repositories under linux-kernel-driver topic.
Unofficial Linux / Windows (WinUSB) driver for PLEX PX4/PX5/PX-MLT and e-better series ISDB-T/S receivers (not V4L-DVB)
Crack your Embedded Interview
🎮 A pythonic Xbox360 controller API built on top of the xpad Linux kernel driver
Intel NUC7i[x]BN and NUC6CAY LED Control for Linux
Linux driver for tn40xx from Tehuti Networks
Linux kernel platform driver for ASUSTOR NAS hardware (leds, buttons)
A Linux kernel driver for ch341 emulating the I2C bus
Implementation of PCI drivers, kprobe, sysfs, devfs, sensor driver, miscdevices, synchronization
This is the kernel source code for "REDMI NOTE 7 PRO". Please exercise caution while working with kernel code, as force pushing can be risky. Use it to build custom kernels and modify the functionality of the device.
Force feedback support on Simagic steering wheels
Crack your Embedded Interview - Books and Materials
This is the kernel source code for "SAMSUNG GALAXY S23 SERIES". Please exercise caution while working with kernel code, as force pushing can be risky. Use it to build custom kernels and modify the functionality of the device.
Linux kernel development for platforms
The virtual I2C platform device "diva" and its device driver
SSD1309 OLED example on Olinuxino A20 board using Linux kernel driver
Linux kernel driver (virtio-net) implemented in D language
Rust BCM2835(6/7) HWRNG Linux driver implemented as a part of my Diploma Thesis in Computer Engineering.
It contains all my Interview Experiences after having 1.11 Years of Experience in Qualcomm
Модуль ядра Linux для работы с портами GPIO Super I/O контроллера VIA VT1211
Linux kernel driver and associated userland tools for interfacing wiegand based RFID readers to the Raspberry Pi
Yet another collection of Linux Kernel snippets
Kernel module to fix Virgoo Turbocharger Sound Voltex controller under Linux
A configurable SPI driver system with web interface for testing and simulating SPI protocol in virtual machines. Features real-time message monitoring, sequence-based responses, and detailed logging.
This project implements a simple Linux kernel module that creates a character device for encrypting and decrypting data using AES-128 in CBC mode. The module accepts input from user space, encrypts it within the kernel using the Linux Crypto API, and allows the encrypted data to be read back.