Bug 475496 (imon_kernel_crash)
Summary: | Kernel "oops" when I try to associate my iMon remote to use it with lirc. | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Giulio Amodeo <giulio.amodeo> | ||||
Component: | kernel | Assignee: | Jarod Wilson <jarod> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 10 | CC: | giulio.amodeo, kernel-maint | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2009-08-30 04:59:04 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: | |||||||
Attachments: |
|
Description
Giulio Amodeo
2008-12-09 14:59:30 UTC
drivers/input/lirc/lirc_imon.c:375 if (!context->tx_control) { pipe = usb_sndintpipe(context->dev, ===> context->tx_endpoint->bEndpointAddress); interval = context->tx_endpoint->bInterval; context->tx_endpoint is NULL I see what's going on, and I think I have a fix... http://git.wilsonet.com//linux-2.6-lirc.git?a=commitdiff;h=e73cb11b344234b45bb9450b3c2c1d39574bb473 Will push into rawhide and F11 Real Soon Now. F10 might be more time and effort than I can put in at the moment... Awesome, thank you Jarod! I will let you know if everything works out, I should update to F11 any day now. Just committed new imon code to F10 (kernel-2.6.29.5-86.fc10), F11 (kernel-2.6.29.5-192.fc11) and rawhide (kernel-2.6.30-10.fc12) that carries this fix. Pretty sure this should be good to go on all the above kernels and later, closing. |