Age | Commit message (Collapse) | Author |
|
From: Matthias Benesch <twoof7@freenet.de>
Added support for subvendor id "0xdb01" within module ngene.
Priority: normal
|
|
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
|
|
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
|
|
Remove stray mleep() which prevented fast tuning.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
|
|
Remove local lnbp21_* routines and use the lnbp21 driver instead.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
|
|
From: Matthias Benesch <twoof7@freenet.de>
Added changes from @pram to enable unloading of module ngene.
Priority: normal
|
|
From: Matthias Benesch <twoof7@freenet.de>
Removed "#define NGENE_LNB", stv0900_regs and also use of module lnbh24 within
ngene.c.
Priority: normal
|
|
From: Matthias Benesch <twoof7@freenet.de>
Added support for subvendor id "0xabc4" within module ngene.
Priority: normal
|
|
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
|
|
From: Matthias Benesch <twoof7@freenet.de>
Using I2C bus message to set 22kHz tone with additional register
initialisation == TTX.
Priority: normal
|
|
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
|
|
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
|