Age | Commit message (Expand) | Author |
2002-12-20 | fix saa7146 debug setting | Johannes Stezenbach |
2002-12-20 | cure for: | Johannes Stezenbach |
2002-12-20 | More compile fixes to allow a flawless static build, changed the | Michael Hunold |
2002-12-19 | Necessary changes for static build. | Michael Hunold |
2002-12-19 | Necessary fixes to the saa7146_core to allow the driver to | Michael Hunold |
2002-12-19 | __devexit_p(saa7146_remove_one) | Holger Waechtler |
2002-12-19 | removed bogus whitespaces | Holger Waechtler |
2002-12-19 | allow statically built kernel | Holger Waechtler |
2002-12-19 | use down_interruptible() | Holger Waechtler |
2002-12-19 | make 'standard' static | Holger Waechtler |
2002-12-19 | static declarations where possible | Holger Waechtler |
2002-12-19 | Remove __stringify define, because it's in include/linux/stringify.h. | Michael Hunold |
2002-12-19 | The IER should be cleared in config_a_device, otherwise it's possible that | Michael Hunold |
2002-12-17 | stop fe thread without FE_SLEEP if shutdown timeout is 0 | Andreas Oberritter |
2002-12-17 | Misc. build fixes (beautification, remove some unnecessary printks) | Michael Hunold |
2002-12-17 | Add the video4linux driver for the "Multimedia eXtension Board", | Michael Hunold |
2002-12-17 | Some build fixes. Removed "makecrosslinks" because it won't work | Michael Hunold |
2002-12-17 | Remove most of the compatiblilty crap from "compat.h", the new | Michael Hunold |
2002-12-17 | Change the av7110 to use the new saa7146 core, necessary changes | Michael Hunold |
2002-12-17 | Remove old saa7146 driver core used for the av7110. | Michael Hunold |
2002-12-17 | Add the new saa7146 driver core to media/common. | Michael Hunold |
2002-12-09 | audio status patch by Honza Petrous <hop@unibase.cz> | Holger Waechtler |
2002-12-06 | - rename kdvb-fe to kdvb-fe-%i:%i (adapter/id) | Holger Waechtler |
2002-12-05 | get the fe->thread thing right | Holger Waechtler |
2002-12-05 | applied patch suggested by Oliver Endriss <o.endriss@gmx.de> in order to avoid | Holger Waechtler |
2002-12-04 | call reparent_to_init() after daemonize () | Holger Waechtler |
2002-11-27 | apply fix by Micael Beronius <micael.beronius@telia.com> in order to release the | Holger Waechtler |
2002-11-26 | one more parenthesis bug fix | Holger Waechtler |
2002-11-26 | also set FE_HAS_LOCK if frontend has agc1 lock | Andreas Oberritter |
2002-11-26 | add explicit parentheses to ensure the correct operator precedence | Holger Waechtler |
2002-11-26 | add new vendor/device id pair reported by Rolf Schillinger <rolf@sir-wum.de> | Holger Waechtler |
2002-11-22 | export symbols for vmalloc_to_page() and generic_usercopy() | Holger Waechtler |
2002-11-21 | CRC handling / seeding changes | Florian Schirmer |
2002-11-21 | CRC handling / seeding changes | Florian Schirmer |
2002-11-21 | - set up BLK_OUT stream mode, the demodulator works more reliable in this | Holger Waechtler |
2002-11-21 | replaced down_interruptible() by non-interruptible down() and changed | Holger Waechtler |
2002-11-20 | applied patch by Juergen Peitz <peitz@snafu.de> | Holger Waechtler |
2002-11-20 | load microcode only once at attach time. Patch by Juergen Paitz <peitz@snafu.de> | Holger Waechtler |
2002-11-19 | fixed a stupid bug regarding FE_CAN_CLEAN_SETUP | Holger Waechtler |
2002-11-19 | removed unused MODULE_PARM(debug,"i") | Holger Waechtler |
2002-11-19 | Atmel AT76C651 DVB-C demodulator driver | Andreas Oberritter |
2002-11-18 | code review and cleanup, dynamic demod i2c address probing, autoinversion | Holger Waechtler |
2002-11-18 | add FE_CAN_CLEAN_SETUP bit to avoid unnecessairy zigzag delay when using | Holger Waechtler |
2002-11-18 | make i2c messages const pointers | Holger Waechtler |
2002-11-18 | removed debug+test code | Holger Waechtler |
2002-11-18 | implemented inversion auto detection, the voodoo "i am a LG and not an Alps"-... | Holger Waechtler |
2002-11-18 | fixed a stupid bug introduced by the 2.5.48 changes | Holger Waechtler |
2002-11-18 | some stv0299 report bogus device id's after soft reboot, so we'll accept | Holger Waechtler |
2002-11-18 | keymap fix | Holger Waechtler |
2002-11-18 | replace __MOD_(INC|DEC)_USE_COUNT() by try_module_get() and module_put() | Holger Waechtler |