From: Jarod Wilson Date: Fri, 27 May 2011 19:56:50 +0000 (-0300) Subject: [media] lirc_dev: store cdev in irctl, up maxdevs X-Git-Tag: v3.0-rc7~46^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8de111e27688798623b9e9062235bb0cac29f599;p=pandora-kernel.git [media] lirc_dev: store cdev in irctl, up maxdevs 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 bridge driver, to see a system with at least 4 raw IR receivers. (consider a mythtv backend with several video capture devices and the possible need for IR transmit hardware). Signed-off-by: Jarod Wilson Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed