Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 2010 02:18:04 +0000 (UTC)
From:      Sean Farley <scf@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h
Message-ID:  <201012300218.oBU2ISWd017240@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
scf         2010-12-30 02:18:04 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_ioctl.c linux_ioctl.h 
  Log:
  SVN rev 216813 on 2010-12-30 02:18:04Z by scf
  
  Fix the LINUX_SOUND_MIXER_INFO ioctl to return success after the
  information is set to FreeBSD.  It had been falling through to the end
  of linux_ioctl_sound() and returning ENOIOCTL.  Noticed when running the
  Linux ALSA amixer tool.
  
  Add a LINUX_SOUND_MIXER_READ_CAPS ioctl which is used by the Skype
  v2.1.0.81 binary.
  
  Reviewed by:    gavin
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.167     +6 -2      src/sys/compat/linux/linux_ioctl.c
  1.32      +1 -0      src/sys/compat/linux/linux_ioctl.h



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