从网上找了针对S3C2410的触摸 屏驱动,按照上面的教程也进行了相应的移植,可 是在根文件下找不到mouse0 或者是event0,请大家帮忙!!
# cat devices
Character devices:
1 mem
2 pty
3 ttyp
4 /dev/vc/0
4 tty
5 /dev/tty
5 /dev/console
5 /dev/ptmx
7 vcs
10 misc
13 input
14 sound
29 fb
89 i2c
90 mtd
116 alsa
128 ptm
136 pts
180 usb
189 usb_device
204 s3c2410_serial
254 devfs
Block devices:
1 ramdisk
7 loop
8 sd
31 mtdblock
43 nbd
65 sd
66 sd
67 sd
68 sd
69 sd
70 sd
71 sd
128 sd
129 sd
130 sd
131 sd
132 sd
133 sd
134 sd
135 sd
180 ub
254 mmc
并且在device /input/目录下也没有相应的文件
# ls
bin home linuxrc.bak proc sys usr
dev lib mnt root temp
etc linuxrc opt sbin tmp
# cd dev
# ls
console kmem mmc ptmx scsi tty vcc
fb kmsg mtdblock pts shm ub zero
full loop nbd pty snd urandom
i2c mem null random sound usb
input misc port rd tts vc
# ls input
mice
# ls -al input
drwxr-xr-x 1 root root 0 Jan 1 00:00 .
drwxr-xr-x 1 root root 0 Jan 1 00:00 ..
crw-r--r-- 1 root root 13, 63 Jan 1 00:00 mice
# |