On Wed, Aug 25, 2010 at 01:01:57AM +0200, David Härdeman wrote: > The following series merges the different files that currently make up > the ir-core module into a single-file rc-core module. > > In addition, the ir_input_dev and ir_dev_props structs are replaced > by a single rc_dev struct with an API similar to that of the input > subsystem. > > This allows the removal of all knowledge of any input devices from the > rc drivers and paves the way for allowing multiple input devices per > rc device in the future. The namespace conversion from ir_* to rc_* > should mostly be done for the drivers with this patchset. > > I have intentionally not signed off on the patches yet since they haven't > been tested. I'd like your feedback on the general approach before I spend > the time to properly test the result. > > Also, the imon driver is not converted (and will thus break with this > patchset). The reason is that the imon driver wants to generate mouse > events on the input dev under the control of rc-core. I was hoping that > Jarod would be willing to convert the imon driver to create a separate > input device for sending mouse events to userspace :) Yeah, I could be persuaded to do that. Means that the imon driver, when driving one of the touchscreen devices, will bring up 3 separate input devices, but oh well. (I'd actually considered doing that when porting to ir-core in the first place, but went the lazy route. ;) > Comments please... Haven't tried it out at all yet or done more than a quick skim through the patches, but at first glance, I do like the idea of further abstracting away the input layer. I know I tanked a few things the first go 'round, thinking I needed to do both some rc-layer and input-layer setup and/or teardown. It becomes more cut and dry if you don't see anything input-related anywhere at all. One thing I did note with the patches is that a lot of bits were altered from ir-foo to rc-foo, but not all of them... If we're going to make the change, why no go whole hog? (Or was it only things relevant to ir specifically right now that didn't get renamed?) -- Jarod Wilson jarod@xxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html