From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#35574: bcm5974 touchpad is not recognized as touchpad Date: Tue, 28 Apr 2020 11:45:02 +0200 Message-ID: <20200428094502.cduna7cyerl77ouq@pelzflorian.localdomain> References: <20190505065411.2rb5aqaaxywc4qvk@pelzflorian.localdomain> <20190505074152.ttmow2unsscdovhz@pelzflorian.localdomain> <20200116233537.myczkgkwnfpn75hu@pelzflorian.localdomain> <20200420144718.ehopbrz7hzvn5vxx@pelzflorian.localdomain> <20200420155908.ulewy4c2vqkuzgfr@pelzflorian.localdomain> <20200427002857.apq5nreio5kllpoq@pelzflorian.localdomain> <87pnbtwi2y.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37674) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTMq7-0001Br-D0 for bug-guix@gnu.org; Tue, 28 Apr 2020 05:50:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jTMoV-0003Ei-3l for bug-guix@gnu.org; Tue, 28 Apr 2020 05:47:43 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55716) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jTMoU-00035c-Ca for bug-guix@gnu.org; Tue, 28 Apr 2020 05:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jTMoU-0001Tb-8z for bug-guix@gnu.org; Tue, 28 Apr 2020 05:46:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87pnbtwi2y.fsf@gmail.com> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Mathieu Othacehe Cc: Brice Waegeneire , 35574@debbugs.gnu.org On Mon, Apr 27, 2020 at 08:36:37AM +0200, Mathieu Othacehe wrote: > Thanks for fixing this! This seems like a reasonable choice. However, I > noticed that on Ubuntu, CONFIG_USB_MOUSE is set to 'M'. So maybe they > have some special udev/blacklist rules to handle this case? Interesting. Thank you for checking. So maybe setting CONFIG_USB_MOUSE=n in the kernel config is the wrong way. I installed Ubuntu and they just have a file /etc/modprobe.d/blacklist.conf containing the lines # these drivers are very simple, the HID drivers are usually preferred blacklist usbmouse blacklist usbkbd I wonder if a default blacklist file would be more like the Guix way. Or default blacklist kernel-arguments? I remember a discussion by Danny Milosavljevic and Brice Waegeneire about this at . All these avoid recompiling the linux-libre package. Danny, Brice, I’m putting you in Cc, maybe you have an opinion on this? I suppose I should not change %default-extra-linux-options. Regards, Florian