diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-18 17:34:14 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-18 17:34:14 +0100 |
commit | c45bb8cb72136bf23d18926113bff04c8cc90813 (patch) | |
tree | ae49a32f9c2536383c50d426c2eba1c7da1f22cf /drivers/input/mouse/alps.h | |
parent | staging: comedi: ni_labpc: fix common detach (diff) | |
parent | Linux 3.9-rc3 (diff) | |
download | linux-c45bb8cb72136bf23d18926113bff04c8cc90813.tar.xz linux-c45bb8cb72136bf23d18926113bff04c8cc90813.zip |
Merge 3.9-rc3 into staging-next
This resolves the merge error due to removing the ccg staging driver,
and picks up the other staging driver fixes that went into 3.9-rc3.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/input/mouse/alps.h')
-rw-r--r-- | drivers/input/mouse/alps.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/alps.h b/drivers/input/mouse/alps.h index 970480551b6e..eee59853b9ce 100644 --- a/drivers/input/mouse/alps.h +++ b/drivers/input/mouse/alps.h @@ -16,6 +16,7 @@ #define ALPS_PROTO_V2 2 #define ALPS_PROTO_V3 3 #define ALPS_PROTO_V4 4 +#define ALPS_PROTO_V5 5 /** * struct alps_model_info - touchpad ID table |