awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesUSB Device Driver Implementations

Binds a driver to a USB interface discovered by the kernel, then submits and handles I/O requests through URBs.

Distinct from Device Drivers: Distinct from Device Drivers: focuses specifically on USB interface binding and URB-based I/O, not general device drivers.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · USB Device Driver Implementations. Refine with filters or upvote what's useful.

Awesome USB Device Driver Implementations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • sysprog21/lkmpgsysprog21 的头像

    sysprog21/lkmpg

    8,511在 GitHub 上查看↗

    The Linux Kernel Module Programming Guide is an educational resource that teaches how to write, compile, and manage loadable kernel modules for modern Linux kernels. It covers the complete lifecycle of kernel modules, from building and loading to unloading and debugging, with a focus on extending kernel functionality without recompiling the entire kernel. The guide provides comprehensive coverage of core kernel programming concepts including dynamic module loading, file-operation registration, interrupt handling, kernel-user data copying, concurrency control, and deferred task scheduling. It

    Teaches how to write USB device drivers that communicate via USB Request Blocks.

    TeXbookscdevice-driver
    在 GitHub 上查看↗8,511
  • mik3y/usb-serial-for-androidmik3y 的头像

    mik3y/usb-serial-for-android

    5,621在 GitHub 上查看↗

    This project is a Java library for establishing raw serial port connections between Android devices and external hardware using USB host mode. It provides a communication bridge for interacting with microcontrollers and adapters without requiring root access. The library includes a device identification framework to detect and map serial hardware using vendor and product IDs. It features specialized driver implementations for chipsets such as CDC and FTDI to enable data exchange across different hardware standards. It covers hardware integration capabilities including device discovery, seria

    Implements USB interface binding and I/O for Common Class and FTDI chipsets.

    Java
    在 GitHub 上查看↗5,621
  • raspberrypi/pico-examplesraspberrypi 的头像

    raspberrypi/pico-examples

    3,835在 GitHub 上查看↗

    This project is a reference library of firmware examples and a development framework for creating embedded C applications on the RP2040 microcontroller. It provides a collection of hardware peripheral drivers and foundational patterns for managing system resources in resource-constrained environments. The library features reference implementations for programmable I/O state machines, allowing for the creation of custom hardware-level protocols. It also provides a multicore embedded framework to distribute computational workloads across multiple processor cores using symmetric processing. The

    Supports creating custom USB peripherals like keyboards, mice, or storage drives by implementing specific device profiles.

    C
    在 GitHub 上查看↗3,835
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Kernel Development
  5. Kernel Driver Implementation
  6. Device Drivers
  7. USB Device Driver Implementations