projects
/
platform
/
upstream
/
libevdev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd66429
)
Fix stray code tag in html
author
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 18 Jun 2013 11:57:34 +0000
(21:57 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 27 Jun 2013 00:41:54 +0000
(10:41 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
libevdev/libevdev.h
patch
|
blob
|
history
diff --git
a/libevdev/libevdev.h
b/libevdev/libevdev.h
index f3fe5ba937769c005b4e04a14d4c1183fda8620d..9f0e365aede8dd17ccc29076a9f8a74b3771c18d 100644
(file)
--- a/
libevdev/libevdev.h
+++ b/
libevdev/libevdev.h
@@
-490,7
+490,7
@@
int libevdev_kernel_enable_event_type(struct libevdev *dev, unsigned int type);
int libevdev_kernel_enable_event_code(struct libevdev *dev, unsigned int type, unsigned int code);
/**
- * Set the device's EV_ABS
/<code>
axis to the value defined in the abs
+ * Set the device's EV_ABS axis to the value defined in the abs
* parameter. This will be written to the kernel.
*
* @return zero on success, or a negative errno on failure