Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-16 | Remove all #include <linux/version.h> and all references | Johannes Stezenbach | |
to LINUX_VERSION_CODE and KERNEL_VERSION. Based on patch by Olaf Hering. Signed-off-by: Olaf Hering <olh@suse.de> Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-06-22 | The Coverity checker discovered that these two kfree's can never be | Johannes Stezenbach | |
executed. Signed-off-by: Adrian Bunk <bunk@stusta.de> | |||
2005-06-19 | backport of 2.6.12 changes to match other API changes (i2c, usb) | Johannes Stezenbach | |
2005-05-28 | add missing release_firmware() calls to fix memory leak | Johannes Stezenbach | |
Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com> | |||
2005-05-05 | whitespace cleanup from kernel | Johannes Stezenbach | |
2005-04-23 | patch by Adrian Bunk: | Johannes Stezenbach | |
- make needlessly global code static - #if 0 the following unused global functions: - ttpci/av7110_hw.c: av7110_reset_arm - ttpci/av7110_hw.c: av7110_send_ci_cmd - frontends/mt352.[ch]: drop mt352_read Signed-off-by: Adrian Bunk <bunk@stusta.de> | |||
2005-03-19 | Cleanup patch from Peter Beutner: | Alex Woods | |
- unregister the input device on disconnect and move cleanup stuff of the RC to own function - keymap should be static not const - set up keymap correctly and completly for input device plus a more cosmetic one: - usb endpoints are only 4bit numbers[0...15], the 8th bit only specifies the direction and is set by the snd/rcvxxxpipe() macro | |||
2005-03-17 | ttusb-dec: follow dvb_register_adapter changes in dvbdev.[ch] | Andreas Oberritter | |
2005-03-12 | a few more whitespace cleanups | Johannes Stezenbach | |
2005-03-09 | - kfree(NULL) is safe | Kenneth Aafloy | |
2005-03-02 | whitespace cleanup (remove ws at eol, sync with changes in mainline kernel) | Johannes Stezenbach | |
2005-02-21 | Add IR support added by Peter Beutner <p.beutner@gmx.net> | Alex Woods | |
2005-02-08 | Use alternative interface. Asks for less bandwidth and therefore works with | Alex Woods | |
OHCI as well as UHCI. | |||
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-09 | Remove backward compatibility bits | Alex Woods | |
2005-01-09 | Use usb_kill_urb instead of usb_unlink_urb for kernels greater than 2.6.7. | Alex Woods | |
2004-11-17 | patch by Adrian Bunk: | Johannes Stezenbach | |
DVB_TTUSB_DEC selects CRC32, do the #ifdefs can be removed. | |||
2004-11-16 | - MODULE_PARM -> module_param | Kenneth Aafloy | |
2004-10-28 | Imported FE_REFACTORING to HEAD | Andrew de Quincy | |
2004-10-08 | New 2000T type model number (70013) | Alex Woods | |
2004-09-18 | - use correct format specifier for printing out firmware size | Michael Hunold | |
2004-08-26 | Updated docs to point to firmware download script | Andrew de Quincy | |
2004-08-24 | - more feed backs from 2.6.8.1 | Michael Hunold | |
2004-08-24 | - replace dvb_unregister_frontend_new() with dvb_unregister_frontend() | Michael Hunold | |
2004-08-18 | - forgot to remove all occurences of "#include "dvb_functions.h" which is ↵ | Michael Hunold | |
included just everywhere - remove dvb_i2c.[ch], it's not needed anymore - rename dvb_register_frontend_new() to dvb_register_frontend() - | |||
2004-08-18 | - convert to new frontend functions, too | Michael Hunold | |
2004-08-08 | patch by Martin Binder: #include <linux/moduleparam.h> where necessary | Johannes Stezenbach | |
to make it compile with the SuSE 9.1 kernel | |||
2004-07-31 | merge back various cleanups from mainline kernel: | Johannes Stezenbach | |
- sparse annotiations (viro) - NULL noise removal (viro) - #if where #ifdef should've been (saa7146) (viro) - convert private ABS() to kernel's abs() (rddunlap) - dvb_register_i2c_device() locking fix for -ENOMEM (akpm) - dvb_register_i2c_bus() locking fix for -ENOMEM (akpm) | |||
2004-07-30 | - More MODULE_PARM -> module_param changes, all should be corrected now. | Kenneth Aafloy | |
- Remove unused av7110 DEBUG_VARIABLE. | |||
2004-05-03 | Remove 2.4 compat code | Alex Woods | |
2004-05-02 | DiSEqC for 3000-s | Alex Woods | |
Update docs accordingly | |||
2004-05-01 | Fix silly mistake with memset | Alex Woods | |
2004-04-28 | dec_3000s tuning fix by Ernst Peinlich | Johannes Stezenbach | |
2004-03-31 | - first try to fix the module use count bugs, thanks to Hernan A.Perez Masci ↵ | Michael Hunold | |
for his work! - dvb_net most likely doesn't work with 2.6 yet and dvb_net is untested in general | |||
2004-03-24 | Patch from Oliver Neukem to remove a buffer, since only one is used at a time. | Alex Woods | |
2004-03-11 | Checked in experimental frontend patch | Andrew de Quincy | |
Also some minimal budget-ci CI support implemented (just detection+IRQs) | |||
2004-02-29 | Add new detection code for 3000-s. | Alex Woods | |
Add lnb voltage setting to 3000-s frontend tuning command. | |||
2004-02-03 | Apply patch from Oliver Neukem that fixes: | Alex Woods | |
this driver does DMA to the stack via usb_bulk_msg(). The patch is against Linus' BK tree and compiles. | |||
2004-01-22 | - always compile before commit... | Michael Hunold | |
2004-01-22 | - backfeed from Linux kernel bitkeeper repository. can't really comment | Michael Hunold | |
on this, it compiled fine for me. [TTUSB]: ttusb_dec.c needs linux/init.h # This patch includes the following deltas: # ChangeSet 1.1569.1.1 -> 1.1569.1.2 # drivers/media/dvb/ttusb-dec/ttusb_dec.c 1.10 -> 1.11 # ttusb_dec.c | 1 + 1 files changed, 1 insertion(+) | |||
2004-01-22 | - don't allocate ARM_PACKET_SIZE (= 4096(!) bytes) on the stack, use | Michael Hunold | |
kmalloc() instead (found by Dave Jones on lkml, Alex please review) | |||
2004-01-21 | Fix compile for kernels < 2.4.20 | Alex Woods | |
2004-01-19 | Check for presence of crc32 function. | Alex Woods | |
Make unknown types of packet less likely to cause packet loss. | |||
2004-01-18 | Get it right.. | Alex Woods | |
2004-01-18 | select CRC32 for checking validity of firmware | Alex Woods | |
2004-01-13 | Fix USB timeout bug under 2.6. | Alex Woods | |
Use standard naming scheme firmwares for 2.4 build and update docs accordingly. | |||
2004-01-13 | Send audio packets to their filter rather than the videos. | Alex Woods | |
Change some variable names to make it clearer what we are dealing with (PVA). | |||
2004-01-12 | Support DEC2540-t under kernel 2.4 and add info on it to the ttusb-dec docs. | Alex Woods | |
Add a module option to get the raw AVPES packets from the dvr device. Handle the new empty packets that appear with the 2.16 firmware. Extra error checks. | |||
2004-01-11 | Add model number returned from DEC2540-t firmware. | Alex Woods | |
2004-01-10 | Handle the new firmwares that change the devices' USB IDs. | Alex Woods | |
Tidy up the STB initialisation process a little. |