|

楼主 |
发表于 2010-5-14 12:50:00
|
显示全部楼层
Post by sipingal;2089916
Workaround:
modify the file /lib/udev/rules.d/30-kernel-compat.rules,
change the line:
KERNEL=="ts[0-9]*|uinput", NAME="input/%k"
to
KERNEL=="ts[0-9]*|uinput", SYMLINK+="input/%k"
谢谢,按照你的方法搞定了 |
|