]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hwmon: (nct6683) Add customer ID for ASRock B650I Lightning WiFi
authorPetr Klotz <pklotz0@protonmail.com>
Sun, 12 Apr 2026 00:17:27 +0000 (00:17 +0000)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 12 Apr 2026 12:37:14 +0000 (05:37 -0700)
commitff708b549c4dbecb308fa97e360a8fe0b2f89309
treee977ab484337b168b5e2e157eedb81aaba244516
parenta0c370a6fd9634bd55ee10c83643940a88bdd159
hwmon: (nct6683) Add customer ID for ASRock B650I Lightning WiFi

The ASRock B650I Lightning WiFi motherboard uses an NCT6686D chip with a
customer ID of 0x1633. Without this ID, the nct6683 driver fails to
recognize the hardware on this board, preventing hardware monitoring
from working.

Add NCT6683_CUSTOMER_ID_ASROCK6 (0x1633) to the list of supported customer
IDs and update the probe function to handle it

Signed-off-by: Petr Klotz <pklotz0@protonmail.com>
Link: https://lore.kernel.org/r/20260412000911.9063-2-pklotz0@protonmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/nct6683.c