Johnothan King

Results 4 comments of Johnothan King

I have begun working on a patch to implement this LED number functionality. The patch is available below for testing (patch updated on 2022-10-13; more testing is needed): wip-player-led-fix.patch ```diff...

I have debugged this hang and have found out that the `hid-nintendo-dkms` driver works because it contains the changes from this commit: https://github.com/nicman23/dkms-hid-nintendo/commit/7f984edddf7823055ecd5022e291d4a8c340ddbf (cf. https://github.com/nicman23/dkms-hid-nintendo/pull/25). For some reason the kernel...

To debug the hang, I created a diff of the [kernel](https://github.com/torvalds/linux/blob/master/drivers/hid/hid-nintendo.c) and [dkms](https://github.com/nicman23/dkms-hid-nintendo/blob/master/src/hid-nintendo.c) versions of hid-nintendo.c with the following command: ``` diff -u hid-nintendo.c-kernel hid-nintendo.c-dkms ``` After that, I tried...

The bugfix for the GuliKit controller hang is now set to be included in Linux 6.1. See: https://github.com/torvalds/linux/commit/79d11de9637a37035b4a72ccb528b3dfebc1bf67 https://github.com/torvalds/linux/commit/50503e360eeb968a3d00234c9cc4057d774c3e9a