linux 上的 evdev.c 在哪里?

发布于 2024-10-17 07:30:08 字数 73 浏览 0 评论 0 原文

我想安装补丁以使触摸屏正常工作,但似乎找不到这个文件。

运行 ubuntu 上网本版本 10.10,没有自定义内核。

I want to install a patch to get my touchscreen working, but can't seem to find this one file.

Running ubuntu netbook edition 10.10, with no custom kernel.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

画离情绘悲伤 2024-10-24 07:30:08

linux/drivers/input/evdev.c (apt-get install linux-source) 和 xf86-input-evdev/src/evdev.c (apt-get source xserver -xorg-input-evdev)。前者是内核如何通过/dev/input/eventX设备节点将输入事件导出到用户空间;后者是 X 服务器将这些转换为 X 事件的方式。从你的意思来看,这并不明显。

There's linux/drivers/input/evdev.c (apt-get install linux-source) and xf86-input-evdev/src/evdev.c (apt-get source xserver-xorg-input-evdev). The former is how the kernel exports input events to userspace through the /dev/input/eventX device nodes; the latter is how the X server translates those into X events. It's not obvious from the question which you mean.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文