| Age | Commit message (Collapse) | Author | 
|---|
|  | Fix signed/unsigned bug in brightness handling (set to 0 and 128 was returned).
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | Fix signed/unsigned bug in hue handling (set to -127 and 129 was returned).
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | kernel-sync
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | From: Ricardo Cerqueira <v4l@cerqueira.org>
It's still not perfect (lots of over and underruns), but there's now working
audio.
Dropped the videobuf queues (too geared for video...) in favor of a single
RISC databuffer, and changed the remaining code accordingly. And it works ;)
Signed-off-by: | 
|  | - Add DViCO Bluebird firmware to dvb_get_firmware script,
          for FusionHDTV USB devices.
        - Use usb alt setting 0 for EP4 transfer (dvb-t),
        - Use usb alt setting 7 for EP2 transfer (atsc)
        - Added comment to lgdt330x.c to indicate support for
          DViCO FusionHDTV5 USB Gold.
Thanks to: Jeff Lee <JeffLee@dvico.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com> | 
|  | From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com> | 
|  | From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com> | 
|  | From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com> | 
|  | - This property set is for the LG-H064F (FusionHDTV5 USB Gold)
	- There may, in the future, be a bluebird device using a different NIM,
	  so renaming the struct to somehting NIM-specific is appropriate.
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Improved recovery from ARM crash and the way a crash is detected.
Minor white space clean-up, debug output fixed.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de> | 
|  | Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | - Added VIDIOC_QUERYCTRL
- Removed unnecessary inlines.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | - convert diagnostics over to the new v4l2-common.h macros.
- deprecated tuner_debug option, the new option is debug.
- renamed cx25840_debug to debug.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | - Added new v4l_err, v4l_warn, v4l_info and v4l_dbg macros to
  v4l2-common.h for use in v4l-dvb i2c drivers. This ensures
  a unique prefix for each device instance.
- At a later stage these macros may be reimplemented using the
  device-generic macros from device.h.
- Converted the msp3400 driver to the new macros.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | - Split msp3400.c into msp3400-driver.c and msp3400-kthreads.c.
- Removed experimental DFPREG ioctls. If this is really needed one
  day then it should be implemented using VIDIOC_G/S_REGISTER.
- Added missing BALANCE control info for VIDIOC_QUERYCTRL.
- Still more cleanup, clarified some kernel messages.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | From: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Mike Isely <isely@pobox.com> | 
|  | - Add space after , in memcpy()
	- Initialize bpll array before memcpy() to pll_init.
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | From: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Mike Isely <isely@pobox.com> | 
|  | Continue cleanup effort:
- more cosmetic changes
- combine volume, balance, bass and treble into one audio
  function. Revert old 2.4 code that crept in.
- print internal ioctls using new debug function.
- marked all msp3400c (aka manual) functions as such.
- removed some unused data structures.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | - Added a test area to CVS.
- Included a small dumb app to test all ioctls.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
- Now, all internal ioctls are at v4l2-common.h
- removed unused ioctl at saa6752hs.h
- all debug ioctl code moved to v4l2-common.c
- removed duplicated stuff from other cards
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | - Now using firmware "dvb-usb-bluebird-01.fw",
	  with combined support for atsc and dvb-t Bluebird models.
	- Use usb alt setting 0 for EP4 transfer (dvb-t),
	- Use usb alt setting 7 for EP2 transfer (atsc) */
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | From: Michael Krufky <mkrufky@m1k.net>
	- Adds Bluebird ATSC support to the cxusb driver,
	  using dvb-usb-bluebird-atsc-01.fw firmware.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | 
|  | Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com> | 
|  | - Added cx23415/6 firmware documentation from the ivtv project.
- Added header containing the firmware API commands for use
  by all projects that use the cx2341x. First step towards a
  shared cx2341x driver.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | Step 1 of the msp3400.c cleanup.
Most changes are all cosmetic (moved code around, renamed functions
and variables).
New additions:
- VIDIOC_LOG_STATUS for debugging.
- More user friendly messages on driver load.
- 'simple' renamed to 'autodetect'
- 'simpler' renamed to 'autoselect'
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | From: Patrick Boettcher <pb@linuxtv.org>
A new firmware fixes VHF tuning issues. This changes the firmware file name in the driver.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | 
|  | From: Ricardo Cerqueira <v4l@cerqueira.org>
The module can now be removed and reloaded without problems, if the PCM
isn't opened. PCM cleanup is still missing.
Signed-off-by: | 
|  | From: Ricardo Cerqueira <v4l@cerqueira.org>
Changed a few more things in the buffers and ALSA initialization code, but
still no luck. No IRQ activity yet, even with the IRQ mask fixed.
Signed-off-by: | 
|  | Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | - Detect when AUDC_SET_RADIO is called.
- When in radio mode ignore VIDIOC_G_TUNER.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | When in radio mode don't do anything with VIDIOC_G_TUNER.
Allow other devices to fill this.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | Don't reprogram the video standard if the new standard
equals the old standard.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | - Use more general form for debug messages that works for both 2.4 and 2.6.
- Add V4L2 commands VIDIOC_S_TUNER, VIDIOC_G_TUNER,
  VIDIOC_S_STD and VIDIOC_S_FREQUENCY.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | - Move signal strength level to the 0-65535 range as per V4L2 spec.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | - Added VIDIOC_S_AUDIO to set the audio inputs separately.
- Removed AUDC_SET_INPUT.
- Made the video inputs much more general.
- Removed cardtype CID and replaced with a CID to enable
  the PVR150 workaround. The cardtype is no longer necessary
  with the general video input change.
- Update VIDIOC_LOG_STATUS output to show the video and
  audio inputs separately.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | - Add selected input to VIDIOC_LOG_STATUS output.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | - Replace AUDC_SET_INPUT with VIDIOC_S_AUDIO.
- Added V4L2_CID_AUDIO_MUTE.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | - Replace AUDC_SET_INPUT with VIDIOC_S_AUDIO.
- Added V4L2_CID_AUDIO_MUTE.
- Minimum volume is -96 dB, not -90.
- Show volume in VIDIOC_LOG_STATUS.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | 
|  | - Added some comments to make clearer how to use ioctl api to handle
  multiple tuners at the same board.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | - Fixes:
  Warning! Found recursive dependency:
  VIDEO_SAA7134_ALSA VIDEO_SAA7134_OSS VIDEO_SAA7134_ALSA
Thanks-to: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> |