Dear Michael,
In message <[EMAIL PROTECTED]> you wrote:
>
> - printf(" NOTE: this command is obsolete and will be
> phased out\n");
> - printf(" please use 'usb storage' for USB storage
> devices information\n\n");
...
> At the end, can I break t
Wolfgang Denk wrote:
> Dear michael,
>
> In message <[EMAIL PROTECTED]> you wrote:
>
- printf(" NOTE: this command is obsolete and will be
phased out\n");
- printf(" please use 'usb storage' for USB storage devices
information\n\n");
+
Dear michael,
In message <[EMAIL PROTECTED]> you wrote:
>
> >> - printf(" NOTE: this command is obsolete and will be
> >> phased out\n");
> >> - printf(" please use 'usb storage' for USB storage devices
> >> information\n\n");
> >> + printf(" NOTE: t
Hi,
Remy Bohmer wrote:
> Hello Michael,
>
> Nice work, but I have a few small comments:
>
>
>> + case USB_PROT_HID_MOUSE:
>> + printf("Mouse");
>> + break;
>> + default:
>> +
Hello Michael,
Nice work, but I have a few small comments:
> + case USB_PROT_HID_MOUSE:
> + printf("Mouse");
> + break;
> + default:
> + printf("reserved");
>
[PATCH] USB style patch
Signed-off-by: Michael Trimarchi <[EMAIL PROTECTED]>
---
common/cmd_usb.c | 591 -
common/usb.c | 40 +++--
include/usb.h| 222 -
3 files changed, 461 insertions(+), 392 deletions(-)
diff
6 matches
Mail list logo