summaryrefslogtreecommitdiff
path: root/drivers/media/video/em28xx
AgeCommit message (Expand)AuthorFilesLines
2008-04-24V4L/DVB (7559): em28xx: Fills the entire buffer, before getting another oneMauro Carvalho Chehab1-9/+14
2008-04-24V4L/DVB (7557): em28xx: honour video_debug modprobe parameterMauro Carvalho Chehab1-0/+1
2008-04-24V4L/DVB (7556): em28xx: fix locking on vidioc_s_fmt_capAidan Thornton1-0/+6
2008-04-24V4L/DVB (7555): em28xx: remove timeoutMauro Carvalho Chehab2-32/+0
2008-04-24V4L/DVB (7550): em28xx: Fix a possible memory leakBrandon Philips1-11/+14
2008-04-24V4L/DVB (7549): em28xx: some small cleanupsMauro Carvalho Chehab1-11/+4
2008-04-24V4L/DVB (7548): Various fixes for the em28xx videobuf codeAidan Thornton1-13/+7
2008-04-24V4L/DVB (7547): em28xx: Fix a broken lockMauro Carvalho Chehab1-7/+4
2008-04-24V4L/DVB (7545): em28xx: Fix CodingStyle errors and most warnings introduced b...Mauro Carvalho Chehab1-73/+78
2008-04-24V4L/DVB (7544): em28xx: Fix timeout codeMauro Carvalho Chehab1-3/+3
2008-04-24V4L/DVB (7543): Fix capture start/stop and timeoutMauro Carvalho Chehab1-19/+5
2008-04-24V4L/DVB (7542): em28xx: Fix some warningsMauro Carvalho Chehab1-2/+2
2008-04-24V4L/DVB (7541): em28xx: Some fixes to videobufAidan Thornton2-170/+114
2008-04-24V4L/DVB (7540): em28xx: convert to use videobuf-vmallocMauro Carvalho Chehab3-898/+811
2008-04-24V4L/DVB (7522): media/video/em28xx replace remaining __FUNCTION__ occurrencesHarvey Harrison4-6/+6
2008-04-24V4L/DVB (7381): tuner: rename TUNER_PHILIPS_ATSC to TUNER_PHILIPS_FCV1236DMichael Krufky1-1/+1
2008-04-24V4L/DVB (7331): Fix em2800 altsetting selectionSascha Sommer1-5/+13
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf3-6/+6
2008-03-20V4L/DVB (7291): em28xx: correct use of and fixAndrew Morton1-1/+1
2008-03-20V4L/DVB (7285): em28xx: Correct use of ! and &Julia Lawall1-1/+1
2008-02-18V4L/DVB (7180): em28xx: add URB_NO_TRANSFER_DMA_MAP, since urb->transfer_dma ...Mauro Carvalho Chehab1-1/+1
2008-02-18V4L/DVB (7179): Allow more than one em28xx boardMauro Carvalho Chehab3-25/+43
2008-02-18V4L/DVB (7164): em28xx-alsa: Add a missing mutexMauro Carvalho Chehab2-1/+5
2008-02-18V4L/DVB (7163): em28xx: makes audio settings more stableMauro Carvalho Chehab2-10/+21
2008-02-18V4L/DVB (7162): em28xx: Fix endian and returns the correct valuesMauro Carvalho Chehab1-4/+4
2008-02-18V4L/DVB (7161): em28xx: Fix printing debug values higher than 127Mauro Carvalho Chehab1-2/+3
2008-02-18V4L/DVB (7160): em28xx: Allow register dump/setting for debugMauro Carvalho Chehab1-0/+66
2008-02-18V4L/DVB (7158): Fix em28xx audio initializationMauro Carvalho Chehab2-11/+6
2008-02-18V4L/DVB (7156): em28xx/em28xx-core.c: fix use of potentially uninitialized va...Andrew Morton1-1/+2
2008-02-18V4L/DVB (7132): Add USB ID for a newer variant of Hauppauge WinTV-HVR 900Luc Saillard1-0/+2
2008-02-18V4L/DVB (7106): em28xx/: make 2 functions staticAdrian Bunk3-7/+5
2008-02-18V4L/DVB (7049): Remove sound/driver.hMauro Carvalho Chehab1-1/+0
2008-02-10drivers/media/video/em28xx/: Fix undefined symbol error with CONFIG_SND=NS.Çağlar Onur1-1/+2
2008-01-26V4L/DVB (7060): em28xx: remove has_tunerMauro Carvalho Chehab3-26/+10
2008-01-26V4L/DVB (7021): Move all board specific configuration to em28xx-cards.cMauro Carvalho Chehab3-97/+106
2008-01-26V4L/DVB (7020): Add USB ID for a newer variant of Hauppauge WinTV USB2Mauro Carvalho Chehab1-0/+2
2008-01-26V4L/DVB (6970): Request snd-usb-audio for devices with Audio Class supportMauro Carvalho Chehab1-1/+3
2008-01-26V4L/DVB (6969): Avoid causing regressions for non-HVR950 boardsMauro Carvalho Chehab1-15/+19
2008-01-26V4L/DVB (6956): Add Radio support for em28xxMauro Carvalho Chehab2-60/+238
2008-01-26V4L/DVB (6955): Properly implement 12MHz I2S supportMauro Carvalho Chehab4-17/+24
2008-01-26V4L/DVB (6952): Add code for autoloading em28xx-alsa, if neededMauro Carvalho Chehab3-1/+41
2008-01-26V4L/DVB (6951): Integrates em28xx-audio.c into em28xx kernel moduleMauro Carvalho Chehab5-260/+365
2008-01-26V4L/DVB (6950): Lindent em28xx-audio.cMauro Carvalho Chehab1-176/+197
2008-01-26V4L/DVB (6949): Adds em28xx-audio moduleMarkus Rechberger1-0/+474
2008-01-26V4L/DVB (6948): HVR950 requires additional settings for audio to properly workMauro Carvalho Chehab2-10/+48
2008-01-26V4L/DVB (6947): Improve audio setup handlingMauro Carvalho Chehab3-42/+95
2008-01-26V4L/DVB (em28xx): Add support for Pinnacle Dazzle DVC 100Aurelien Jarno1-1/+3
2008-01-26V4L/DVB (6665): Fix CodingStyleMauro Carvalho Chehab1-90/+113
2008-01-26V4L/DVB (6659): Convert MTS to bitfieldMauro Carvalho Chehab2-3/+3
2008-01-26V4L/DVB (6619): Use MTS firmware for the HVR-900Aidan Thornton2-2/+29