| 
 | 
6#
 
 
 楼主 |
发表于 2015-11-4 23:59:59
|
只看该作者
 
 
 
恩。这个是有的哦。。下面的是我截取的部分的启动日志: 
Uncompressing Linux... done, booting the kernel. 
[    0.000000] Initializing cgroup subsys cpu 
[    0.000000] Linux version 3.0.15-9tripod (terrycheng@terrycheng-ThinkPad-T510) (gcc version 4.4.3 (GCC) ) #1 SMP PREEMPT Tue Oct 27 21:00:16 CST 2015 
[    0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d 
[    0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache 
[    0.000000] Machine: SMDK4X12 
。。。。。 
。。。。。 
[    2.289390] Initial gslx680 Touch Driver 
[    2.293311] [GSLX680] Enter gslX680_ts_init 
[    2.297652] input: gslX680 as /devices/platform/s3c2440-i2c.1/i2c-1/1-0040/input/input1 
[    2.315037] usb 1-1: new high speed USB device number 2 using s5p-ehci 
[    2.451912] hub 1-1:1.0: USB hub found 
[    2.454539] hub 1-1:1.0: 4 ports detected 
[    2.730332] usb 1-1.4: new high speed USB device number 3 using s5p-ehci 
[    3.436540] input: gsensor as /devices/virtual/input/input2 
[    3.440827] kxud9 0-0018: Registered /dev/kxud9 
[    3.445328] i2c-core: driver [kxud9] using legacy suspend method 
[    3.451139] i2c-core: driver [kxud9] using legacy resume method 
[    3.457370] S3C24XX RTC, (c) 2004,2006 Simtec Electronics 
[    3.462469] s3c-rtc s3c64xx-rtc: rtc disabled, re-enabling 
[    3.467914] s3c-rtc s3c64xx-rtc: warning: invalid RTC value so initializing it 
[    3.475377] using rtc device, s3c, for alarms 
[    3.479268] s3c-rtc s3c64xx-rtc: rtc core: registered s3c as rtc0 
[    3.485626] i2c /dev entries driver 
。。。。。 
。。。。。 
 
下面是我通过cat /proc/bus/input/device查看的。。是有input的。 
[root@x4412 ~]# cat /proc/bus/input/devices 
I: Bus=0019 Vendor=0001 Product=0001 Version=0100 
N: Name="gpio-keys" 
P: Phys=gpio-keys/input0 
S: Sysfs=/devices/platform/gpio-keys.0/input/input0 
U: Uniq= 
H: Handlers=kbd event0 
B: PROP=0 
B: EV=3 
B: KEY=40000800 101680 0 0 0 
 
I: Bus=0018 Vendor=0000 Product=0000 Version=0000 
N: Name="gslX680" 
P: Phys= 
S: Sysfs=/devices/platform/s3c2440-i2c.1/i2c-1/1-0040/input/input1 
U: Uniq= 
H: Handlers=event1 
B: PROP=2 
B: EV=b 
B: KEY=400 0 0 0 0 0 0 0 0 0 0 
B: ABS=6658000 1000000 
 
 
 |   
 
 
 
 |