riscv-openocd/src/jtag/aice
Hellosun Wu 8f3d16f4ae libusb: Add transfer type filter to get correct ep
The need for this due to AICE having 3 interfaces
(EP1 IN-Interrupt, EP2 OUT-Bulk, EP6 IN-Bulk).
Without it, the function will choose first two endpoint as
read_ep/write_ep. This filter will check transfer types
when get endpoint-id. Without this patch, AICE will not
get correct endpoint.

Change-Id: I4da93c7de41cd19e5095b4bfb42078b21f40b678
Signed-off-by: Hellosun Wu <wujiheng.tw@gmail.com>
Reviewed-on: http://openocd.zylin.com/3218
Tested-by: jenkins
Reviewed-by: Hsiangkai Wang <hsiangkai@gmail.com>
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
2017-04-24 22:31:41 +01:00
..
Makefile.am Convert to non-recursive make 2016-12-08 16:23:10 +00:00
aice_interface.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
aice_interface.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
aice_pipe.c target: Add 64-bit target address support 2017-02-10 13:50:17 +01:00
aice_pipe.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
aice_port.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
aice_port.h target: Add 64-bit target address support 2017-02-10 13:50:17 +01:00
aice_transport.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
aice_transport.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
aice_usb.c libusb: Add transfer type filter to get correct ep 2017-04-24 22:31:41 +01:00
aice_usb.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00