Message ID | 1386599551-2339-2-git-send-email-hdegoede@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Dec 9, 2013 at 9:32 AM, Hans de Goede <hdegoede@redhat.com> wrote: > Acording to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1232877 > a patch for this has been send before, but I don't see this in 3.13-rc3, > so here is another one. > > Signed-off-by: Hans de Goede <hdegoede@redhat.com> > --- > Hey Hans, good to see you on linux-input :) anyway, Dmitry already took this patch in his tree: https://git.kernel.org/cgit/linux/kernel/git/dtor/input.git/commit/?h=for-linus&id=9cb80b965eaf7af1369f6e16f48a05fbaaccc021 And this patch is part of the pull request for 3.13-rc3 (so should be in rc4). Cheers, Benjamin -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c index f7baa32..fc72446 100644 --- a/drivers/input/mouse/elantech.c +++ b/drivers/input/mouse/elantech.c @@ -1350,6 +1350,7 @@ static int elantech_set_properties(struct elantech_data *etd) break; case 6: case 7: + case 8: etd->hw_version = 4; break; default:
Acording to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1232877 a patch for this has been send before, but I don't see this in 3.13-rc3, so here is another one. Signed-off-by: Hans de Goede <hdegoede@redhat.com> --- drivers/input/mouse/elantech.c | 1 + 1 file changed, 1 insertion(+)