summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/ngene/ngene-core.c
AgeCommit message (Collapse)Author
2009-12-18ngene: Added subvendor id "0xdb01".HEADmasterMatthias Benesch
From: Matthias Benesch <twoof7@freenet.de> Added support for subvendor id "0xdb01" within module ngene. Priority: normal
2009-12-18ngene: Removed use of modules stv0900 & stv6110.Matthias Benesch
From: Matthias Benesch <twoof7@freenet.de> Removed use of modules stv0900 & stv6110 from Igor M. Liplianin. Therefore also define NGENE_STV090X became unnecessary (clean up module ngene). Priority: normal
2009-12-18ngene: Enabled loading firmware from file.Matthias Benesch
From: Matthias Benesch <twoof7@freenet.de> Changes within method ngene_load_firm to avoid compiler errors. Removed firmware debugging, because setting ngene_fw_debug and requesting firmware from file causes a kernel oops. Priority: normal
2009-12-12ngene: Speed-up tuningOliver Endriss
Remove stray mleep() which prevented fast tuning. Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
2009-12-12ngene: Use lnbp21 driver for LNB controlOliver Endriss
Remove local lnbp21_* routines and use the lnbp21 driver instead. Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
2009-12-08Changes to enable unloading of module ngene.Matthias Benesch
From: Matthias Benesch <twoof7@freenet.de> Added changes from @pram to enable unloading of module ngene. Priority: normal
2009-12-08Clean up of module ngene.Matthias Benesch
From: Matthias Benesch <twoof7@freenet.de> Removed "#define NGENE_LNB", stv0900_regs and also use of module lnbh24 within ngene.c. Priority: normal
2009-12-08Added ngene subvendor id "0xabc4".Matthias Benesch
From: Matthias Benesch <twoof7@freenet.de> Added support for subvendor id "0xabc4" within module ngene. Priority: normal
2009-12-08Changed stv0900_config within module ngene.Matthias Benesch
From: Matthias Benesch <twoof7@freenet.de> Removed stv0900_regs and set stv0900_config.ts_config_regs=NULL. Set path1_mode and path2_mode to STV0900_SRIAL_PUNCT_CLOCK. Priority: normal
2009-12-08Using I2C bus message to set 22kHz tone within module ngene.Matthias Benesch
From: Matthias Benesch <twoof7@freenet.de> Using I2C bus message to set 22kHz tone with additional register initialisation == TTX. Priority: normal
2009-12-08Changes within module ngene based on information from Media-Pointer.Matthias Benesch
From: Matthias Benesch <twoof7@freenet.de> Added initialisation of register TSTTNR1=0x26 & TSTTNR3=0x26. Used "#ifdef 0" instead of commenting unnecessary sourcecode. Set repeter level from STV090x_RPTLEVEL_64 to STV090x_RPTLEVEL_16. Priority: normal
2009-09-30Committer: helau <helmut@helmutauer.de>root
On branch mediapointer-dvb-s2 Changes to be committed: (use "git reset HEAD <file>..." to unstage) new file: linux/drivers/media/video/ngene/Kconfig new file: linux/drivers/media/video/ngene/Makefile new file: linux/drivers/media/video/ngene/ngene-core.c new file: linux/drivers/media/video/ngene/ngene-ioctls.h new file: linux/drivers/media/video/ngene/ngene-snd.c new file: linux/drivers/media/video/ngene/ngene.h new file: linux/drivers/media/video/ngene/ngene_fw_15.h new file: linux/drivers/media/video/ngene/ngene_fw_16.h new file: linux/drivers/media/video/ngene/ngene_fw_17.h