Bug 2315395
Summary: | HID lenovo is not loaded for Thinkpad X1 Tablet Gen 3 (patch included) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Izhar Firdaus <kagesenshi.87> |
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 40 | CC: | acaringi, adscvr, airlied, alciregi, bskeggs, hdegoede, hpa, josef, kernel-maint, linville, masami256, mchehab, ptalbert, steved, suraj.ghimire7 |
Target Milestone: | --- | Keywords: | Desktop |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-10-10 09:48:53 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Izhar Firdaus
2024-09-28 01:09:19 UTC
Thank you for reporting this. The best way to get this fixed is for someone to submit a patch with the changes you are suggesting to the upstream driver and then Fedora will pick this up automatically when it gets added to the 6.10.y / 6.11.y stable kernel releases. Are you planning on submitting a patch for this upstream, or shall I submit it upstream? If you want me to submit it upstream, I would like to credit you for this if that is ok with you: Option 1: Author: Izhar Firdaus <email> Signed-off-by: Izhar Firdaus <email> Option 2: Author: Hans de Goede <hdegoede> Co-developed-by: Izhar Firdaus <email> Signed-off-by: Izhar Firdaus <email> Option 3: Author: Hans de Goede <hdegoede> Suggested-by: Izhar Firdaus <email> Option 4 (same as 3 without email address) : Author: Hans de Goede <hdegoede> Suggested-by: Izhar Firdaus Option 5: No credit (just a link to this bugzilla in the commitmsg) Please let me know if you want credit and which email address you want to use if you go for an option which includes an email address. Note that this will pretty much publish the email address which you provide to the entire world! Note the code-changes which you provide are missing the addition of: USB_DEVICE_ID_LENOVO_X1_TAB3 to drivers/hid/hid-ids.h can you please provide that part too ? Hi .. As I'm not familiar with kernel.org patch submission & approval processes, I'll go with Option 3 with my fp.o address: izhar USB_DEVICE_ID_LENOVO_X1_TAB3 already exists here: https://github.com/torvalds/linux/blob/v6.10/drivers/hid/hid-ids.h #define USB_DEVICE_ID_LENOVO_X1_TAB3 0x60b5 Thank you! Sorry for being a bit slow (I was swamped with other stuff). I have submitted this upstream now using Suggested-by with your fedoraproject.org address: https://lore.kernel.org/linux-input/20241010094512.215797-1-hdegoede@redhat.com/ Typically these kind of patches get backported to e.g. 6.11.y pretty soon after landing upstream. Thank you! |