summaryrefslogtreecommitdiff
path: root/drivers/media/video/em28xx/em28xx-video.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-26V4L/DVB (6587): Cleanup at tv norm selectionMauro Carvalho Chehab1-54/+7
2008-01-26V4L/DVB (6586): Remove some dead code and make drive fully V4L2 compatibleMauro Carvalho Chehab1-10/+0
2008-01-26V4L/DVB (6585): Convert em28xx to video_ioctl2Mauro Carvalho Chehab1-924/+1011
2008-01-26V4L/DVB (6584): Fix read() methodMauro Carvalho Chehab1-8/+22
2008-01-26V4L/DVB (6583): Fix em28xx read stream lockingMauro Carvalho Chehab1-21/+56
2008-01-26V4L/DVB (6582): Fix em28xx to allow multiple openMauro Carvalho Chehab1-51/+73
2008-01-26V4L/DVB (6545): em28xx: autodetect Cinergy 200 USB and VGear PocketTVSascha Sommer1-0/+1
2008-01-26V4L/DVB (6538): em28xx: fix locking to allow accesses from 2 different thread...Sascha Sommer1-72/+79
2008-01-26V4L/DVB (6536): Add a hint for boards without unique USB IDMauro Carvalho Chehab1-85/+35
2008-01-26V4L/DVB (6535): Fix: Adds the generic PCI IDs for em28xxMauro Carvalho Chehab1-9/+5
2008-01-26V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIGMauro Carvalho Chehab1-5/+0
2007-12-11V4L/DVB (6581): Fix: avoids negative vma usage countMauro Carvalho Chehab1-1/+3
2007-12-11V4L/DVB (6540): em28xx: fix failing autodetection after the rebootSascha Sommer1-1/+2
2007-11-05V4L/DVB (6514): em28xx: Include linux/mm.hTrent Piepho1-0/+1
2007-10-22V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab1-2/+0
2007-10-20Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-10V4L/DVB (6316): Change list_for_each+list_entry to list_for_each_entryTrent Piepho1-3/+1
2007-10-10V4L/DVB (6005): Initialize filp->private_data only once in em28xx_v4l2_openRolf Eike Beer1-2/+0
2007-08-23USB: Fix a memory leak in em28xx_usb_probe()Jesper Juhl1-0/+1
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-02-12[PATCH] mark struct file_operations const 4Arjan van de Ven1-1/+1
2006-12-27V4L/DVB (5014): Allyesconfig build fixes on some non x86 archDavid Brownell1-2/+2
2006-10-11[PATCH] em28xx NULL noise removalAl Viro1-1/+1
2006-09-26V4L/DVB (4546): Add u32 argument to VIDIOC_INT_RESET.Hans Verkuil1-1/+1
2006-06-30V4L/DVB (4267): Remove all instances of request_module("tda9887")Michael Krufky1-2/+0
2006-06-25V4L/DVB (3715): Change all emails to the currently used one.Mauro Carvalho Chehab1-2/+2
2006-06-25V4L/DVB (3712): Fix video input setting of em28xx, use _INT_S_VIDEO_ROUTING i...Hans Verkuil1-7/+11
2006-05-13V4L/DVB (3790): Use after free in drivers/media/video/em28xx/em28xx-video.cEric Sesterhenn1-5/+5
2006-04-02V4L/DVB (3702): Make msp3400 routing defines more consistentHans Verkuil1-1/+1
2006-04-02V4L/DVB (3700): Remove obsolete commands from tvp5150.cHans Verkuil1-27/+4
2006-03-24V4L/DVB (3582): Implement correct msp3400 input/output routingHans Verkuil1-1/+7
2006-03-21V4L/DVB (3513): Remove saa711x driverMauro Carvalho Chehab1-204/+14
2006-03-21V4L/DVB (3499): Fix a bug when more than MAXBOARDS were plugged on em28xxMauro Carvalho Chehab1-1/+1
2006-02-27V4L/DVB (3293): Fixed amux hauppauge hvr900/terratec hybrid xsMarkus Rechberger1-7/+7
2006-02-07V4L/DVB (3318b): sem2mutex: drivers/media/, #2Ingo Molnar1-53/+53
2006-02-07V4L/DVB (3314): Fixed em28xx based system lockup Markus Rechberger1-1/+3
2006-01-23V4L/DVB (3432): Hauppauge HVR 900 Composite supportMarkus Rechberger1-0/+1
2006-01-23V4L/DVB (3423): CodingStyle fixes.Mauro Carvalho Chehab1-442/+427
2006-01-23V4L/DVB (3422): Implemented VIDIOC_G_FMT/S_FMT for sliced VBIMauro Carvalho Chehab1-153/+155
2006-01-23V4L/DVB (3421): Several fixes to prepare for VBIMauro Carvalho Chehab1-76/+180
2006-01-23V4L/DVB (3406): Added credits for em28xx-video.cMauro Carvalho Chehab1-0/+3
2006-01-15V4L/DVB (3380): Semaphore to mutex conversion on drivers/mediaIngo Molnar1-3/+4
2006-01-12V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-01-09V4L/DVB (3269): ioctls cleanups.Michael Krufky1-1/+1
2006-01-09V4L/DVB (3233): Fixed API to set I2S speed controlMauro Carvalho Chehab1-0/+2
2006-01-09V4L/DVB (3100): fix compile error, remove dead code and volume scalingHans Verkuil1-3/+1
2006-01-09V4L/DVB (3099): Fixed device controls for em28xx on WinTV USB2 devicesMauro Carvalho Chehab1-38/+123
2006-01-09V4L (963): Explicit compat_ioctl32 handler to em28xxMauro Carvalho Chehab1-0/+2
2006-01-05[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2005-12-19[PATCH] V4L/DVB (3188): Fix compilation failure with gcc 2.95.3.Jean Delvare1-1/+1