From: Hans de Goede <hdegoede@redhat.com>
To: 艾超 <aichao@kylinos.cn>, "Andy Shevchenko" <andriy.shevchenko@intel.com>
Cc: "ilpo.jarvinen" <ilpo.jarvinen@linux.intel.com>,
linux-kernel <linux-kernel@vger.kernel.org>,
platform-driver-x86 <platform-driver-x86@vger.kernel.org>
Subject: Re: [PATCH v11] platform/x86: add lenovo wmi camera button driver
Date: Wed, 27 Mar 2024 11:54:55 +0100 [thread overview]
Message-ID: <030beaf8-12e1-400a-b064-f17384e32714@redhat.com> (raw)
In-Reply-To: <je8phmmtfz-je9zfg1v9s@nsmail7.0.0--kylin--1>
Hi Ai Chao,
On 3/26/24 3:54 AM, 艾超 wrote:
> Hi
>
>
>
> WMI
>
>> > The Camera button is a GPIO device. This driver receives ACPI notifyi
>> > when the camera button is switched on/off. This driver is used in
>> > Lenovo A70, it is a Computer integrated machine.
>
>> > +config LENOVO_WMI_CAMERA
>> > + tristate "Lenovo WMI Camera Button driver"
>> > + depends on ACPI_WMI
>> > + depends on INPUT
>
>> No COMPILE_TEST?
>
>
>
> I compile this driver and used Evtest tool to test it on lenovo A70.
>
>
> ...
>
>> > + /* obj->buffer.pointer[0] is camera mode:
>> > + * 0 camera close
>> > + * 1 camera open
>> > + */
>
>> /*
>> * The correct multi-line comment style
>> * is depicted here.
>> */
>
>
>
> Thanks, I will modify it.
> ...
>
>> > + keycode = (camera_mode == SW_CAMERA_ON ?
>> > + KEY_CAMERA_ACCESS_ENABLE : KEY_CAMERA_ACCESS_DISABLE);
>
>> Useless parentheses.
>
>
>
> I think the parentheses is a good programming style and beneficial for reading.
>
>
>
> ...
>
>> > + ret = input_register_device(priv->idev);
>> > + if (ret)
>> > + return ret;
>
>> > + mutex_init(&priv->notify_lock);
>
>> Your mutex should be initialized before use. Have you tested that?
>
>
>
> Yes, I tested it.
>
>
> ...
>
>> > +static struct wmi_driver lenovo_wmi_driver = {
>> > + .driver = {
>> > + .name = "lenovo-wmi-camera",
>> > + .probe_type = PROBE_PREFER_ASYNCHRONOUS,
>> > + },
>> > + .id_table = lenovo_wmi_id_table,
>> > + .no_singleton = true,
>> > + .probe = lenovo_wmi_probe,
>> > + .notify = lenovo_wmi_notify,
>> > + .remove = lenovo_wmi_remove,
>> > +};
>> > +
>
>> Unneeded blank line.
>
>
>
> Thanks, I will modify it.
>
>
>> > +module_wmi_driver(lenovo_wmi_driver);
>
> ...
>
>> > +MODULE_DEVICE_TABLE(wmi, lenovo_wmi_id_table);
>
>> Please, move it closer to the respective table.
>
>
>
> Thanks, I will modify it.
I have already merged this. I'll squash in fixes for the few
small code style remarks from Andy, so there is no need
to send a new version.
Regards,
Hans
next parent reply other threads:[~2024-03-27 10:55 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <je8phmmtfz-je9zfg1v9s@nsmail7.0.0--kylin--1>
2024-03-27 10:54 ` Hans de Goede [this message]
2024-03-27 13:14 ` [PATCH v11] platform/x86: add lenovo wmi camera button driver Andy Shevchenko
2024-03-27 20:03 ` Hans de Goede
2024-03-28 15:18 ` Andy Shevchenko
2024-03-22 6:47 Ai Chao
2024-03-22 14:34 ` Kuppuswamy Sathyanarayanan
2024-03-22 14:39 ` Ilpo Järvinen
2024-03-22 16:47 ` Kuppuswamy Sathyanarayanan
2024-03-22 18:48 ` Armin Wolf
2024-03-25 15:01 ` Hans de Goede
2024-03-25 16:29 ` Andy Shevchenko
2024-03-26 20:59 ` Armin Wolf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=030beaf8-12e1-400a-b064-f17384e32714@redhat.com \
--to=hdegoede@redhat.com \
--cc=aichao@kylinos.cn \
--cc=andriy.shevchenko@intel.com \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=platform-driver-x86@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox