aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* media: mantis: fix silly crash caseAlan Cox2013-05-241-2/+4
* media: rc: unlock on error in show_protocols()Dan Carpenter2013-03-041-1/+3
* media: au0828: fix case where STREAMOFF being called on stopped stream causes...Devin Heitmueller2012-10-281-4/+8
* media: rc: ite-cir: Initialise ite_dev::rdev earlierBen Hutchings2012-10-131-1/+1
* media: Avoid sysfs oops when an rc_dev's raw device is absentDouglas Bagnall2012-10-021-2/+3
* USB: smsusb: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman2012-09-141-1/+1
* USB: spca506: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman2012-09-141-1/+1
* media: dvb-core: Release semaphore on error path dvb_register_device()Santosh Nayak2012-07-191-0/+1
* media: smsusb: add autodetection support for USB ID 2040:f5a0Michael Krufky2012-07-161-0/+2
* media: uvcvideo: Fix ENUMINPUT handlingLaurent Pinchart2012-06-011-1/+1
* smsusb: add autodetection support for USB ID 2040:c0a0Michael Krufky2012-06-011-0/+2
* media: rc: Postpone ISR registrationLuis Henriques2012-05-215-93/+93
* media: rc-core: set mode for winbond-cirDavid Härdeman2012-04-271-0/+1
* pvrusb2: fix 7MHz & 8MHz DVB-T tuner support for HVR1900 rev D1F5Michael Krufky2012-04-021-0/+10
* lgdt330x: fix signedness error in i2c_read_demod_bytes()Xi Wang2012-04-021-2/+4
* hdpvr: fix race conditon during start of streamingJanne Grunau2012-02-291-1/+2
* uvcvideo: Fix integer overflow in uvc_ioctl_ctrl_map()Haogang Chen2012-01-252-0/+10
* V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy()Dan Carpenter2012-01-251-0/+4
* media: s5p-fimc: Use correct fourcc for RGB565 colour formatSylwester Nawrocki2012-01-061-1/+1
* saa7164: Add support for another HVR2200 hardware revisionTony Jago2011-11-263-0/+68
* tuner_xc2028: Allow selection of the frequency adjustment code for XC3028Mauro Carvalho Chehab2011-11-111-1/+1
* dib0700: protect the dib0700 buffer accessOlivier Grenie2011-11-111-9/+72
* DiBcom: protect the I2C bufer accessPatrick Boettcher2011-11-118-67/+412
* uvcvideo: Set alternate setting 0 on resume if the bus has been resetMing Lei2011-11-113-3/+11
* uvcvideo: Fix crash when linking entitiesLaurent Pinchart2011-10-251-1/+1
* vp7045: fix buffer setupFlorian Mickler2011-10-031-22/+4
* nuvoton-cir: simplify raw IR sample handlingJarod Wilson2011-10-032-38/+8
* si4713-i2c: avoid potential buffer overflow on si4713Mauro Carvalho Chehab2011-07-181-2/+2
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-176-18/+30
|\
| * [media] tuner-core: fix a 2.6.39 regression with mt20xxMauro Carvalho Chehab2011-07-131-4/+12
| * [media] dvb_frontend: fix race condition in stopping/starting frontendDevin Heitmueller2011-07-131-0/+8
| * [media] media: fix radio-sf16fmr2 build when SND is not enabledRandy Dunlap2011-07-131-1/+1
| * [media] MEDIA: Fix non-ISA_DMA_API link failure of sound codeRalf Baechle2011-07-131-1/+1
| * [media] nuvoton-cir: make idle timeout more saneJarod Wilson2011-07-111-1/+1
| * [media] mceusb: increase default timeout to 100msRafi Rubin2011-07-111-1/+1
| * [media] mceusb: Timeout unit correctionsRafi Rubin2011-07-111-3/+4
| * [media] Revert "V4L/DVB: cx23885: Enable Message Signaled Interrupts(MSI)"Jarod Wilson2011-07-111-7/+2
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-117-136/+145
|\ \ | |/
| * [media] msp3400: fill in v4l2_tuner based on vt->type fieldHans Verkuil2011-07-071-5/+7
| * [media] tuner-core.c: don't change type field in g_tuner or g_frequencyHans Verkuil2011-07-071-19/+19
| * [media] cx18/ivtv: fix g_tuner supportHans Verkuil2011-07-072-12/+4
| * [media] tuner-core: power up tuner when called with s_power(1)Hans Verkuil2011-07-071-3/+7
| * [media] v4l2-ioctl.c: check for valid tuner type in S_HW_FREQ_SEEKHans Verkuil2011-07-071-3/+9
| * [media] tuner-core: simplify the standard fixupHans Verkuil2011-07-071-65/+28
| * [media] tuner-core/v4l2-subdev: document that the type field has to be filled inHans Verkuil2011-07-071-0/+29
| * [media] bttv: fix s_tuner for radioHans Verkuil2011-07-071-1/+1
| * [media] pvrusb2: fix g/s_tuner supportHans Verkuil2011-07-071-0/+4
| * [media] v4l2-ioctl.c: prefill tuner type for g_frequency and g/s_tunerHans Verkuil2011-07-071-0/+6
| * [media] tuner-core: fix tuner_resume: use t->mode instead of t->typeHans Verkuil2011-07-071-1/+1
| * [media] tuner-core: fix s_std and s_tunerHans Verkuil2011-07-071-28/+31