Em 25-05-2011 18:43, Antti Palosaari escreveu: > Moikka Mauro, > > Two new models and some fixes. > > > The following changes since commit 87cf028f3aa1ed51fe29c36df548aa714dc7438f: > > [media] dm1105: GPIO handling added, I2C on GPIO added, LNB control through GPIO reworked (2011-05-21 11:10:28 -0300) > > are available in the git repository at: > git://linuxtv.org/anttip/media_tree.git anysee > > Antti Palosaari (4): > anysee: return EOPNOTSUPP for unsupported I2C messages This one is a bug fix. I'm adding it on my queue for 3.0. A side note: you're using the stack for the I2C transfers. If the stack buffer is used also on a URB transfer, it may fail on x86 architecture and it will for sure fail on arm architectures, as the stack memory is not safe for DMA transfers. > anysee: add support for Anysee E7 PTC > anysee: add support for Anysee E7 PS2 > anysee: style issues, comments, etc. > > drivers/media/dvb/dvb-usb/anysee.c | 86 ++++++++++++++++++++++++++---------- > drivers/media/dvb/dvb-usb/anysee.h | 16 ++++--- > 2 files changed, 71 insertions(+), 31 deletions(-) > Cheers, Mauro -- 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