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:
5eb1784
)
eeti_egalax_i2c: fix for v2.6.36
author
黄涛
<huangtao@rock-chips.com>
Mon, 1 Aug 2011 03:22:16 +0000
(11:22 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Mon, 1 Aug 2011 03:22:16 +0000
(11:22 +0800)
drivers/input/touchscreen/eeti_egalax_i2c.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/eeti_egalax_i2c.c
b/drivers/input/touchscreen/eeti_egalax_i2c.c
index 026c18bfe5dffe8f9ebbe9b863506a4fbd19bd10..961c245fea2b4bdead0d0e230176d7911e0ecb29 100755
(executable)
--- a/
drivers/input/touchscreen/eeti_egalax_i2c.c
+++ b/
drivers/input/touchscreen/eeti_egalax_i2c.c
@@
-730,7
+730,7
@@
static const struct file_operations egalax_cdev_fops = {
.owner = THIS_MODULE,
.read = egalax_cdev_read,
.write = egalax_cdev_write,
- .
ioctl
= egalax_cdev_ioctl,
+ .
unlocked_ioctl
= egalax_cdev_ioctl,
.poll = egalax_cdev_poll,
.open = egalax_cdev_open,
.release= egalax_cdev_release,