platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: bugzilla-daemon@kernel.org
To: platform-driver-x86@vger.kernel.org
Subject: [Bug 220529] New: ideapad_laptop doesn't detect fn_lock in Lenovo ideapad D330-10IGM
Date: Wed, 03 Sep 2025 02:10:54 +0000	[thread overview]
Message-ID: <bug-220529-215701@https.bugzilla.kernel.org/> (raw)

https://bugzilla.kernel.org/show_bug.cgi?id=220529

            Bug ID: 220529
           Summary: ideapad_laptop doesn't detect fn_lock in Lenovo
                    ideapad D330-10IGM
           Product: Drivers
           Version: 2.5
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Platform_x86
          Assignee: drivers_platform_x86@kernel-bugs.osdl.org
          Reporter: howl.nsp@gmail.com
        Regression: No

In dmesg "ideapad_acpi VPC2004:00: FnLock control not available" is shown and
this message is bring up by not having FnLock LED:

        err = ideapad_fn_lock_led_init(priv);
        if (err) {
                if (err != -ENODEV)
                        dev_warn(&pdev->dev, "Could not set up FnLock LED:
%d\n", err);
                else
                        dev_info(&pdev->dev, "FnLock control not available\n");
        }

This laptop have FnLock feature but lacks led to show it's state so
ideapad_laptop module discards it.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

                 reply	other threads:[~2025-09-03  2:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=bug-220529-215701@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@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;
as well as URLs for NNTP newsgroup(s).