Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 2010 08:25:57 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/usb usb_device.c
Message-ID:  <201011300826.oAU8QPbW099074@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
hselasky    2010-11-30 08:25:57 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          usb_device.c 
  Log:
  SVN rev 216072 on 2010-11-30 08:25:57Z by hselasky
  
  We need to define a cdev variable associated with each USB device,
  hence existing applications like webcamd are expecting that.
  This problem was introduced by SVN change 214221 where cdev=
  was replaced by ugen= by accident. Solve this problem by
  redefining cdev= in devd notifications.
  
  MFC after 3 days.
  
  Approved by:    thompsa (mentor)
  
  Revision  Changes    Path
  1.70      +4 -0      src/sys/dev/usb/usb_device.c



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