index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
dvb
/
dvb-core
Age
Commit message (
Expand
)
Author
2004-08-26
Patch from Sjoerd Simons for better debugging with multiple cards
Andrew de Quincy
2004-08-24
- replace dvb_unregister_frontend_new() with dvb_unregister_frontend()
Michael Hunold
2004-08-24
- back feed from 2.6.8.1: replace struct iovec with struct kvec
Michael Hunold
2004-08-18
- add the include to the header file, it's needed at other places, too
Michael Hunold
2004-08-18
- #include <linux/smp_lock.h> to avoid warnings about lock_kernel()
Michael Hunold
2004-08-18
- forgot to remove all occurences of "#include "dvb_functions.h" which is inc...
Michael Hunold
2004-08-18
- nuke dvb functions stuff
Michael Hunold
2004-08-18
- remove dvb i2c code (all drivers are ported to kernel i2c)
Michael Hunold
2004-08-16
No longer attempts to parse body of tuple 0xff
Andrew de Quincy
2004-08-16
Fix for matrix CAMs from Sjoerd Simons
Andrew de Quincy
2004-08-08
patch by Martin Binder: #include <linux/moduleparam.h> where necessary
Johannes Stezenbach
2004-08-06
- add sysfs/udev support using "class_simple"
Michael Hunold
2004-08-03
boolean typo in dvb_dmx_swfilter_sectionfilter() found by Dave Jones
Johannes Stezenbach
2004-08-02
use c99 initializers
Johannes Stezenbach
2004-08-02
- clean up whitespace at eol
Johannes Stezenbach
2004-08-02
patch by Wolfgang Fritz: suppress spurious events during tuning
Johannes Stezenbach
2004-07-31
merge back various cleanups from mainline kernel:
Johannes Stezenbach
2004-07-30
- More MODULE_PARM -> module_param changes, all should be corrected now.
Kenneth Aafloy
2004-07-28
set fe->state=FESTATE_DISEQC on FE_SET_VOLTAGE as suggested by Andreas Share
Johannes Stezenbach
2004-07-27
change DVB major number from 250 to 212 as assigned by www.lanana.org
Johannes Stezenbach
2004-07-16
- Do not allow write (and related) ioctls when frontend is opened RDONLY.
Kenneth Aafloy
2004-07-16
- Adding I2C_DRIVERID for all frontends to dvb_i2c.h
Kenneth Aafloy
2004-07-12
Missing header change for:
Kenneth Aafloy
2004-07-12
- Properly lock the frontend module on open/close.
Kenneth Aafloy
2004-07-11
patch by Christopher Pascoe: remove bogus up(fe->sem) on fe thread exit
Johannes Stezenbach
2004-05-27
prevent Oops when PES filter is set with invalid pes_type
Johannes Stezenbach
2004-05-14
Fix for aston CAM read timeout problems
Andrew de Quincy
2004-05-14
Remove test for FE_CAN_MUTE_TS so that frontends will not leak stray data dur...
Andrew de Quincy
2004-05-05
protect feed_list with spin_locks (possibly fixes crashes on SMP)
Johannes Stezenbach
2004-05-03
- remove 2.4 compat code, expect for ttusb_dec.c
Michael Hunold
2004-05-03
Overhaul frontend i2c subsystem because of the recent discussion about
Michael Hunold
2004-04-29
- protect adapter module from removal after net interface has been set up
Michael Hunold
2004-04-18
- now really fix compilaton
Michael Hunold
2004-04-18
- fix compilation
Michael Hunold
2004-04-14
- rename FEEDTYPE_SEC/TS to DVB_NET_FEEDTYPE_MPE/ULE
Johannes Stezenbach
2004-04-14
formatting and codingstyle fixes
Johannes Stezenbach
2004-04-14
Fixed dvb_ringbuffer_pkt_next not advancing to next packet
Andrew de Quincy
2004-04-14
Removed configoption readback test since it is unreliable
Andrew de Quincy
2004-04-12
Added timeout to write loop
Andrew de Quincy
2004-04-09
Increased readers to 1
Andrew de Quincy
2004-04-09
Remove FR IRQ - The driver no longer uses it, and my Cryptoworks CAM
Andrew de Quincy
2004-04-09
Fixed stupid bug in io_read
Andrew de Quincy
2004-04-08
Fix for 100% CPU usage on CAM failure
Andrew de Quincy
2004-04-05
Fixed polling delay.
Andrew de Quincy
2004-04-05
First commmit for budget-ci CI interface code
Andrew de Quincy
2004-03-31
- add crc32 include for ULE patch
Michael Hunold
2004-03-31
- integrate ULE Decapsulation code, thanks to gcs - Global Communication & Se...
Michael Hunold
2004-03-31
- first try to fix the module use count bugs, thanks to Hernan A.Perez Masci ...
Michael Hunold
2004-03-15
- if dvb_frontend_internal_ioctl() returns an error code, be sure to
Michael Hunold
2004-03-14
Converted 8space->1tabs (formatting)
Andrew de Quincy
[next]