Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2009 21:06:54 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h linux_videodev.h linux_videodev_compat.h
Message-ID:  <200912042107.nB4L7IoG092264@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
netchild    2009-12-04 21:06:54 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_ioctl.c linux_ioctl.h 
                         linux_videodev.h 
  Added files:
    sys/compat/linux     linux_videodev_compat.h 
  Log:
  SVN rev 200110 on 2009-12-04 21:06:54Z by netchild
  
  This is v4l support for the linuxulator. This allows to access FreeBSD
  native devices which support the v4l API from processes running within
  the linuxulator, e.g. skype or flash can access the multimedia/pwcbsd driver.
  
  Not tested is firmware upload, framebuffer stuff and video tuner stuff
  due to lack of hardware.
  The clipping part (VIDIOCSWIN) needs a little bit of further work (partly
  in progress, but can not be tested due to lack of a suitable device).
  
  The submitter tested this sucessfully with Skype and flash apps on amd64 and
  i386 with the multimedia/pwcbsd driver.
  
  Submitted by:   J.R. Oldroyd <fbsd@opal.com>
  
  Revision  Changes    Path
  1.159     +296 -0    src/sys/compat/linux/linux_ioctl.c
  1.29      +36 -0     src/sys/compat/linux/linux_ioctl.h
  1.2       +33 -38    src/sys/compat/linux/linux_videodev.h
  1.1       +59 -0     src/sys/compat/linux/linux_videodev_compat.h (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912042107.nB4L7IoG092264>