View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004455 | Kali Linux | General Bug | public | 2018-01-02 13:15 | 2018-01-02 13:37 |
| Reporter | Hades_2017 | Assigned To | rhertzog | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | won't fix | ||
| Summary | 0004455: Input device driver report event error. | ||||
| Description | I have a input device driver, in the driver, there is a kernel timer function report key event and a kernel message will be printed in this function,the source code shown as bellow, I insert this module into kernel, the kernel message works, but use test apps read the key event, it doesn't work (nothing can be read). I thiink,the input device node is right, after insmod this driver, event18 will be generated. rmmod this driver, event18 will be auto removed. / Driver / #define DEVICE_NAME "InputTest" static const char *input_name = "inputTest"; static struct input_dev * ipdev; static struct timer_list timer; static void input_test_timer(unsigned long arg)
} static int input_test_init(void)
fail_alloc_input_device: static void input_test_exit(void) / test apps / int main(void)
close(fd); | ||||
| Steps To Reproduce |
| ||||
|
kernel build: 4.14.0-kali1-amd64 |
|
|
I'm sorry, this is a bug tracker, not a support forum. There's no bug report in your message. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-01-02 13:15 | Hades_2017 | New Issue | |
| 2018-01-02 13:16 | Hades_2017 | Note Added: 0007768 | |
| 2018-01-02 13:37 | rhertzog | Assigned To | => rhertzog |
| 2018-01-02 13:37 | rhertzog | Status | new => closed |
| 2018-01-02 13:37 | rhertzog | Resolution | open => won't fix |
| 2018-01-02 13:37 | rhertzog | Note Added: 0007769 |