commit 09780ab3b26507776671900e0ed7920f297498ed Author: Greg Kroah-Hartman Date: Fri Mar 2 21:14:54 2007 -0800 Linux 2.6.19.7 commit 2295e94bf1620e021869f7ef96784c631c6bd60a Author: Jin-Bong lee Date: Tue Feb 27 14:52:17 2007 -0500 DVB: cxusb: fix firmware patch for big endian systems Without this patch, the device will not be detected after firmware download on big endian systems. Signed-off-by: Jin-Bong lee Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Greg Kroah-Hartman commit ae64d8237cb1c97bba25d61471062427fb65b4e5 Author: Michael Krufky Date: Wed Feb 21 21:47:15 2007 -0300 DVB: digitv: open nxt6000 i2c_gate for TDED4 tuner handling dvb-pll normally opens the i2c gate before attempting to communicate with the pll, but the code for this device is not using dvb-pll. This should be cleaned up in the future, but for now, just open the i2c gate at the appropriate place in order to fix this driver bug. Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Greg Kroah-Hartman commit 811a76ef3a25ae2e1531d118c8cd154c2a6757cb Author: Marcel Siegert Date: Tue Feb 27 13:09:49 2007 -0500 dvbdev: fix illegal re-usage of fileoperations struct Arjan van de Ven reported an illegal re-usage of the fileoperations struct if more than one dvb device (e.g. frontend) is present. This patch fixes this issue. It allocates a new fileoperations struct each time a device is registered and copies the default template fileops. Signed-off-by: Marcel Siegert Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Michael Krufky Signed-off-by: Greg Kroah-Hartman