Changeset 4608 for developers/werner/ahrt/host/tmc/usbtmc.c
- Timestamp:
- 08/25/08 20:51:26 (5 years ago)
- File:
-
- 1 edited
-
developers/werner/ahrt/host/tmc/usbtmc.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
developers/werner/ahrt/host/tmc/usbtmc.c
r4601 r4608 15 15 * http://www.home.agilent.com/upload/cmc_upload/All/usbtmc.html 16 16 * http://www.home.agilent.com/upload/cmc_upload/All/usbtmc.tar 17 * 18 * The Rigol protocol variant is based on this driver: 19 * http://www.circuitsonline.net/forum/view/message/652371#652371 17 20 */ 18 21 … … 43 46 #endif 44 47 45 #define SIZE_IOBUFFER 409648 #define SIZE_IOBUFFER (1024*1024) /* memory is cheap ;-) */ 46 49 47 50 #define DEV_DEP_MSG_OUT 1 … … 669 672 if (d->rigol && payload > 64-12) { 670 673 got = usb_bulk_read(d->handle, d->ep_bulk_in, 671 (void *) tmp+64 -12, payload-12, d->timeout);672 dump("RECV", tmp+64 -12, got);674 (void *) tmp+64, payload-(64-12), d->timeout); 675 dump("RECV", tmp+64, got); 673 676 } 674 677
Note: See TracChangeset
for help on using the changeset viewer.
