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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 15 Sep 2021 14:09:37 +0300
From:   Ramona Alexandra Nechita <ramona.nechita@...log.com>
To:     <linux-usb@...r.kernel.org>
CC:     <gregkh@...uxfoundation.org>, <linux-kernel@...r.kernel.org>,
        Ramona Alexandra Nechita <ramona.nechita@...log.com>
Subject: [PATCH] usb: host: Updated MAX3421 to MAX3421E in Kconfig

MAX3421 is supposed to be MAX3421E, Kconfig was modified
accordingly.

Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@...log.com>
---
 drivers/usb/host/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 79b2e79dddd0..0ffa77163ae0 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -372,7 +372,7 @@ config USB_FOTG210_HCD
 	  module will be called fotg210-hcd.
 
 config USB_MAX3421_HCD
-	tristate "MAX3421 HCD (USB-over-SPI) support"
+	tristate "MAX3421E HCD (USB-over-SPI) support"
 	depends on USB && SPI
 	---help---
 	  The Maxim MAX3421E chip supports standard USB 2.0-compliant
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ