Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2005 17:56:28 +0000 (UTC)
From:      Maksim Yevmenkin <emax@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h
Message-ID:  <200505171756.j4HHuSp4040262@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
emax        2005-05-17 17:56:28 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h 
  Log:
  MFC to RELENG_5
  
  Get rid of device nodes interface. It is useless and confusing.
  The original idea was to use it for firmware upgrading and similar
  operations. In real life almost all Bluetooth USB devices do not
  need firmware download. If device does require firmware download
  then ugen(4) (or specialized driver like ubtbcmfw(8)) should be
  used instead.
  
  Revision  Changes    Path
  1.19.2.3  +1 -524    src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
  1.3.2.2   +0 -8      src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h



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