Michael Gernoth
aed36bb341
Let usb-driver work with a no-module kernel by Gyorgy 'nog' Jeney
16 years ago
Michael Gernoth
1fc8f7a47d
cable sharing for USB needs to overload semop, this adds a disabled stub
16 years ago
Michael Gernoth
23138e94d0
disable sharing the XPCU cable for now, as this causes problems even when
only one application uses the cable
16 years ago
Michael Gernoth
9bb134bb79
add one supported and one untested cable
17 years ago
Michael Gernoth
1dd0c369ec
README additions for compiling on 64 bit systems by Uwe Bonnes
17 years ago
Michael Gernoth
120876a361
add link to UrJTAG tools
17 years ago
Michael Gernoth
614a4da1e8
remove no longer needed dummy_interrupt mutex
17 years ago
Michael Gernoth
787300f60e
add include stdint.h
Thanks to Matteo Vit.
17 years ago
Michael Gernoth
325556c933
improve debug output
17 years ago
Michael Gernoth
8949e420b6
fix handling of XILINX_USB_DEV environment variable
17 years ago
Michael Gernoth
9bfaca620d
implement support for multiple XPCU cables for ISE 10.1
this also solves the crash of impact 10.1 which was previously
attributed to a mutex deadlock, but impact itself leaks filedescriptors.
17 years ago
Michael Gernoth
0a2341bb36
fix for mutex deadlock when closing and reopening the cable connection
17 years ago
Michael Gernoth
19acdb82e4
pass pointer to usb-driver structure through impact
17 years ago
Michael Gernoth
8af4d9103d
make it possible to return an error everywhere
17 years ago
Michael Gernoth
501f1c2134
move interrupt functions to xpcu.c
17 years ago
Michael Gernoth
f92c0fbce9
rework more XPCU code. INT_* still needs to be moved
17 years ago
Michael Gernoth
4f3471859a
move card_type into xpcu_s
17 years ago
Michael Gernoth
0c2db148a4
add xpcu_set_interface
17 years ago
Michael Gernoth
6234190be3
add xpcu_close
17 years ago
Michael Gernoth
6c235d59ca
move XPCU transfer function
17 years ago
Michael Gernoth
cbfa0ac6c8
begin separating XPCU functions into own file
17 years ago
Michael Gernoth
396647368b
don't export internal symbols
17 years ago
Michael Gernoth
74ed4fbde8
release usb-device on close
17 years ago
Michael Gernoth
adb51cf1e7
fix usb_reset. sharing the cable between applications is still possible.
17 years ago
Michael Gernoth
cf55ed64bb
make it possible to share the USB and parallel cable between applications
17 years ago
Michael Gernoth
bbc3baea9b
reset the USB cable when /dev/windrvr6 is closed.
This should solve prolems when impact fails on second use.
17 years ago
Michael Gernoth
d6cf203254
move ISE 10.1 info under "About" on the website
17 years ago
Michael Gernoth
45e87cbfdc
add information about ISE 10.1 32-bit ond 64-bit platform to the website
17 years ago
Michael Gernoth
c42237a305
Fix 32-bit ISE 10.1 on 64-bit platform.
When trying to access a cable with this combination, ISE displays the
following error: "Cable operation is not supported when running the
32-bit version of the application on a 64-bit platform."
This is fixed by additionally overloading the uname function and replacing
x86_64 by i686 in the returned struct in the 32-bit version of this library.
The 64-bit version will still correctly return x86_64.
17 years ago
Michael Gernoth
9cb54622e0
Describe how to enable the native libusb-support in ISE Design Suite 10.1
17 years ago
Michael Gernoth
718362b440
libusb-driver works on ISE Design Suite 10.1
17 years ago
Michael Gernoth
2ede2e5551
add location of official libusb-based driver
17 years ago
Michael Gernoth
b9423a5343
typo
17 years ago
Michael Gernoth
04d489add9
update supported software
17 years ago
Michael Gernoth
e8f8e2d060
clarify filename for udev rule
17 years ago
Michael Gernoth
be59993b74
do not export unnecessary symbols
17 years ago
Michael Gernoth
d5eac538d5
update supported software
+=EDK 9.02.01i
+=ISE 9.2 SP3
17 years ago
Michael Gernoth
cdce4d4dfe
config-parser fix from Reimar Doeffinger
17 years ago
Michael Gernoth
e9a331c745
XILINX platform cable USB DLC9 works, too (reported by Johannes Hanika)
17 years ago
Michael Gernoth
812923bad6
ISE 9.2 SP2 works, too
17 years ago
Michael Gernoth
20ce0945f2
integrated USB cable on XUP-V2Pro works, too (reported by Andy Greensted)
17 years ago
Michael Gernoth
8d29f0a488
adapt snapshot-link to new gitweb
17 years ago
Michael Gernoth
a2a952c0da
be compatible with libusb-versions without dev->devnum member
17 years ago
Michael Gernoth
ddb9214f8d
Merge branch 'master' of agrajag.zerfleddert.de:/git/usb-driver
17 years ago
Michael Gernoth
77683ab696
ignore bus-id on XILINX_USB_DEV setting missing a device-id
17 years ago
Michael Gernoth
6af90678eb
updated firmware description for ISE 9.2
17 years ago
Michael Gernoth
3a2a22bc86
make it possible to specify the USB bus
document the usage for multiple cables
17 years ago
Michael Gernoth
d377df04c9
support for multiple USB cables by Mondrian Nuessle <nuessle@uni-mannheim.de>
17 years ago
Michael Gernoth
4c7a69cb77
include inttypes.h
17 years ago
Michael Gernoth
5029ac18d7
add link to XILINX posting about open source cable drivers
18 years ago