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
/
ttpci
/
av7110_ir.c
Age
Commit message (
Expand
)
Author
2005-04-27
fixed debugging instructions: av7110_debug -> debug
Oliver Endriss
2005-03-19
- Patch by Olaf Titz: gcc 2.95 compile fixes
Kenneth Aafloy
2005-03-09
- FIX: don't do av7110_ir_exit if init was not done
Kenneth Aafloy
2004-09-20
- remove stupid DEB_* debugging macro horror from av7110 and budget drivers, ...
Michael Hunold
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-29
- MODULE_PARM -> module_param* for dvb-ttpci and budget-core,
Kenneth Aafloy
2004-05-26
kill keyup_timer in av7110_ir_exit()
Johannes Stezenbach
2004-05-03
- remove 2.4 compat code, expect for ttusb_dec.c
Michael Hunold
2004-01-06
minor whitepsace / coding style cleanup
Johannes Stezenbach
2004-01-05
Split av7110.c into a few separate modules:
Johannes Stezenbach
2003-06-18
When I submitted the last patchset for the 2.5 kernel series,
Michael Hunold
2003-05-21
KEY_MHP -> KEY_BACK
Holger Waechtler
2003-05-02
Replace simple memcpy() from user buffer by copy_from_user() construction.
Michael Hunold
2003-04-01
improved autorepeat: Create autorepeat events using the key repeats of
Oliver Endriss
2003-03-31
reduce key-up timer to HZ/7, a better solution will follow later
Oliver Endriss
2003-03-31
RC5: check toggle bit
Oliver Endriss
2003-03-30
check device address of remote control transmitter (optional)
Oliver Endriss
2003-03-28
don't interpret the down bit anymore
Holger Waechtler
2002-12-30
Next chunk of big splitup / cleanup:
Michael Hunold