aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-02V4L/DVB: dib0700: Fix RC protocol logic to properly handle NEC/NECx and RC-5Mauro Carvalho Chehab1-31/+35
2010-08-02V4L/DVB: dib0700: properly implement IR change_protocolMauro Carvalho Chehab4-34/+140
2010-08-02V4L/DVB: dib0700: break keytable into NEC and RC-5 variantsMauro Carvalho Chehab1-14/+53
2010-08-02V4L/DVB: dib0700: avoid bad repeatMauro Carvalho Chehab1-0/+3
2010-08-02V4L/DVB: Port dib0700 to rc-coreMauro Carvalho Chehab2-445/+94
2010-08-02V4L/DVB: dvb-usb: add support for rc-core modeMauro Carvalho Chehab2-37/+149
2010-08-02V4L/DVB: dvb-usb: prepare drivers for using rc-coreMauro Carvalho Chehab21-282/+396
2010-08-02V4L/DVB: dvb-usb: get rid of struct dvb_usb_rc_keyMauro Carvalho Chehab23-100/+90
2010-08-02V4L/DVB: af9005: use generic_bulk_ctrl_endpoint_responseMichael Krufky1-48/+7
2010-08-02V4L/DVB: af9015: support for AverMedia AVerTV Volar M (A815Mac)Antti Palosaari2-1/+8
2010-08-02V4L/DVB: remove unneeded null check in anysee_probe()Dan Carpenter1-4/+6
2010-08-02V4L/DVB: dvb-usb-init.c: white space changes in dvb-usb-initDan Carpenter1-29/+31
2010-08-02V4L/DVB: Add FE_CAN_TURBO_FECKlaus Schmidinger1-1/+1
2010-08-02V4L/DVB: drivers/media/dvb/dvb-usb/dib0700: CodingStyle fixesDaniel Mack1-31/+35
2010-08-02V4L/DVB: drivers/media/dvb/dvb-usb/dib0700: fix return valuesDaniel Mack1-9/+7
2010-06-01V4L/DVB: m920x: Select simple tunerBen Hutchings1-0/+1
2010-06-01V4L/DVB: dib0700: Select dib0090 frontendBen Hutchings1-0/+1
2010-06-01V4L/DVB: dw2102: Select tda10023 frontend, not tda10021Ben Hutchings1-1/+1
2010-06-01V4L/DVB: Add notification to cxusb_dualdig4_rev2_frontend_attach() error handlingPrarit Bhargava1-1/+3
2010-06-01V4L/DVB: TT CT-3650 DVB-C supportGuy Martin2-6/+90
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-3/+4
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-3/+4
2010-05-20Merge branch 'v4l_for_2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds27-220/+334
2010-05-19V4L/DVB: media/az6027: handle -EIO failureDan Carpenter1-4/+1
2010-05-19V4L/DVB: media/az6027: doing dma on the stackDan Carpenter1-9/+41
2010-05-19V4L/DVB: dvb-usb: gp8psk, fix potential null derefernceJiri Slaby1-0/+4
2010-05-19V4L/DVB: dib7000p: reduce large stack usageRandy Dunlap1-2/+3
2010-05-19V4L/DVB: Add Elgato EyeTV Diversity to dibcom driverMichael Müller2-2/+45
2010-05-19Revert "V4L/DVB: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable DVB devices"Mauro Carvalho Chehab1-1/+1
2010-05-19V4L/DVB: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable DVB devicesKlaus Schmidinger1-1/+1
2010-05-19V4L/DVB: rename all *_rc_keys to ir_codes_*_nec_tableMauro Carvalho Chehab23-180/+180
2010-05-18V4L/DVB: dvb-usb: enable specifying a separate generic bulk ctrl response endpointMichael Krufky2-0/+9
2010-05-18V4L/DVB: Fix bad whitespacingMauro Carvalho Chehab1-5/+5
2010-05-18V4L/DVB: AZ6027: Fix initialization for some cardsOleg Roitburd2-3/+21
2010-05-18V4L/DVB: AZ6027: Add support for Technisat V1 deviceOleg Roitburd2-2/+4
2010-05-18V4L/DVB: af9015: support for KWorld TV Stick II (395UR)Antti Palosaari2-1/+4
2010-05-18V4L/DVB: af9015: support for KWorld USB DVB-T Stick Mobile (UB383-T)Antti Palosaari2-1/+9
2010-05-18V4L/DVB: az6027: remove redundant condition checkMárton Németh1-11/+8
2010-04-23Merge branch 'master' into for-nextJiri Kosina3-2/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-03-16Fix typos in commentsThomas Weber1-1/+1
2010-03-08Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov1-2/+2
2010-02-26V4L/DVB: dvb-usb/opera1: misplaced parenthesisRoel Kluin1-1/+1
2010-02-26V4L/DVB: V4L: dvb-usb, add extra sync to down-up input eventsJiri Slaby2-0/+2
2010-02-26V4L/DVB: AZ6027: Fix build warningsManu Abraham1-4/+4
2010-02-26Revert "V4L/DVB: az6027: az6027_read_mac_addr is currently unused"Mauro Carvalho Chehab1-2/+2
2010-02-26Revert "V4L/DVB: az6027: IR RC keys are using the old struct with 3 parameters, instead of 2"Mauro Carvalho Chehab1-2/+2
2010-02-26V4L/DVB: az6027: az6027_read_mac_addr is currently unusedMauro Carvalho Chehab1-2/+2
2010-02-26V4L/DVB: az6027: IR RC keys are using the old struct with 3 parameters, instead of 2Mauro Carvalho Chehab1-2/+2
2010-02-26V4L/DVB: AZ6027: Fix checkpatch violationsManu Abraham2-300/+320