summaryrefslogtreecommitdiff
path: root/linux/drivers
AgeCommit message (Collapse)Author
2003-06-27Don't complain when an app tries to turn *off* overlay, butMichael Hunold
there are no overlay informations.
2003-06-27import skystar2 driver. The author does not responds to emails, but since he ↵Holger Waechtler
released the driver under the terms of the LGPL it should be ok to incorporate it into theLinuxDVB project...
2003-06-27improved helpHolger Waechtler
2003-06-26vp310 should be configured to 90Mhz, too...Andreas Oberritter
skystar2 driver with bugfixed master_xfer() should probably work now. patch url: http://www.saftware.de/skystar2.c.diff big thanks to Lovec for providing the needed patches, and testing
2003-06-26set up data output for skystar2Andreas Oberritter
2003-06-26- fix usage of "v4l2_common_std()" from v4l2-common.c in saa7146_video.cMichael Hunold
- change saa7146_vv.h the way described earlier - follow these changes in budget-av and hexium driver
2003-06-26EXPORT_SYMBOL(ttpci_eeprom_parse_mac);Holger Waechtler
2003-06-25better support for vp310 on skystar2 cardsAndreas Oberritter
2003-06-25cvs sucks!Holger Waechtler
2003-06-25Same here: indentation fixes etc.Michael Hunold
2003-06-25- follow kernel coding style, mostly indentation fixes, don't put staticMichael Hunold
on a separate line, use "real" tab - get rid of "mt312_reg_addr_t" use "enum mt312_reg_addr" instead I know this is annoying, but I get bashed regularly on lkml because of the coding style some of our files have.
2003-06-24- set check-CRC flag on section filter to drop broken packetsJohannes Stezenbach
- some more debug prints in filter handling code - cleaned up and commented packet reception handler - formatting fixes
2003-06-24support for Mitel VP310 (untested)Andreas Oberritter
2003-06-24Remove firmware header from cvs :)Alex Woods
Include fdump and modify build system to create firmware header from firmware binary file. Twiddle checksum value for firmware upload to current firmware's value.
2003-06-23Now forced to use auto for as many parameters as possibleAndrew de Quincy
2003-06-23Removed unneeded FE_RESET code.Andrew de Quincy
2003-06-23FEC index limit mask has to be 0x07 - not 0x3Holger Waechtler
2003-06-23remove bogus out-of-range check, FEC table index is limited to 0...7 due to ↵Holger Waechtler
&= ~0x07 anyway...
2003-06-23don't enable voltage on init + inversion bugfixAndreas Oberritter
2003-06-23Zarlink MT312 satellite channel decoder driverAndreas Oberritter
2003-06-23- prevent interface from being removed while it is in useJohannes Stezenbach
- allow add/remove only for the superuser - fix formatting
2003-06-23get rid of trailing whitespaceJohannes Stezenbach
2003-06-23use proposed mac where possible, fix the uninitialized net->addr_len bug, ↵Holger Waechtler
make sume printk() dprintk()
2003-06-23Fixed getting CI slot status for CiMAX 2.0 chips; firmware version 0x2619Holger Waechtler
2003-06-22Rollback to munges and split usb compat stuff out to fix buildingAlex Woods
against 2.4 and 2.5 kernels.
2003-06-21- compile and documentation fixes, enable bt8xx usb USB driver buildsHolger Waechtler
there is no reason not to submit the bt8xx driver with the next patchset, right?
2003-06-212.5 compile fixesHolger Waechtler
2003-06-21fix compile warningHolger Waechtler
2003-06-21- 2.5 API changes for bt878Holger Waechtler
- remove flush_workqueue(wq) from dvb_net.c -- don't we have to ensure that the handler has finished? all other drivers don't do this as well...?
2003-06-21Better fix for errorchecking bug in read_ucblocksAndrew de Quincy
2003-06-21Small errorchecking bug fixedAndrew de Quincy
2003-06-21remove card_num and dev_num from struct dvb_netHolger Waechtler
2003-06-21code review, use adap->num instead of card_num field, card_num and dev_num ↵Holger Waechtler
are deprecated -- to be removed. register network device for bt8xx cards
2003-06-212.5 portability code to task queuesHolger Waechtler
2003-06-19use Robert's suggestions for CLKCONF (0x03) and CARCONF (0x04)Holger Waechtler
please test in your local networks and report problems
2003-06-19Add missing count variable, thanks to <matt@Helius.COM>Michael Hunold
2003-06-19No longer dies if disabling mc44 chip failsAndrew de Quincy
2003-06-18implemented FE_READ_SIGNAL_STRENGTH and (hopefully) fixed FE_READ_SNRHolger Waechtler
please test, don't have this card here
2003-06-18Indentation fixes, make RPS capture code work againMichael Hunold
2003-06-18When I submitted the last patchset for the 2.5 kernel series,Michael Hunold
Alan Cox reformatted the code to follow his coding style when he fixed the merge bugs. This patch now introduces these coding style changes, so that we don't wipe out his changes with the next patchset.
2003-06-17Patch by Paul Andreassen:Johannes Stezenbach
Add Support for Comtech DVBT-6k07 (PLL IC: SP5730)
2003-06-17move debug print after variable declarationsJohannes Stezenbach
(patch by Andrew de Quincey)
2003-06-17Patch by Andrew de Quincey:Johannes Stezenbach
1) Now tunes properly! Previously it could only tune to certain frequencies 'cos of a rounding bug in the calculations. 2) Made it less noisy so it doesn't print disturbing messages when probing for a tda10045h fails. 3) Added FIXME comments in appropriate unfinished places.
2003-06-17add some MODULE_PARM_DESC for modinfoJohannes Stezenbach
2003-06-16try to make a more specific detection mechanismHolger Waechtler
2003-06-16Fix to the jerking problem with tda10045hHolger Waechtler
2003-06-16Andrew de Quincy's and Robert Schlalach's tda10045 DVB-T driverHolger Waechtler
2003-06-16update comment and clear mac field if EEPROM read failedHolger Waechtler
2003-06-15build fixes. please do a test compile before committing to cvs.Andreas Oberritter
2003-06-15Improved performance when setting palette with full 256 color OSD (untested, ↵Klaus Schmidinger
see DVB for tested version)