Tackling Challenges with HID and Related Device Driver Support in Rust
Linux Plumbers Conference via YouTube
Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Explore the development challenges and solutions for implementing HID (Human Interface Device) driver support in the Rust programming language within the Linux kernel ecosystem. Learn about the complexities arising when binding C APIs to represent HID structures, including the verbosity issues that emerge as more HID logic gets ported to Rust. Discover how specialized HID device drivers need to integrate with other kernel subsystems like input and DRM, moving beyond simple HID report fixups to create more comprehensive driver solutions. Examine specific technical problems encountered during the initial review process for Rust HID support, such as converting between kernel::hid::Group and HID_GROUP_* define equivalents, implementing manual "getter" functions, and defining HID report descriptor item attributes. Gain insights into potential improvements for HID driver abstractions and understand the broader implications of integrating Rust into kernel-level device driver development.
Syllabus
Tackling challenges with HID and related device driver support in Rust - Rahul Rameshbabu
Taught by
Linux Plumbers Conference