Bug 506839
Summary: | lirc_sir: /dev/lirc0 can't be opened | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Paul Bolle <pebolle> |
Component: | kernel | Assignee: | Jarod Wilson <jarod> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | itamar, 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:58:08 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
Paul Bolle
2009-06-18 20:36:38 UTC
Finally looked at this some this week. Yeah, that check in lirc_open is bogus. Its a side-effect of the conversion to proper fops and whatnot that we're working on. I believe the next rawhide kernel should work better -- I've more or less got an actisys lirc_sir-driven dongle working with it now. Basically, we just drop lirc_sir's lirc_open() and lirc_close() and use the default open and close fops from lirc_dev now. The device can be opened in recent kernels, and my own lirc_sir device at least mostly works (actisys dongle), so closing this bug. |