From patchwork Sun Feb 21 11:30:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 12097281 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BE05EC433DB for ; Sun, 21 Feb 2021 11:32:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8564064EE0 for ; Sun, 21 Feb 2021 11:32:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229879AbhBULcF (ORCPT ); Sun, 21 Feb 2021 06:32:05 -0500 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:48605 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229871AbhBULcD (ORCPT ); Sun, 21 Feb 2021 06:32:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1613907038; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=MZlTRmZQt9QPuv8Q8awd1An02/w9Dcd5phz5eoWqnTk=; b=czPs6yfR3O3f0Jz3h4OA6eoCgcgzZMN+IgLpWZtPQyrRTzgdAlb70PT/GH8enJZErpWgr9 Cj0/9pwTviWJoxt9mmZeswxh0x/JI29oaTjMu4RGITh/MqBjECvGOjhwwpUW3qAfwB8GRZ +dwOojJvWRTq0njCPVTc68zAE3vbJw0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-82-UBIdroTzNGaC9cjTTm0jqA-1; Sun, 21 Feb 2021 06:30:36 -0500 X-MC-Unique: UBIdroTzNGaC9cjTTm0jqA-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2CBFE10066EF; Sun, 21 Feb 2021 11:30:35 +0000 (UTC) Received: from x1.localdomain (ovpn-112-87.ams2.redhat.com [10.36.112.87]) by smtp.corp.redhat.com (Postfix) with ESMTP id B0E55100164C; Sun, 21 Feb 2021 11:30:30 +0000 (UTC) From: Hans de Goede To: Jiri Kosina , Benjamin Tissoires Cc: Hans de Goede , =?utf-8?q?Marek_Beh=C3=BAn?= , linux-input@vger.kernel.org, linux-leds@vger.kernel.org, alsa-devel@alsa-project.org Subject: [PATCH v2 0/3] HID: elan: Mute LED handling fixes and improvements Date: Sun, 21 Feb 2021 12:30:26 +0100 Message-Id: <20210221113029.103703-1-hdegoede@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Hi All, Here is v2 of my series with mute LED handling fixes and improvements for the hid-elan driver. New in v2: - Add Marek BehĂșn's Reviewed-by to all patches,thank you for all the reviews Marek. - Improve error handling in patch 1/3 to return -EIO when ret != 3 and >= 0 Regards, Hans Hans de Goede (3): HID: elan: Silence mute LED errors being logged when the device is unplugged HID: elan: Set default_trigger for the mute LED HID: elan: Remove elan_mute_led_get_brigtness() drivers/hid/hid-elan.c | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) Acked-by: Pavel Machek