linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Another HID problem this merge window..
@ 2018-10-27 18:13 Linus Torvalds
  2018-10-27 19:36 ` Joe Perches
  2018-10-28 11:16 ` drivers by default (was Re: Another HID problem this merge window..) Adam Borowski
  0 siblings, 2 replies; 7+ messages in thread
From: Linus Torvalds @ 2018-10-27 18:13 UTC (permalink / raw)
  To: Jiri Kosina, Benjamin Tissoires; +Cc: linux-input, Linux Kernel Mailing List

Ok, so this is a much smaller issue than the i2c one that cause boot
problems, but it's annoying.

We do *not* enable new random drivers by default. And we most
*definitely* don't do it when they are odd-ball ones that most people
have never heard of.

Yet the new "BigBen Interactive" driver that was added this merge
window did exactly that.

Just don't do it.

Yes, yes, every developer always thinks that _their_ driver is so
special and so magically important that it should be enabled by
default. But no. When we have thousands of drivers, we don't randomly
pick one new driver to be enabled by default just because some
developer thinks it is special. It's not.

So the

        default !EXPERT

was completely wrong in commit 256a90ed9e46 ("HID: hid-bigbenff:
driver for BigBen Interactive PS3OFMINIPAD gamepad"). Please don't do
things like this.

                         Linus

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-10-29  8:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-27 18:13 Another HID problem this merge window Linus Torvalds
2018-10-27 19:36 ` Joe Perches
2018-10-27 20:17   ` Linus Torvalds
2018-10-27 21:45     ` Jiri Kosina
2018-10-29  8:49       ` Benjamin Tissoires
2018-10-28 11:16 ` drivers by default (was Re: Another HID problem this merge window..) Adam Borowski
2018-10-28 20:21   ` Linus Torvalds

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).