From patchwork Thu Aug 23 18:30:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Harry Cutts X-Patchwork-Id: 10574525 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 04D3913B8 for ; Thu, 23 Aug 2018 18:31:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E96BF2C3B9 for ; Thu, 23 Aug 2018 18:31:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DD8A02C449; Thu, 23 Aug 2018 18:31:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6E8F22C3B9 for ; Thu, 23 Aug 2018 18:31:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726985AbeHWWCl (ORCPT ); Thu, 23 Aug 2018 18:02:41 -0400 Received: from mail-pf1-f194.google.com ([209.85.210.194]:35546 "EHLO mail-pf1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727419AbeHWWCk (ORCPT ); Thu, 23 Aug 2018 18:02:40 -0400 Received: by mail-pf1-f194.google.com with SMTP id p12-v6so3235426pfh.2 for ; Thu, 23 Aug 2018 11:31:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=CJQ6YBPrl6gFzj3eIjWskmozE9vOcWXWtBqmjfcrGkQ=; b=RGjaQ5tLfnGsUPEwJrlWAQkGwTNt3A9J/X0xjQchjRoro5cTXEpg/Mo91DW6h+oAaS cQ9/ORH0yKcO+SOPsPlTG3Bkq1ff2Z9NwjOS84vllSacRlXDBdUtL7VEbJExjFb+wkAg aWTq/hfEqmxyu3Y1KsbVDFq6eku8mJVJ57/CI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=CJQ6YBPrl6gFzj3eIjWskmozE9vOcWXWtBqmjfcrGkQ=; b=KASXHsLpVXObc1rdF+/XZzML9HIEb03Ym7Limb0o4FW1q2z4K6JSr6M8TgSCOsL3H8 lkB/4EqcLJ1jkv+KBRMlrrM8KAWwYKVZAgE+E7c5uNDYYul+xu+kHYkYUBPrQmNhgZVe FvGhMvaPT8u+eV/C243N98gbqNIi41Bkl3II0JAqpjgUflt12Wle59f/Av8Jl04y9g+Z gFlCB+HmZAwEaR0YUCQJdDfwTr+nXmJNZF5sfjRVM29RmQSzc9odlBdtp/wLQ7Q7eyHE v9x2cWAx2ZDov++B/Og4fi/zfXPtZRmcENMNsCbMmh+JOa9bqqa8RR4+KIvBv7g4qw34 OvEg== X-Gm-Message-State: AOUpUlEyn1fG2V2AgDjWwHQbS06SfjNuGRW9RVujPKwzNwnuU08jaSsQ BLgUr1rDBO5ur6L+lWnFQ/XKYaQfj3JLnQ== X-Google-Smtp-Source: AA+uWPx9ijcMfS+e12cI5pn3/hhJoWw+m1hPY00RFGYKm05aVzPiXmGps/eWVee6oH0hHgKWhxmgRg== X-Received: by 2002:a63:5143:: with SMTP id r3-v6mr57569888pgl.11.1535049102962; Thu, 23 Aug 2018 11:31:42 -0700 (PDT) Received: from kolhar.mtv.corp.google.com ([2620:15c:202:201:356a:9de2:526a:5bc]) by smtp.gmail.com with ESMTPSA id p11-v6sm9054225pfj.72.2018.08.23.11.31.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Aug 2018 11:31:42 -0700 (PDT) From: Harry Cutts To: linux-input , LKML Cc: Jiri Kosina , Dmitry Torokhov , Benjamin Tissoires , Harry Cutts , Jiri Kosina Subject: [PATCH 2/3] Create a utility class for counting scroll events Date: Thu, 23 Aug 2018 11:30:56 -0700 Message-Id: <20180823183057.247630-3-hcutts@chromium.org> X-Mailer: git-send-email 2.18.0.1017.ga543ac7ca45-goog In-Reply-To: <20180823183057.247630-1-hcutts@chromium.org> References: <20180823183057.247630-1-hcutts@chromium.org> MIME-Version: 1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP To avoid code duplication, this class counts high-resolution scroll movements and emits the legacy low-resolution events when appropriate. Drivers should create one instance for each scroll wheel that they need to handle. Signed-off-by: Harry Cutts --- drivers/hid/hid-input.c | 44 +++++++++++++++++++++++++++++++++++++++++ include/linux/hid.h | 28 ++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c index 4e94ea3e280a..4ee23b297472 100644 --- a/drivers/hid/hid-input.c +++ b/drivers/hid/hid-input.c @@ -1826,3 +1826,47 @@ void hidinput_disconnect(struct hid_device *hid) } EXPORT_SYMBOL_GPL(hidinput_disconnect); +/** + * hid_scroll_counter_handle_scroll() - Send high- and low-resolution scroll + * events given a high-resolution wheel + * movement. + * @counter: a hid_scroll_counter struct describing the wheel. + * @hi_res_value: the movement of the wheel, in the mouse's high-resolution + * units. + * + * Given a high-resolution movement, this function converts the movement into + * 256ths of a millimeter and emits high-resolution scroll events for the input + * device. It also uses the multiplier from &struct hid_scroll_counter to emit + * low-resolution scroll events when appropriate for backwards-compatibility + * with userspace input libraries. + */ +void hid_scroll_counter_handle_scroll(struct hid_scroll_counter *counter, + int hi_res_value) +{ + int low_res_scroll_amount; + /* Some wheels often rest 7/8ths of a notch from the previous notch + * after slow movement, so we want the threshold for low-res events in + * between the notches (e.g. after 4/8ths) as opposed to on the notches + * themselves (8/8ths). + */ + int threshold = counter->resolution_multiplier / 2; + + input_report_rel(counter->dev, REL_WHEEL_HI_RES, + hi_res_value * counter->mm256_per_hi_res_unit); + + counter->remainder += hi_res_value; + if (abs(counter->remainder) >= threshold) { + /* Add (or subtract) 1 because we want to trigger when half-way + * to the next notch (i.e. scroll 1 notch after a 1/2 notch + * movement, 2 notches after a 1 1/2 notch movement, etc.). + */ + low_res_scroll_amount = + counter->remainder / counter->resolution_multiplier + + (hi_res_value > 0 ? 1 : -1); + input_report_rel(counter->dev, REL_WHEEL, + low_res_scroll_amount); + counter->remainder -= + low_res_scroll_amount * counter->resolution_multiplier; + } +} +EXPORT_SYMBOL_GPL(hid_scroll_counter_handle_scroll); diff --git a/include/linux/hid.h b/include/linux/hid.h index 834e6461a690..b7bc0b2faf4f 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h @@ -1138,6 +1138,34 @@ static inline u32 hid_report_len(struct hid_report *report) int hid_report_raw_event(struct hid_device *hid, int type, u8 *data, u32 size, int interrupt); + +/** + * struct hid_scroll_counter - Utility class for processing high-resolution + * scroll events. + * @dev: the input device for which events should be reported. + * @mm256_per_hi_res_unit: the amount moved by the user's finger for each + * high-resolution unit reported by the mouse, in 256ths + * of a millimetre. + * @resolution_multiplier: the wheel's resolution in high-resolution mode as a + * multiple of its lower resolution. For example, if + * moving the wheel by one "notch" would result in a + * value of 1 in low-resolution mode but 8 in + * high-resolution, the multiplier is 8. + * @remainder: counts the number of high-resolution units moved since the last + * low-resolution event (REL_WHEEL or REL_HWHEEL) was sent. Should + * only be used by class methods. + */ +struct hid_scroll_counter { + struct input_dev *dev; + int mm256_per_hi_res_unit; + int resolution_multiplier; + + int remainder; +}; + +void hid_scroll_counter_handle_scroll(struct hid_scroll_counter *counter, + int hi_res_value); + /* HID quirks API */ unsigned long hid_lookup_quirk(const struct hid_device *hdev); int hid_quirks_init(char **quirks_param, __u16 bus, int count);