summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/em28xx/em28xx-video.c
AgeCommit message (Expand)Author
2009-02-11em28xx: Coding style fixes and a typo correctionDouglas Schilling Landgraf
2009-01-20em28xx: use usb_make_path to report bus infoThierry MERLE
2009-01-21em28xx: fix VIDIOC_G_CTRL when there is no msp34xx device.Hans Verkuil
2009-01-18em28xx: Fix for KWorld 330U BoardMauro Carvalho Chehab
2009-01-07em28xx: fix input selectionMauro Carvalho Chehab
2008-12-30v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil
2008-12-30v4l2: introduce v4l2_file_operations.Hans Verkuil
2008-12-29em28xx: expand output formats availableDevin Heitmueller
2008-12-28em28xx: simplify analog logicMauro Carvalho Chehab
2008-12-28em28xx: move usb probe code to a proper placeMauro Carvalho Chehab
2008-12-22em28xx: Allow get/set registers for debug on i2c slave chipsMauro Carvalho Chehab
2008-12-22em28xx: Add suport for debugging AC97 anciliary chipsMauro Carvalho Chehab
2008-12-22em28xx: de-obfuscate vidioc_g_ctrl logicMauro Carvalho Chehab
2008-12-22em28xx: Fix bad locks on error conditionMauro Carvalho Chehab
2008-12-20em28xx: use a more standard way to specify video formatsMauro Carvalho Chehab
2008-12-20em28xx: Fix a bug that were putting xc2028/3028 tuner to sleepMauro Carvalho Chehab
2008-12-18merge: http://www.linuxtv.org/hg/~dheitmueller/v4l-dvbMauro Carvalho Chehab
2008-12-16em28xx: fix NULL pointer dereference in call to VIDIOC_INT_RESET commandDevin Heitmueller
2008-12-16em28xx: fix/improve em28xx locking schemaMauro Carvalho Chehab
2008-12-16em28xx: vidioc_try_fmt_vid_cap() doesn't need any lockMauro Carvalho Chehab
2008-12-16em28xx: move res_get locks to the caller routinesMauro Carvalho Chehab
2008-12-16em28xx: move dev->lock from res_free to the caller routinesMauro Carvalho Chehab
2008-12-05em28xx: turn off tuner when not usedMauro Carvalho Chehab
2008-11-29em28xx: improve board description messagesMauro Carvalho Chehab
2008-11-27em28xx: improve probe messagesMauro Carvalho Chehab
2008-11-27em28xx: Add support for suspend the device when not usedMauro Carvalho Chehab
2008-11-26em28xx: replace some magic by register descriptions where knownMauro Carvalho Chehab
2008-11-25em28xx: improve debug messagesMauro Carvalho Chehab
2008-11-25Remove duplicated fields on em28xx_board and em28xx structsMauro Carvalho Chehab
2008-11-24em28xx: fix compile warningHans Verkuil
2008-11-22em28xx: improve message probing logsMauro Carvalho Chehab
2008-11-20Allow opening more than one output at the same timeMauro Carvalho Chehab
2008-11-20em28xx: allow specifying audio outputMauro Carvalho Chehab
2008-11-20em28xx: fix a race condition with haldMauro Carvalho Chehab
2008-11-19em28xx: Improve audio handlingMauro Carvalho Chehab
2008-11-19Make use of the em28xx chip configuration register to determine whetherMauro Carvalho Chehab
2008-11-19Avoid having two concurrent control URB'sMauro Carvalho Chehab
2008-11-18em28xx: Avoid memory leaks if registration failsMauro Carvalho Chehab
2008-11-12em28xx: Properly implement poll support for IR'sMauro Carvalho Chehab
2008-11-12Don't load em28xx audio module for digital-only devicesMauro Carvalho Chehab
2008-11-12Handle changes to endpoint layout in em2874Mauro Carvalho Chehab
2008-11-12Fix possible null pointer dereference in info messageMauro Carvalho Chehab
2008-10-30V4L: struct device - replace bus_id with dev_name(), dev_set_name()Mauro Carvalho Chehab
2008-10-19v4l: use video_device.num instead of minor in video%dHans Verkuil
2008-10-04v4l: disconnect kernel number from minorHans Verkuil
2008-09-08em28xx: Fix and add some validationsDouglas Schilling Landgraf
2008-07-30v4l: move BKL down to the driver level.Hans Verkuil
2008-07-26v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil
2008-07-21videodev: move all ioctl callbacks to a new v4l2_ioctl_ops structHans Verkuil
2008-07-20videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil