Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
2546bcc2
Commit
2546bcc2
authored
Jan 31, 2011
by
Dmitry Torokhov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Input: input-polldev - fix a couple of typos
Signed-off-by:
Dmitry Torokhov
<
dtor@mail.ru
>
parent
aebd636b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
drivers/input/input-polldev.c
drivers/input/input-polldev.c
+2
-2
include/linux/input-polldev.h
include/linux/input-polldev.h
+2
-2
No files found.
drivers/input/input-polldev.c
View file @
2546bcc2
...
@@ -192,7 +192,7 @@ static struct attribute_group input_polldev_attribute_group = {
...
@@ -192,7 +192,7 @@ static struct attribute_group input_polldev_attribute_group = {
};
};
/**
/**
* input_allocate_polled_device - allocate
d memory
polled device
* input_allocate_polled_device - allocate
memory for
polled device
*
*
* The function allocates memory for a polled device and also
* The function allocates memory for a polled device and also
* for an input device associated with this polled device.
* for an input device associated with this polled device.
...
@@ -239,7 +239,7 @@ EXPORT_SYMBOL(input_free_polled_device);
...
@@ -239,7 +239,7 @@ EXPORT_SYMBOL(input_free_polled_device);
* with input layer. The device should be allocated with call to
* with input layer. The device should be allocated with call to
* input_allocate_polled_device(). Callers should also set up poll()
* input_allocate_polled_device(). Callers should also set up poll()
* method and set up capabilities (id, name, phys, bits) of the
* method and set up capabilities (id, name, phys, bits) of the
* corresponing input_dev structure.
* correspon
d
ing input_dev structure.
*/
*/
int
input_register_polled_device
(
struct
input_polled_dev
*
dev
)
int
input_register_polled_device
(
struct
input_polled_dev
*
dev
)
{
{
...
...
include/linux/input-polldev.h
View file @
2546bcc2
...
@@ -22,12 +22,12 @@
...
@@ -22,12 +22,12 @@
* @poll: driver-supplied method that polls the device and posts
* @poll: driver-supplied method that polls the device and posts
* input events (mandatory).
* input events (mandatory).
* @poll_interval: specifies how often the poll() method should be called.
* @poll_interval: specifies how often the poll() method should be called.
* Defaults to 500 msec unless overriden when registering the device.
* Defaults to 500 msec unless overrid
d
en when registering the device.
* @poll_interval_max: specifies upper bound for the poll interval.
* @poll_interval_max: specifies upper bound for the poll interval.
* Defaults to the initial value of @poll_interval.
* Defaults to the initial value of @poll_interval.
* @poll_interval_min: specifies lower bound for the poll interval.
* @poll_interval_min: specifies lower bound for the poll interval.
* Defaults to 0.
* Defaults to 0.
* @input: input device struct
i
re associated with the polled device.
* @input: input device struct
u
re associated with the polled device.
* Must be properly initialized by the driver (id, name, phys, bits).
* Must be properly initialized by the driver (id, name, phys, bits).
*
*
* Polled input device provides a skeleton for supporting simple input
* Polled input device provides a skeleton for supporting simple input
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment