[ros-diffs] [cgutman] 47761: [FBTUSB] - Import the FreeBT USB generic bluetooth driver (abandoned) - Some slight modifications to make it build - WMI is currently commented out because our WMI headers are lacking (particularly wmistr.h) - Not building by default for now

cgutman at svn.reactos.org cgutman at svn.reactos.org
Sat Jun 12 00:29:10 UTC 2010


Author: cgutman
Date: Sat Jun 12 00:29:09 2010
New Revision: 47761

URL: http://svn.reactos.org/svn/reactos?rev=47761&view=rev
Log:
[FBTUSB]
- Import the FreeBT USB generic bluetooth driver (abandoned)
- Some slight modifications to make it build
- WMI is currently commented out because our WMI headers are lacking (particularly wmistr.h)
- Not building by default for now

Added:
    trunk/reactos/drivers/bluetooth/
    trunk/reactos/drivers/bluetooth/directory.rbuild   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/
    trunk/reactos/drivers/bluetooth/fbtusb/fbtdev.c   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/fbtpnp.c   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/fbtpwr.c   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/fbtrwr.c   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/fbtusb.c   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/fbtusb.rbuild   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/fbtusb.rc   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/fbtwmi.c   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciCmdStructs.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciCmds.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciDefs.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciErrors.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciEventStructs.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciEvents.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciLocal.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciOpCodes.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciParms.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciRoundTrip.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciSizes.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtSeXcpt.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtdev.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbthci.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbthw.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtlog.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtpnp.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtpwr.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtreg.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtrwr.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtusb.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtusr.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtutil.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtwmi.h   (with props)
    trunk/reactos/drivers/bluetooth/fbtusb/include/fbtxcpt.h   (with props)
Modified:
    trunk/reactos/drivers/drivers.rbuild
    trunk/reactos/drivers/usb/directory.rbuild

[This mail would be too long, it was shortened to contain the URLs only.]

Added: trunk/reactos/drivers/bluetooth/directory.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/directory.rbuild?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/fbtdev.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/fbtdev.c?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/fbtpnp.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/fbtpnp.c?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/fbtpwr.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/fbtpwr.c?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/fbtrwr.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/fbtrwr.c?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/fbtusb.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/fbtusb.c?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/fbtusb.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/fbtusb.rbuild?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/fbtusb.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/fbtusb.rc?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/fbtwmi.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/fbtwmi.c?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciCmdStructs.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciCmdStructs.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciCmds.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciCmds.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciDefs.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciDefs.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciErrors.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciErrors.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciEventStructs.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciEventStructs.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciEvents.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciEvents.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciLocal.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciLocal.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciOpCodes.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciOpCodes.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciParms.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciParms.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciRoundTrip.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciRoundTrip.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciSizes.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtHciSizes.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtSeXcpt.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtSeXcpt.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtdev.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtdev.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbthci.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbthci.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbthw.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbthw.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtlog.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtlog.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtpnp.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtpnp.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtpwr.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtpwr.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtreg.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtreg.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtrwr.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtrwr.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtusb.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtusb.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtusr.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtusr.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtutil.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtutil.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtwmi.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtwmi.h?rev=47761&view=auto

Added: trunk/reactos/drivers/bluetooth/fbtusb/include/fbtxcpt.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/include/fbtxcpt.h?rev=47761&view=auto

Modified: trunk/reactos/drivers/drivers.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/drivers.rbuild?rev=47761&r1=47760&r2=47761&view=diff

Modified: trunk/reactos/drivers/usb/directory.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/directory.rbuild?rev=47761&r1=47760&r2=47761&view=diff




More information about the Ros-diffs mailing list