Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-01-06 | Patch from Markus Breitenberger to fix tuning problems | Andrew de Quincy | |
2005-01-05 | Fixed slow tuning problem | Andrew de Quincy | |
2005-01-04 | - more pinnacle 300i stuff (not working yet). | Gerd Knorr | |
2005-01-04 | - fix irq initialization order bug. | Gerd Knorr | |
2005-01-04 | - tda9320 support by Johnny Casey. | Gerd Knorr | |
2005-01-03 | - misc. | Gerd Knorr | |
2005-01-03 | - kworld dvb fixes from Roman Petrov. | Gerd Knorr | |
2005-01-03 | - FUSIONHDTV fix from Christopher Pascoe. | Gerd Knorr | |
2005-01-01 | some more error messages to detect broken cards | Johannes Stezenbach | |
2005-01-01 | Patch by Emard: | Johannes Stezenbach | |
Budget patch improved driver, fixed slight packet loss by using different trigger mode - each complete frame of 2*188*512 bytes now gets only one VSYNC triggering, using rising edge. Normal budget has VSYNC toggled every 188*512 bytes triggered on both edges. This results in 2x less load on PCI by rps1 but the main advantage is reduction of packet loss to be indistinguishable from the true budget card. Also there is a fix for proper tuning for stv0299 tuners, so now it's even possible to test how budget-patch is running on a true budget card, like e.g. nova, satelco, activy, just copy lines of pci device lines from budget.c | |||
2004-12-31 | re-added support for Fujitsu-Siemens DVB-S rev 1.6 0x13c2:0x0006 | Oliver Endriss | |
which was removed during fe refactoring :-( | |||
2004-12-31 | calculation for the tuner was wrong, .5 freq suffered, we need a pll ↵ | Patrick Boettcher | |
library... :) happy new year | |||
2004-12-30 | init state check for dvb part, forgot in the first place .. | Patrick Boettcher | |
2004-12-29 | deb_stat and FE_CAN_RECOVER added | Patrick Boettcher | |
2004-12-29 | init state added, clean init and exit of every part | Patrick Boettcher | |
2004-12-29 | patch by Domen Puncer: File permissions should be octal codes. | Johannes Stezenbach | |
2004-12-29 | minor cleanup, moved to dmx_sw_filter (instead of dmx_sw_filter_packets) | Patrick Boettcher | |
2004-12-29 | fixed the goddamn error of mpeg2 transfer, it was the buffersize why the ↵ | Patrick Boettcher | |
URBs never returned | |||
2004-12-27 | fixed some bugs in the dib3000mc | Patrick Boettcher | |
2004-12-27 | additional debug, doc update | Patrick Boettcher | |
2004-12-27 | select DVB_NXT6000 | Johannes Stezenbach | |
2004-12-26 | - enabled i2c-address probing for frontends | Patrick Boettcher | |
- refactored the dibusb driver, split into separate, code-dependent files, should have done this from the beginning, sorry for possible inconveniences in advance; I'm still learning | |||
2004-12-26 | patch by Michal Feix: select FW_LOADER where necessary | Johannes Stezenbach | |
2004-12-26 | - clean up debi irq/tasklet handling to make it work on SMP | Johannes Stezenbach | |
- misc. changes to av7110_send_fw_cmd() error handling done along the way | |||
2004-12-21 | Fix stupid bug | Andrew de Quincy | |
2004-12-21 | patch by Vadim Catana: init_dma_queue(): fix dmaq_desc mixup | Johannes Stezenbach | |
caused by previous cleanup patch | |||
2004-12-21 | Minor tweak for DVB mode | Andrew de Quincy | |
2004-12-21 | Fix the frontend thread problem by initialising everything. | Andrew de Quincy | |
Hide private data. | |||
2004-12-19 | Misc cleanup | Johannes Stezenbach | |
- more local variables; - removal of tests against impossible situations; - unneeded casts. Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> | |||
2004-12-19 | - release_adapter does not really balance claim_adapter. release_adapter does. | Johannes Stezenbach | |
- unneeded tests in free_adapter_object: + kfree(NULL) does not hurt (and it will not happen anyway); + irq has already been successfully requested; - propagation of the error status code through driver_initialize; - check the status code in skystar2_probe; - skystar2_remove: no need to test adapter->dvb_adapter against NULL. If such is its value, the driver has oopsen long before due to: skystar2_probe -> dvb_dmxdev_init -> dvb_register_device -> dvbdev_get_free_id -> list_for_each (entry, &adap->device_list) ^^^^ -> NULL Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> | |||
2004-12-19 | Factor out duplicated code in free_dma_queue. | Johannes Stezenbach | |
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> | |||
2004-12-19 | Fat removal in init_dma_queue | Johannes Stezenbach | |
- no path allows adapter->dmaq{1/2}.buffer to be != NULL when init_dma_queue() is called; - unneeded memset: pci_alloc_consistent() already zeroes pages; - init_dma_queue_one() avoids some code duplication. Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> | |||
2004-12-19 | PCI api update + leaks | Johannes Stezenbach | |
- claim_adapter: + s/request_xxx_region/pci_request_region/ + plug leaks on error path (requested io regions and enabled pci device); + propagate the status code; - driver_halt: + missing pci_disable_device(); + s/release_xxx_region/pci_release_region/ - driver_initialize: + s/release_xxx_region/pci_release_region/ Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> | |||
2004-12-19 | patch by Emard to enable satelco support. | Johannes Stezenbach | |
Code was commented out, but actually it works. | |||
2004-12-18 | Compile fix | Andrew de Quincy | |