linux-kernel-driver
There are 43 repositories under linux-kernel-driver topic.
sysprog21/lkmpg
The Linux Kernel Module Programming Guide (updated for 5.0+ kernels)
morrownr/USB-WiFi
USB WiFi Adapter Information for Linux
paroj/xpad
Linux Kernel Driver for the Xbox/ Xbox 360/ Xbox One Controllers
tsukumijima/px4_drv
Unofficial Linux / Windows (WinUSB) driver for PLEX PX4/PX5/PX-MLT and e-better series ISDB-T/S receivers (not V4L-DVB)
imsunilvaghela/TheEmbeDEADInterview
Crack your Embedded Interview
linusg/xbox360controller
🎮 A pythonic Xbox360 controller API built on top of the xpad Linux kernel driver
milesp20/intel_nuc_led
Intel NUC7i[x]BN and NUC6CAY LED Control for Linux
mafredri/asustor-platform-driver
Linux kernel platform driver for ASUSTOR NAS hardware (leds, buttons)
acooks/tn40xx-driver
Linux driver for tn40xx from Tehuti Networks
allanbian1017/i2c-ch341-usb
A Linux kernel driver for ch341 emulating the I2C bus
HawxChen/Linux-Kernel-Driver-Programming
Implementation of PCI drivers, kprobe, sysfs, devfs, sensor driver, miscdevices, synchronization
karthik558/MsM-4.14-RyZeN
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.
JacKeTUs/simagic-ff
Force feedback support on Simagic steering wheels
imsunilvaghela/EmbeddedReads
Crack your Embedded Interview - Books and Materials
karthik558/kernel_samsung_sm8550
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.
irqlevel/dmap
distributed key-value cache (memcached in Linux Kernel)
smac89/rtl8821au
Sources for compiling driver for rtl8821au chipset. Compatible with most kernels
googleprodkernel/linux-platforms
Linux kernel development for platforms
RinHizakura/vi2c-diva
The virtual I2C platform device "diva" and its device driver
xms0g/hellfire
A linux toy firewall
stgloorious/meta-ssd1309
SSD1309 OLED example on Olinuxino A20 board using Linux kernel driver
alexandrumc/d-virtio
Linux kernel driver (virtio-net) implemented in D language
bmx666/max7370
Maxim Semiconductor MAX7370 driver
nikosmar/bcm2835_rust_driver
Rust BCM2835(6/7) HWRNG Linux driver implemented as a part of my Diploma Thesis in Computer Engineering.
PranabNandy/Interview-Experience
It contains all my Interview Experiences after having 1.11 Years of Experience in Qualcomm
bmx666/mt88l70
Microsemi MT88L70 driver
manfredmann/vt1211_gpio_k
Модуль ядра Linux для работы с портами GPIO Super I/O контроллера VIA VT1211
nkaminski/piProx-oss
Linux kernel driver and associated userland tools for interfacing wiegand based RFID readers to the Raspberry Pi
sav/linux-kernel-bits
Yet another collection of Linux Kernel snippets
sonals/drm_sched_test
Linux DRM scheduler self test
Z1ni/turbocharger-hid-linux
Kernel module to fix Virgoo Turbocharger Sound Voltex controller under Linux
whizikxd/dev-one
/dev/one that when read from, returns all '1's
haknkayaa/SPI_Simulator
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.
vatsmyname/Linux-Encryption-Driver-Module
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.