Re: [PATCH] [media] lirc_dev: store cdev in irctl, up maxdevs

2011-05-28 Thread Jarod Wilson
On May 28, 2011, at 4:41 PM, Andy Walls wrote: > On Fri, 2011-05-27 at 16:01 -0400, Jarod Wilson wrote: >> Store the cdev pointer in struct irctl, allocated dynamically as needed, >> rather than having a static array. At the same time, recycle some of the >> saved memory to nudge the maximum numb

Re: [PATCH] [media] lirc_dev: store cdev in irctl, up maxdevs

2011-05-28 Thread Andy Walls
On Fri, 2011-05-27 at 16:01 -0400, Jarod Wilson wrote: > Store the cdev pointer in struct irctl, allocated dynamically as needed, > rather than having a static array. At the same time, recycle some of the > saved memory to nudge the maximum number of lirc devices supported up a > ways -- its not th

[PATCH] [media] lirc_dev: store cdev in irctl, up maxdevs

2011-05-27 Thread Jarod Wilson
Store the cdev pointer in struct irctl, allocated dynamically as needed, rather than having a static array. At the same time, recycle some of the saved memory to nudge the maximum number of lirc devices supported up a ways -- its not that uncommon these days, now that we have the rc-core lirc bridg