aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx
AgeCommit message (Expand)AuthorFilesLines
2006-03-18[PATCH] Fixed em28xx based system lockupMarkus Rechberger1-0/+3
2006-02-07V4L/DVB (3306): Fixed i2c return value, conversion mdelay to msleepMarkus Rechberger2-6/+17
2006-01-23V4L/DVB (3431): fixed spelling error, exectuted --> executed.Michael Krufky1-1/+1
2006-01-23V4L/DVB (3406): Added credits for em28xx-video.cMauro Carvalho Chehab1-0/+3
2006-01-15V4L/DVB (3390): Added remote control support for pinnacle pctvMarkus Rechberger1-0/+77
2006-01-15V4L/DVB (3380): Semaphore to mutex conversion on drivers/mediaIngo Molnar1-3/+4
2006-01-11V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-01-09V4L/DVB (3277): Fix incorrect filename reference in top commentsMichael Krufky1-1/+1
2006-01-09V4L/DVB (3269): ioctls cleanups.Michael Krufky4-56/+2
2006-01-09V4L/DVB (3233): Fixed API to set I2S speed controlMauro Carvalho Chehab3-6/+6
2006-01-09V4L/DVB (3123b): syncs V4L subsystem tree with kernelMauro Carvalho Chehab1-3/+3
2006-01-09V4L/DVB (3123a): remove uneeded #if from V4L subsystemMauro Carvalho Chehab1-2/+0
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 (0978): 64-bit fixes for removing warnings on compat_ioctl32Hans Verkuil1-1/+1
2006-01-09V4L (963): Explicit compat_ioctl32 handler to em28xxMauro Carvalho Chehab1-0/+2
2006-01-05[PATCH] i2c: Rework client usage count, 2 of 3Jean Delvare1-1/+0
2006-01-04[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 Delvare4-9/+9
2005-12-15[PATCH] em28xx: %zd for size_tAl Viro1-1/+1
2005-12-12[PATCH] V4L/DVB: (3113) Convert em28xx to use vm_insert_page instead of remap...Sascha Sommer2-61/+9
2005-12-12[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 4Mauro Carvalho Chehab4-10/+11
2005-12-01[PATCH] V4L: Makes needlessly global code staticAdrian Bunk2-4/+4
2005-11-13[PATCH] v4l: (963) em28xx IR fixupMauro Carvalho Chehab1-3/+0
2005-11-09[PATCH] V4L: 920: fixed autodetection of max size by if alternate settingMauro Carvalho Chehab3-24/+34
2005-11-09[PATCH] V4L: 907: em28xx cleanups and fixesMauro Carvalho Chehab3-68/+71
2005-11-09[PATCH] v4l: 898: em2820 i2c fixMauro Carvalho Chehab2-1/+1
2005-11-09[PATCH] v4l: 897: saa7146 fixMauro Carvalho Chehab1-1/+0
2005-11-09[PATCH] v4l: 891: change config em28xx to config video em28xxMichael Krufky1-2/+2
2005-11-09[PATCH] v4l: 890: fixed typoMichael Krufky1-1/+1
2005-11-09[PATCH] v4l: 889: add em28xx to kernel buildMichael Krufky2-0/+19
2005-11-09[PATCH] v4l: 886: renamed common structures to em28xxMauro Carvalho Chehab6-685/+686
2005-11-09[PATCH] v4l: 877: module em2820 renamed to em28xx and moved to v4l dirMauro Carvalho Chehab5-46/+46
2005-11-09[PATCH] v4l: 864: improved isoc error detectionMauro Carvalho Chehab1-2/+11
2005-11-09[PATCH] v4l: 863: added pinnacle dazzle dvc 90Mauro Carvalho Chehab2-0/+21
2005-11-09[PATCH] v4l: 856: some module rename and small fixesMauro Carvalho Chehab2-6/+15
2005-11-09[PATCH] v4l: 850: update em2800 scaler code and comments based on info from e...Sascha Sommer2-26/+22
2005-11-09[PATCH] v4l: 841: added saa7114 initcode for msi vox usb 2.0Markus Rechberger1-3/+24
2005-11-09[PATCH] v4l: 840: fixed settings for msi vox usb 2.0 saa7114 is missing atmMarkus Rechberger3-3/+16
2005-11-09[PATCH] v4l: 838: modified settings for msi vox usb 2.0Markus Rechberger1-2/+2
2005-11-09[PATCH] v4l: 820: fixed log for tveeprom on em28xx cardsMauro Carvalho Chehab1-0/+1
2005-11-09[PATCH] v4l: 817: saa713x keymaps and key builders were moved from ir kbd i2c cRicardo Cerqueira1-1/+3
2005-11-09[PATCH] v4l: 815: commented obsoleted stuff at videodev headersMauro Carvalho Chehab1-1/+0
2005-11-09[PATCH] v4l: 814: cleanup dev assignmentMarkus Rechberger1-12/+2
2005-11-09[PATCH] v4l: 813: replaced obsolete video get drvdata and video set drvdataMarkus Rechberger2-11/+35
2005-11-09[PATCH] v4l: 802: replaced kmalloc kfree with usb buffer alloc usb buffer fre...Markus Rechberger1-25/+25
2005-11-09[PATCH] v4l: 800: whitespace cleanupsMauro Carvalho Chehab6-55/+55
2005-11-09[PATCH] v4l: 793: remotes for the cinergy 200 usb and cinergy 250 usb are the...Sascha Sommer1-2/+1
2005-11-09[PATCH] v4l: 791: codingstyle fixesMauro Carvalho Chehab1-4/+4
2005-11-09[PATCH] v4l: 790: added support for terratec cinergy 250 usbMarkus Rechberger1-32/+62
2005-11-09[PATCH] v4l: 786: chip id removed since it isn t required anymoreSascha Sommer4-4/+24
2005-11-09[PATCH] v4l: 784: several improvement on i2c ir handling for em2820Mauro Carvalho Chehab5-35/+196
2005-11-09[PATCH] v4l: 783: fixed bad em2820 remote layout valuesMarkus Rechberger1-0/+1
2005-11-09[PATCH] v4l: 780: fixed typo in module param descriptionPaul Vriens1-1/+1
2005-11-09[PATCH] v4l: 767: included support for em2800Mauro Carvalho Chehab5-56/+366
2005-11-09[PATCH] v4l: 762: added support for the terratec cinergy 250 usb tv remoteMarkus Rechberger1-1/+1
2005-11-09[PATCH] v4l: 761: fixed registry value in em2820Markus Rechberger2-21/+20
2005-11-09[PATCH] v4l: 739: created make changelog to make easier to generate patchesMauro Carvalho Chehab3-3/+0
2005-11-09[PATCH] v4l: 729: fixed include when compiling at kernel treeMauro Carvalho Chehab3-4/+4
2005-11-09[PATCH] v4l: 723: fix build for 2.6.14Michael Krufky1-2/+0
2005-11-09[PATCH] v4l: 718: fixed buildNickolay V. Shmyrev1-2/+1
2005-11-09[PATCH] v4l: 716: support for em28xx board familyakpm@osdl.org5-0/+3712