1
0

generate a better driver identification

This commit is contained in:
michael 2007-04-06 12:51:55 +00:00
parent 9ec5ba04dd
commit 3b1b5fa8ab
2 changed files with 3 additions and 1 deletions

2
README
View File

@ -14,7 +14,9 @@ the following software:
* ISE Webpack 9.1SP1
* ISE Webpack 8.2SP3
* ISE Webpack 8.1SP3
* ChipScope 9.1.03i
* ChipScope 9.1.02i
* ChipScope 8.2.04i
* EDK 8.2.02i
Build the library by calling `make'.

View File

@ -354,7 +354,7 @@ int do_wdioctl(int fd, unsigned int request, unsigned char *wdioctl) {
switch(request & ~(0xc0000000)) {
case VERSION:
version = (struct version_struct*)(wdheader->data);
strcpy(version->version, "WinDriver no more");
strcpy(version->version, "libusb-driver.so $Revision: 1.59 $");
version->versionul = 802;
DPRINTF("VERSION\n");
break;