Sebastian Zagrodzki
1f977a94aa
Update the comment - there's no way to create a new pointer to struct
...
libusb_device, since the struct is not defined in libusb headers (only
name is declared), as such the compiler doesn't know the size of the
struct to allocate.
2017-03-26 17:44:25 +02:00
Sebastian Zagrodzki
991e1b6cc6
completed interface, no more references to real usb from fake.
2017-03-10 08:33:14 -05:00
Sebastian Zagrodzki
4add66ae0e
move things around, to keep list of the devices at the beginning.
2017-03-10 07:39:51 -05:00
Sebastian Zagrodzki
8af7ddc71b
add two device descriptors
2017-03-10 07:07:44 -05:00
Sebastian Zagrodzki
0099228bc3
started adding fakelibusb functions for testing device.go
2017-03-06 11:38:03 +01:00
Sebastian Zagrodzki
c2167157be
Move transfer_fakelibusb to fakelibusb, used in other tests too.
...
Change the interface a bit.
2017-02-26 21:08:08 +01:00