repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
drivers
/
input
/
mouse
/
logips2pp.h
blob
df885c4874df0f4ed3c25d0656cdecbc3f1ee809
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Logitech PS/2++ mouse driver header
4
*
5
* Copyright (c) 2003 Vojtech Pavlik <vojtech@suse.cz>
6
*/
7
8
#ifndef _LOGIPS2PP_H
9
#define _LOGIPS2PP_H
10
11
int
ps2pp_detect
(
struct
psmouse
*
psmouse
,
bool
set_properties
);
12
13
#endif