Author: Sape MullenderSape Mullender Date: Feb 12, 2008 06:37
>> Nemo found a bug in usb/lib/dump.c that may well account for
>> this. I incorporated his change (and fixed a bug in his code :-).
>> I'll ask Geoff to push it out today.
>>
>> Sape
>
> excellent. i'll give it a shot.
>
> - erik
Give it a shot now:
/sys/src/cmd/usb/lib/dump.c
#include
#include
#include
#include
#include "usb.h"
int verbose;
typedef struct Flags Flags;
typedef struct Classes Classes;
|