Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-24 | - sync with 2.6.11-rc2 & latest dvb cvs. | Gerd Knorr | |
- misc card-specific tweaks. | |||
2005-01-24 | - using le16_to_cpu for usb-device-descriptor-struct | Patrick Boettcher | |
2005-01-24 | - Build fix for older gcc's (thanks to Andrew Morton) | Patrick Boettcher | |
2005-01-24 | - fixed '"debug" is not a good name for a global variable...' (now ↵ | Patrick Boettcher | |
dvb_dibusb_debug) (thanks to Adrian Bunk) - other globals removed | |||
2005-01-22 | Added support for up to six DVB devices | Andrew de Quincy | |
2005-01-21 | - add firmware file name to "upload..." printk | Johannes Stezenbach | |
- add printk after successful firmware upload | |||
2005-01-21 | various backport from 2.6.11-rc1: | Michael Hunold | |
- replace static spinlock initializations with spin_lock_init() - add le16_to_cpu() macros to various values aquired via USB - add __user annotations to user space pointers | |||
2005-01-21 | syntax correction | Patrick Boettcher | |
2005-01-20 | - cx88: pal-i fixes (Ian Pickworth). | Gerd Knorr | |
- cx88: nicam-l fixes (Didier Caillaud). - cx88: misc minor fixes/cleanups. | |||
2005-01-19 | - audio fifo fixup. | Gerd Knorr | |
2005-01-17 | Fixed start_ts_capture(): saa7146 will not issue a VPE interrupt if | Oliver Endriss | |
- VPE bit is set in PSR and - VPE interrupts are enabled afterwards. | |||
2005-01-17 | - fix tveeprom. | Gerd Knorr | |
2005-01-15 | patch by Thomas Martin and Dieter Zander: | Johannes Stezenbach | |
fix mt352 clock setting so it works for VHF (6 and 7 MHz bw channels) | |||
2005-01-14 | - pinnacle 300i starts working now ... | Gerd Knorr | |
2005-01-14 | - pinnacle 300i starts working a bit. | Gerd Knorr | |
2005-01-13 | - card-specific and other fixes from various people. | Gerd Knorr | |
- more pinnacle 300i work (still not functional :-/). | |||
2005-01-13 | removed semi-colon from a very wrong place; FE_ENABLE_HIGH_LNB_VOLTAGE ↵ | Patrick Boettcher | |
kernel oops; thanks to Christophe Massiot | |||
2005-01-13 | doc update, Makefile in build-2.6 | Patrick Boettcher | |
2005-01-13 | - moved the mirrored pid_filter_table back to dvb-dibusb | Patrick Boettcher | |
- first almost working version for HanfTek UMT-010 - found out, that Yakumo/HAMA/Typhoon are predecessors of the HanfTek - minor cleanups | |||
2005-01-13 | removed the pid_filter_table from frontends | Patrick Boettcher | |
2005-01-13 | - exported an mt352_read_reg-function | Patrick Boettcher | |
- implemented a single byte write_register function (needed for dibusb) same for mt352.h in revision 1.4 to 1.5 | |||
2005-01-13 | mt352.c | Patrick Boettcher | |
2005-01-12 | fixed: tuner_read was only done, when debugging was enabled | Patrick Boettcher | |
2005-01-11 | vfree() checking cleanups | Johannes Stezenbach | |
Signed-off-by: Domen Puncer <domen@coderock.org> | |||
2005-01-11 | fix "Suppport" typo | Johannes Stezenbach | |
Signed-off-by: Domen Puncer <domen@coderock.org> | |||
2005-01-11 | - misc card fixes. | Gerd Knorr | |
2005-01-10 | tuner quirks for some weird devices (Artec T1 AN2235 device has sometimes a ↵ | Patrick Boettcher | |
Panasonic Tuner assembled). Tunerprobing implemented. Thanks a lot to Gunnar Wittich. | |||
2005-01-10 | tuner recognition for all dibusb1.1 devices | Patrick Boettcher | |
2005-01-09 | patch by Emard: explicitely disable RPS tasks in saa7146_init_one() | Johannes Stezenbach | |
2005-01-09 | patch by Emard: make sure RPS1 is disabled before progamming | Johannes Stezenbach | |
budget-patch task | |||
2005-01-09 | more debug info | Patrick Boettcher | |
2005-01-09 | Remove backward compatibility bits | Alex Woods | |
2005-01-09 | remove backward compatibility stuff, as correctly suggested by Johannes | Patrick Boettcher | |
2005-01-09 | Use usb_kill_urb instead of usb_unlink_urb for kernels greater than 2.6.7. | Alex Woods | |
2005-01-09 | internal refactoring step 3/3 | Patrick Boettcher | |
- added tuner and demod types for easier extension of new devices - added a check for some artec devices which have another tuner onboard, but don't know it, pll_addr is now a callback because of that - general callbacks for pll_set, pll_init and demod_init. They decide which pll-programming function is used and so on - added tuner passthru callback to xfer_ops. now dibusb can en/disable the tuner passthru of the dib3000m*-frontends; necessary for tuner probing - remote type determination (no for hanftek, nec for others), was not planned - fixed a bug in start_feed, which was introduced in step 2/3 but wasn't critical - added pll-programming for lg_tdtp_e102p_tua6034 (it has the tua6034 as pll) - added pll-programming and initialization for PANASONIC ENV77H11D5 - understood the i2c-address problem, now it is more logical | |||
2005-01-09 | patch by Emard: fix Oops provoked by insmod/rmmod test loop | Johannes Stezenbach | |
2005-01-08 | a bunch of cleanups | Johannes Stezenbach | |
- mostly whitespace etc. - removed now unsused struct dvb_net_priv.name field | |||
2005-01-08 | patch by Emard: | Johannes Stezenbach | |
budgetpatch integrated into dvb-ttpci: enables full ts option running in parallel with all previous functions of dvb-ttpci. This is done by opening DMA3 channel at port B and registering it as second demux named demux1 demux1 has full ts capability and is accompanied by net1 and dvr1 but has no frontend device. It uses frontend0 which is in hardware permanently connected to both demux0 and demux1. net1 can create its full ts network devices, they are named dvb010, dv010 etc. Devices created by net0 remain named dvb0_0 etc as before. kernel parameter for dvb-ttpci: budgetpatch=0,1,2 0-no budgetpatch 1-autodetect 2-alywas autodetect resets saa7146. Avoid on systems that don't like resetting of saa7146. | |||
2005-01-07 | patch by Alexey Dobriyan: remove stray '#' | Johannes Stezenbach | |
2005-01-07 | - tveeprom tweaks. | Gerd Knorr | |
- keytable for the new hauppauge remotes. | |||
2005-01-07 | - new bttv card (by Chris Fanning). | Gerd Knorr | |
- misc. | |||
2005-01-07 | internal refactoring step 2/3 and first hanftek umt-010 usb2.0 settings | Patrick Boettcher | |
2005-01-07 | dibusb internal refactoring step 2/3 | Patrick Boettcher | |
2005-01-07 | rearranged the usb id handling to reduce redundance and mistakes and resolve ↵ | Patrick Boettcher | |
id conflicts | |||
2005-01-06 | patch by Arne Ahrend: minor cleanups (make stuff static etc.) | Johannes Stezenbach | |
2005-01-06 | fix handling of discontinuity indicator in section filter | Johannes Stezenbach | |
(bug reported by Frank Rosengart) | |||
2005-01-06 | patch by Emard: handle PUSI in section filter correctly | Johannes Stezenbach | |
(fix bug reported by Patrick Valsecchi) | |||
2005-01-06 | Removed unnecessary comment about DST frontend | Andrew de Quincy | |
2005-01-06 | Patch from Peter Hettkamp, Adam Szalkowski to add support for pinnacle | Andrew de Quincy | |
pctv-sat | |||
2005-01-06 | Fix compile warning | Andrew de Quincy | |