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:   Fri, 28 Sep 2018 14:52:51 -0700
From:   Joe Perches <joe@...ches.com>
To:     linux-kernel@...r.kernel.org
Cc:     Linus Walleij <linus.walleij@...aro.org>,
        linux-input@...r.kernel.org
Subject: Bad MAINTAINERS pattern in section 'D-LINK DIR-685 TOUCHKEYS DRIVER'

Please fix this defect appropriately.

linux-next MAINTAINERS section:

	4010	D-LINK DIR-685 TOUCHKEYS DRIVER
	4011	M:	Linus Walleij <linus.walleij@...aro.org>
	4012	L:	linux-input@...r.kernel.org
	4013	S:	Supported
-->	4014	F:	drivers/input/dlink-dir685-touchkeys.c

Commit that introduced this:

commit 131b3de7016b73fca1aba8ffb528217ac95b2505
 Author: Linus Walleij <linus.walleij@...aro.org>
 Date:   Mon Jun 5 14:48:44 2017 -0700
 
     Input: add D-Link DIR-685 touchkeys driver
     
     This adds support for the D-Link DIR-685 touchkeys found in the
     router with this name.
     
     The vendor code calles this a "touchpad" but we are registering
     it here under its real name.
     
     Signed-off-by: Linus Walleij <linus.walleij@...aro.org>
     Acked-by: Rob Herring <robh@...nel.org>
     Signed-off-by: Dmitry Torokhov <dmitry.torokhov@...il.com>
 
  .../bindings/input/dlink,dir685-touchkeys.txt      |  21 +++
  MAINTAINERS                                        |   6 +
  drivers/input/keyboard/Kconfig                     |  11 ++
  drivers/input/keyboard/Makefile                    |   1 +
  drivers/input/keyboard/dlink-dir685-touchkeys.c    | 155 +++++++++++++++++++++
  5 files changed, 194 insertions(+)

No commit with drivers/input/dlink-dir685-touchkeys.c found

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ