Jim Huang
1c31bac22c
Fix Linux v6.5 compatibility
2024-04-16 06:19:52 +08:00
Chih-En Lin
d81d968b0e
vinput: Fix missing error code
...
Fix the missing error code when register_chrdev() failed.
The report is from Smatch:
Smatch failed: 1 warning(s), 0 error(s)
/home/runner/work/lkmpg/lkmpg/examples/vinput.c:372 vinput_init() warn: missing error code 'err'
2022-11-04 01:16:14 +08:00
asas1asas200
04465b1a44
Add description of sysfs attribute
...
The description of the attribute was added in sysfs section and referenced in vinput section.
In vinput section, just described the class_attribute and some macros about sysfs class.
Add file name at vinput-related examples begin.
2022-04-19 01:54:24 +08:00
linD026
636c1e702d
Introduce Virtual Input Device Driver
...
Add the new section of input device driver, vinput[1].
Also, update the Acknowledgements.
[1] https://github.com/sysprog21/vinput
2022-04-06 17:13:29 +08:00