aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/m920x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-13[media] dvb-usb: move it to drivers/media/usb/dvb-usbMauro Carvalho Chehab1-1099/+0
2011-11-18USB: convert drivers/media/* to use module_usb_driver()Greg Kroah-Hartman1-21/+1
2011-09-21[media] m920x: fix ERROR: do not use assignment in if conditionMichael Krufky1-9/+12
2011-09-06[media] dvb-usb: refactor MFE code for individual streaming config per frontendMichael Krufky1-10/+33
2011-07-31[media] dvb-usb: prepare for multi-frontend support (MFE)Antti Palosaari1-7/+7
2011-05-20[media] m920x: get rid of on-stack dma buffersFlorian Mickler1-11/+22
2011-05-20[media] rc: further key name standardizationJarod Wilson1-8/+8
2010-12-29[media] rc: Name RC keymap tables as rc_map_tableMauro Carvalho Chehab1-12/+12
2010-08-02V4L/DVB: dvb-usb: prepare drivers for using rc-coreMauro Carvalho Chehab1-16/+22
2010-08-02V4L/DVB: dvb-usb: get rid of struct dvb_usb_rc_keyMauro Carvalho Chehab1-4/+4
2010-05-19V4L/DVB: rename all *_rc_keys to ir_codes_*_nec_tableMauro Carvalho Chehab1-9/+9
2010-02-26V4L/DVB: m920x: Add support for Pinnacle PCTV310e cardMassimo Del Fedele1-0/+141
2009-09-19V4L/DVB (13015): kmalloc failure ignored in m920x_firmware_download()Roel Kluin1-0/+2
2009-09-12V4L/DVB (12598): dvb-usb: store rc5 custom and data at the same fieldMauro Carvalho Chehab1-34/+34
2008-06-05V4L/DVB (7969): m920x: unaligned accessAl Viro1-3/+4
2008-04-24V4L/DVB (7538): Adds selectable adapter numbers as per module optionJanne Grunau1-8/+14
2008-04-24V4L/DVB (7513): media/dvb/dvb-usb replace remaining __FUNCTION__ occurrencesHarvey Harrison1-6/+6
2007-07-18V4L/DVB (5696): M920x: add missing error handling to prevent syslog spammingAapo Tahkola1-9/+18
2007-07-18V4L/DVB (5695): M920x: enable second adapter on LifeView TV Walker TwinAapo Tahkola1-3/+3
2007-07-18V4L/DVB (5694): M920x: fix for Dposh devicesAapo Tahkola1-16/+22
2007-07-18V4L/DVB (5693): M920x: second endpoint also needs to be changed to alt settingAapo Tahkola1-14/+17
2007-07-18V4L/DVB (5692): M920x: attempt to fix hw pid filters on second endpointAapo Tahkola1-19/+38
2007-05-09V4L/DVB (5614): M920x: Disable second adapter on LifeView TV Walker TwinNick Andrew1-3/+3
2007-05-09V4L/DVB (5613): M920x: loosen up 80-col limitAapo Tahkola1-40/+23
2007-05-09V4L/DVB (5612): M920x: rename function prefixes from m9206_foo to m920x_fooAapo Tahkola1-63/+63
2007-05-09V4L/DVB (5611): M920x: replace deb_rc with debAapo Tahkola1-21/+20
2007-05-09V4L/DVB (5610): M920x: remove duplicated codeMichael Krufky1-87/+44
2007-05-09V4L/DVB (5609): M920x: group like functions togetherMichael Krufky1-100/+101
2007-05-09V4L/DVB (5608): M920x: various whitespace cleanupsMichael Krufky1-102/+127
2007-05-09V4L/DVB (5607): M920x: Initial support for devices likely manufactured by DposhAapo Tahkola1-0/+49
2007-05-09V4L/DVB (5606): M920x: add "c-basic-offset: 8" to help emacs to enforce tabbingMichael Krufky1-0/+5
2007-05-09V4L/DVB (5605): M920x: Add support for LifeView TV Walker TwinNick Andrew1-15/+265
2007-04-27V4L/DVB (5459): M920x: add support for Anubis Electronics / MSI Digi Vox Mini IIPierre Willenbrock1-1/+82
2007-04-27V4L/DVB (5449): M920x: add error messages for debugging purposesPierre Willenbrock1-2/+8
2007-04-27V4L/DVB (5448): M920x: rename megasky_identify_state to m920x_identify_stateAapo Tahkola1-5/+5
2007-04-27V4L/DVB (5428): M920x: Detect zero-length I2C messages and fix a typoTrent Piepho1-2/+7
2007-04-27V4L/DVB (5427): M920x: Improve I2C operationsTrent Piepho1-26/+26
2007-04-27V4L/DVB (5426): M920x: remove unneeded codeAapo Tahkola1-1/+0
2007-04-27V4L/DVB (5425): M920x: rework driver code to allow for different devicesAapo Tahkola1-23/+28
2007-04-27V4L/DVB (5423): M920x: i2c cleanupsAapo Tahkola1-43/+26
2007-02-21V4L/DVB (5142): M920x: move filter caps from device caps to adapter capsMichael Krufky1-2/+4
2007-02-21V4L/DVB (5141): M920x: group tuner / demod callback functions togetherMichael Krufky1-62/+63
2007-02-21V4L/DVB (5140): Whitespace / 80-column cleanupsMichael Krufky1-8/+16
2007-02-21V4L/DVB (5139): M920x: Fix tuner identification bug with qt1010 moduleAapo Tahkola1-14/+32
2007-02-21V4L/DVB (5137): Dvb: add new qt1010 tuner moduleAntti Palosaari1-1/+12
2007-02-21V4L/DVB (5136): M920x: correct oops when loading moduleMichael Krufky1-3/+3
2007-02-21V4L/DVB (5134): M920x: fix build in hg tree / other trivial fixesMichael Krufky1-2/+0
2007-02-21V4L/DVB (5133): M920x: move qt1010_tuner_attach function into qt1010.hMichael Krufky1-10/+1
2007-02-21V4L/DVB (5132): M920x: more trivial cleanupsPatrick Boettcher1-10/+1
2007-02-21V4L/DVB (5131): M920x: more cleanupsMichael Krufky1-58/+46