projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2f4bad
)
A22:mask some log of touchscreen
author
root
<root@lw.(none)>
Fri, 2 Sep 2011 06:30:14 +0000
(14:30 +0800)
committer
root
<root@lw.(none)>
Wed, 7 Sep 2011 09:51:11 +0000
(17:51 +0800)
drivers/input/touchscreen/ili2102_ts.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/ili2102_ts.c
b/drivers/input/touchscreen/ili2102_ts.c
index e1218d2fbd5b382a65af97ca5a14b51995a6e5da..d95e9bc22c00b51b6d02efe0d87d61bf8d4394ec 100755
(executable)
--- a/
drivers/input/touchscreen/ili2102_ts.c
+++ b/
drivers/input/touchscreen/ili2102_ts.c
@@
-151,7
+151,7
@@
static ssize_t ilitek_file_write(struct file *filp, const char *buf, size_t coun
msg[0].scl_rate = 400*1000;
msg[0].udelay = 80;
-
printk
("%s:count=0x%x\n",__FUNCTION__,count);
+
DBG
("%s:count=0x%x\n",__FUNCTION__,count);
// before sending data to touch device, we need to check whether the device is working or not
if(g_ts->valid_i2c_register == 0){
@@
-266,7
+266,7
@@
static int ilitek_file_ioctl(struct inode *inode, struct file *filp, unsigned in
return -1;
}
-
printk
("%s:cmd=0x%x\n",__FUNCTION__,cmd);
+
DBG
("%s:cmd=0x%x\n",__FUNCTION__,cmd);
return 0;
}