[zb4osgi-changeset] [scm] ZigBee 4 OSGi repository change: r230 - in /projects/zb4osgi/sandbox/miguel.llorente/cc2531.tsb.win.driver: ./ ZB_USB_Dongle.inf

scm-notify at zb4osgi.aaloa.org scm-notify at zb4osgi.aaloa.org
Fri May 20 11:44:01 CEST 2011


Author: miguel.llorente
Date: Fri May 20 11:44:01 2011
New Revision: 230

Log:
windows driver for cc2531 dongle

Added:
    projects/zb4osgi/sandbox/miguel.llorente/cc2531.tsb.win.driver/
    projects/zb4osgi/sandbox/miguel.llorente/cc2531.tsb.win.driver/ZB_USB_Dongle.inf

Added: projects/zb4osgi/sandbox/miguel.llorente/cc2531.tsb.win.driver/ZB_USB_Dongle.inf
==============================================================================
--- projects/zb4osgi/sandbox/miguel.llorente/cc2531.tsb.win.driver/ZB_USB_Dongle.inf (added)
+++ projects/zb4osgi/sandbox/miguel.llorente/cc2531.tsb.win.driver/ZB_USB_Dongle.inf Fri May 20 11:44:01 2011
@@ -1,0 +1,142 @@
+
+;/*++
+;
+;Copyright (c) TSB Tecnologias.  All rights reserved.
+;
+;   THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
+;   KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+;   IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
+;   PURPOSE.
+;
+;Module Name:
+;
+;    ZB_USB_Dongle.INF
+;
+;Abstract:
+;    INF file for a generic Zigbee SDIO device.
+;
+;--*/
+
+[Version]
+Signature="$Windows NT$"
+Class=Ports
+ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
+Provider=%PROVIDER%
+LayoutFile=layout.inf
+DriverVer=05/01/2009,1.1.0.0
+
+[Manufacturer]
+%MFGNAME%=DeviceList, NTx86, NTia64, NTamd64
+
+[DestinationDirs]
+DefaultDestDir=12
+
+[SourceDisksFiles]
+
+[SourceDisksNames]
+
+[DeviceList.NTx86]
+%DESCRIPTION%=DriverInstall, USB\VID_0451&PID_16A8
+
+[DeviceList.NTia64]
+%DESCRIPTION%=DriverInstall, USB\VID_0451&PID_16A8
+
+[DeviceList.NTamd64]
+%DESCRIPTION%=DriverInstall, USB\VID_0451&PID_16A8
+
+
+;------------------------------------------------------------------------------
+;  32-bit section for Windows 2000/2003/XP/Vista
+;------------------------------------------------------------------------------
+
+[DriverInstall.NTx86]
+include=mdmcpq.inf
+CopyFiles=DriverCopyFiles
+AddReg=DriverInstall.NTx86.AddReg
+
+[DriverInstall.NTx86]
+include=mdmcpq.inf
+CopyFiles=DriverCopyFiles
+AddReg=DriverInstall.NTx86.AddReg
+
+[DriverCopyFiles]
+usbser.sys,,,0x20
+
+[DriverInstall.NTx86.AddReg]
+HKR,,DevLoader,,*ntkern
+HKR,,NTMPDriver,,usbser.sys
+HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
+
+[DriverInstall.NTx86.Services]
+AddService=usbser, 0x00000002, DriverService
+
+;------------------------------------------------------------------------------
+;  64-bit section for Intel Itanium based systems
+;------------------------------------------------------------------------------
+
+[DriverInstall.NTia64]
+include=mdmcpq.inf
+CopyFiles=DriverCopyFiles
+AddReg=DriverInstall.NTia64.AddReg
+
+[DriverInstall.NTia64]
+include=mdmcpq.inf
+CopyFiles=DriverCopyFiles
+AddReg=DriverInstall.NTia64.AddReg
+
+[DriverCopyFiles]
+usbser.sys,,,0x20
+
+[DriverInstall.NTia64.AddReg]
+HKR,,DevLoader,,*ntkern
+HKR,,NTMPDriver,,usbser.sys
+HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
+
+[DriverInstall.NTia64.Services]
+AddService=usbser, 0x00000002, DriverService
+
+;------------------------------------------------------------------------------
+;  64-bit section for AMD64 and Intel EM64T based systems
+;------------------------------------------------------------------------------
+
+[DriverInstall.NTamd64]
+include=mdmcpq.inf
+CopyFiles=DriverCopyFiles
+AddReg=DriverInstall.NTamd64.AddReg
+
+[DriverInstall.NTamd64]
+include=mdmcpq.inf
+CopyFiles=DriverCopyFiles
+AddReg=DriverInstall.NTamd64.AddReg
+
+[DriverCopyFiles]
+usbser.sys,,,0x20
+
+[DriverInstall.NTamd64.AddReg]
+HKR,,DevLoader,,*ntkern
+HKR,,NTMPDriver,,usbser.sys
+HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
+
+[DriverInstall.NTamd64.Services]
+AddService=usbser, 0x00000002, DriverService
+
+;------------------------------------------------------------------------------
+;
+;------------------------------------------------------------------------------
+
+[DriverService]
+DisplayName=%SERVICE%
+ServiceType=1
+StartType=3
+ErrorControl=1
+ServiceBinary=%12%\usbser.sys			;;%12% == "%WINDIR%\system32\"
+
+;------------------------------------------------------------------------------
+;  String Definitions
+;------------------------------------------------------------------------------
+
+[Strings]
+PROVIDER="TSB Tecnologias"
+MFGNAME="TSB Tecnologias"
+DESCRIPTION="Zigbee USB Dongle"
+SERVICE="Zigbee USB Dongle"




More information about the Commit mailing list