Page 24 of 139
Re: New kernels
Posted: Thu Jan 05, 2023 11:02 am
by xeno74
Hi All,
Here is the
RC2 of kernel
6.2 for testing.
New:
Download:
linux-image-6.2-rc2-X1000_X5000.tar.gz
Please test the kernels.
Thanks,
Christian
Re: New kernels
Posted: Thu Jan 05, 2023 12:21 pm
by musa
Hi
Here is Debian 64 bookworm/sid running with vmlinux-6.2_rc2
Have a nice day
Peter
Re: New kernels
Posted: Fri Jan 06, 2023 3:31 pm
by xeno74
musa wrote: Thu Jan 05, 2023 12:21 pm
Hi
Here is Debian 64 bookworm/sid running with vmlinux-6.2_rc2
Have a nice day
Peter
Hi Peter,
Many thanks for testing the RC2!
Cheers,
Christian
Re: New kernels
Posted: Wed Jan 11, 2023 11:46 am
by xeno74
Hi All,
I released the
RC3 of kernel
6.2 for the X1000 and X5000 today.
New:
Download:
linux-image-6.2-rc3-X1000_X5000.tar.gz
Please test,
Christian
Re: New kernels
Posted: Tue Jan 17, 2023 1:52 pm
by xeno74
Hi All,
Here is the
RC4 of kernel
6.2 for testing.
New:
Download:
linux-image-6.2-rc4-X1000_X5000.tar.gz
Please test,
Christian
Re: New kernels
Posted: Tue Jan 17, 2023 5:10 pm
by musa
Hi
Testing Debian Bookworms 64 with vmlinuz-6.2_rc4
Have a nice day
Peter
Re: New kernels
Posted: Wed Jan 18, 2023 8:41 am
by xeno74
musa wrote: Tue Jan 17, 2023 5:10 pm
Hi
Testing Debian Bookworms 64 with vmlinuz-6.2_rc4
Have a nice day
Peter
Hi Peter,
Great! Thanks a lot for testing!
Have a nice day too.
Cheers,
Christian
Re: New kernels
Posted: Fri Jan 20, 2023 12:33 pm
by xeno74
FYI because of the reboot issue:
Jiri Kosina wrote:
Given the lack of input from Ankit, I have just queued the patch below in
for-6.2/upstream-fixes.
Code: Select all
From: Jiri Kosina <[email protected]>
Subject: [PATCH] HID: revert CHERRY_MOUSE_000C quirk
This partially reverts commit f6d910a89a2391 ("HID: usbhid: Add ALWAYS_POLL quirk
for some mice"), as it turns out to break reboot on some platforms for reason
yet to be understood.
Fixes: f6d910a89a2391 ("HID: usbhid: Add ALWAYS_POLL quirk for some mice")
Reported-by: Christian Zigotzky <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
---
drivers/hid/hid-ids.h | 1 -
drivers/hid/hid-quirks.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index 82713ef3aaa6..c3735848ed5d 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -274,7 +274,6 @@
#define USB_DEVICE_ID_CH_AXIS_295 0x001c
#define USB_VENDOR_ID_CHERRY 0x046a
-#define USB_DEVICE_ID_CHERRY_MOUSE_000C 0x000c
#define USB_DEVICE_ID_CHERRY_CYMOTION 0x0023
#define USB_DEVICE_ID_CHERRY_CYMOTION_SOLAR 0x0027
diff --git a/drivers/hid/hid-quirks.c b/drivers/hid/hid-quirks.c
index 0e9702c7f7d6..be3ad02573de 100644
--- a/drivers/hid/hid-quirks.c
+++ b/drivers/hid/hid-quirks.c
@@ -54,7 +54,6 @@ static const struct hid_device_id hid_quirks[] = {
{ HID_USB_DEVICE(USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_FLIGHT_SIM_YOKE), HID_QUIRK_NOGET },
{ HID_USB_DEVICE(USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_PRO_PEDALS), HID_QUIRK_NOGET },
{ HID_USB_DEVICE(USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_PRO_THROTTLE), HID_QUIRK_NOGET },
- { HID_USB_DEVICE(USB_VENDOR_ID_CHERRY, USB_DEVICE_ID_CHERRY_MOUSE_000C), HID_QUIRK_ALWAYS_POLL },
{ HID_USB_DEVICE(USB_VENDOR_ID_CORSAIR, USB_DEVICE_ID_CORSAIR_K65RGB), HID_QUIRK_NO_INIT_REPORTS },
{ HID_USB_DEVICE(USB_VENDOR_ID_CORSAIR, USB_DEVICE_ID_CORSAIR_K65RGB_RAPIDFIRE), HID_QUIRK_NO_INIT_REPORTS | HID_QUIRK_ALWAYS_POLL },
{ HID_USB_DEVICE(USB_VENDOR_ID_CORSAIR, USB_DEVICE_ID_CORSAIR_K70RGB), HID_QUIRK_NO_INIT_REPORTS },
It's already in the official kernel source code for the
RC5:
HID: revert CHERRY_MOUSE_000C quirk
FYI: Amiga FFS filesystem fix for the
RC5:
One minor fix for a KCSAN report
Re: New kernels
Posted: Tue Jan 24, 2023 8:38 am
by xeno74
Hi All,
I released the
RC5 of kernel
6.2 for the X1000 and X5000 today.
New:
Download:
linux-image-6.2-rc5-X1000_X5000.tar.gz
Please test the kernels.
Thanks,
Christian
Re: New kernels
Posted: Tue Jan 24, 2023 6:39 pm
by musa
Hi
Here is VOID with vmlinux-6.2_6c5
Have a nice day
Peter