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
de1b963a
Commit
de1b963a
authored
May 29, 2005
by
Dmitry Torokhov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Input: whitespace fixes in drivers/input/touchscreen
Signed-off-by:
Dmitry Torokhov
<
dtor@mail.ru
>
parent
d083e906
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
92 additions
and
92 deletions
+92
-92
drivers/input/touchscreen/elo.c
drivers/input/touchscreen/elo.c
+1
-1
drivers/input/touchscreen/h3600_ts_input.c
drivers/input/touchscreen/h3600_ts_input.c
+90
-90
drivers/input/touchscreen/mk712.c
drivers/input/touchscreen/mk712.c
+1
-1
No files found.
drivers/input/touchscreen/elo.c
View file @
de1b963a
...
...
@@ -226,7 +226,7 @@ static int elo_connect(struct serio *serio, struct serio_driver *drv)
input_set_abs_params
(
&
elo
->
dev
,
ABS_Y
,
96
,
4000
,
0
,
0
);
input_set_abs_params
(
&
elo
->
dev
,
ABS_PRESSURE
,
0
,
255
,
0
,
0
);
break
;
case
1
:
/* 6-byte protocol */
input_set_abs_params
(
&
elo
->
dev
,
ABS_PRESSURE
,
0
,
15
,
0
,
0
);
...
...
drivers/input/touchscreen/h3600_ts_input.c
View file @
de1b963a
This diff is collapsed.
Click to expand it.
drivers/input/touchscreen/mk712.c
View file @
de1b963a
...
...
@@ -17,7 +17,7 @@
* found in Gateway AOL Connected Touchpad computers.
*
* Documentation for ICS MK712 can be found at:
*
http://www.icst.com/pdf/mk712.pdf
* http://www.icst.com/pdf/mk712.pdf
*/
/*
...
...
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