lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 15 Sep 2021 14:12:11 +0300
From:   Ramona Alexandra Nechita <ramona.nechita@...log.com>
To:     <linux-kernel@...r.kernel.org>
CC:     <zbr@...emap.net>,
        Ramona Alexandra Nechita <ramona.nechita@...log.com>
Subject: [PATCH] w1: masters: Specified DS2482 variations in Kconfig

DS2482 is available as DS2482-100 and DS2482-800.
THis specification was added to the Kconfig.

Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@...log.com>
---
 drivers/w1/masters/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/w1/masters/Kconfig b/drivers/w1/masters/Kconfig
index 24b9a8e05f64..fe28975a50b2 100644
--- a/drivers/w1/masters/Kconfig
+++ b/drivers/w1/masters/Kconfig
@@ -26,10 +26,10 @@ config W1_MASTER_DS2490
 	  will be called ds2490.
 
 config W1_MASTER_DS2482
-	tristate "Maxim DS2482 I2C to 1-Wire bridge"
+	tristate "Maxim DS2482-100 and DS2482-800 I2C to 1-Wire bridge"
 	depends on I2C
 	help
-	  If you say yes here you get support for the Maxim DS2482
+	  If you say yes here you get support for the Maxim DS2482-100 and DS2482-800
 	  I2C to 1-Wire bridge.
 
 	  This driver can also be built as a module.  If so, the module
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ