From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: Strange regression in hid_llogitech_dj (was: Re: Linux 5.2-rc4) Date: Wed, 12 Jun 2019 10:51:56 +0200 Message-ID: <14875910.PnJmU55uV6@kreacher> References: <1875376.0DUQQ8o03D@kreacher> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Jiri Kosina Cc: Hans de Goede , Linus Torvalds , Linux Kernel Mailing , Benjamin Tissoires , linux-input@vger.kernel.org List-Id: linux-input@vger.kernel.org On Wednesday, June 12, 2019 10:31:45 AM CEST Jiri Kosina wrote: > On Wed, 12 Jun 2019, Rafael J. Wysocki wrote: > > > It kind of helps, but there is a catch. > > > > hid-logitech-dj is not loaded after a fresh boot, so I need to modprobe it manually and that > > appears to be blocking (apparently indefinitely) until terminated with ^C. But then it turns > > out that hid-logitech-dj is there in the list of modules and it is in use (by usbhid) and the > > mouse works. > > My bad, I should've asked you to test with the complete 'for-5.2/fixes' > branch which contains two reverts [1] [2] that should fix this issue as > well. > > [1] https://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git/commit/?h=for-5.2/fixes&id=e0b7f9bc0246bc642d1de2ff3ff133730584c956 > [2] https://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git/commit/?h=for-5.2/fixes&id=f9482dabfd1686987cc6044e06ae0e4c05915518 Yes, with the two reverts applied in addition to the fix, it all works as expected. Thanks!