Skip to content

Commit c5070d9

Browse files
author
Jason Kridner
committed
Merge branch 'sysco-ch-signed-drivers' of git://github.com/jadonk/beaglebone-getting-started
2 parents d639ea3 + 6e22406 commit c5070d9

File tree

9 files changed

+6
-3
lines changed

9 files changed

+6
-3
lines changed

Drivers/Windows/BONE_D64.exe

3.81 KB
Binary file not shown.

Drivers/Windows/BONE_DRV.exe

3.8 KB
Binary file not shown.
Binary file not shown.

Drivers/Windows/src/files/CDCACM/linux-cdc-acm.inf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ Signature="$Windows NT$"
1212
Class=Ports
1313
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
1414
Provider=%Linux%
15-
DriverVer=11/15/2007,5.1.2600.0
15+
LayoutFile=layout.inf
16+
DriverVer=11/15/2012,5.1.2600.0
17+
CatalogFile=linux-cdc-acm.cat
1618

1719
[Manufacturer]
1820
%Linux%=DeviceList, NTamd64
@@ -103,5 +105,6 @@ ServiceBinary=%12%\USBSER.sys
103105
;------------------------------------------------------------------------------
104106
[Strings]
105107
Linux = "Linux Developer Community"
108+
DRIVERFILENAME = "usbser"
106109
DESCRIPTION = "Gadget Serial"
107110
SERVICE = "USB RS-232 Emulation Driver"
-478 Bytes
Binary file not shown.

Drivers/Windows/src/files/FTDI/ftdibus.inf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Class=USB
3333
ClassGUID={36fc9e60-c465-11cf-8056-444553540000}
3434
Provider=%FTDI%
3535
CatalogFile=ftdibus.cat
36-
DriverVer=03/18/2011,2.08.14
36+
DriverVer=03/18/2013,2.08.14
3737

3838
[SourceDisksNames]
3939
1=%DriversDisk%,,,
-409 Bytes
Binary file not shown.

Drivers/Windows/src/files/FTDI/ftdiport.inf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Class=Ports
3333
ClassGUID={4d36e978-e325-11ce-bfc1-08002be10318}
3434
Provider=%FTDI%
3535
CatalogFile=ftdiport.cat
36-
DriverVer=03/18/2011,2.08.14
36+
DriverVer=03/18/2013,2.08.14
3737

3838
[SourceDisksNames]
3939
1=%DriversDisk%,,,
931 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)