testers needed for drivers/usb/misc/emi*.c

From: Denys Vlasenko
Date: Tue Oct 02 2007 - 13:18:55 EST


On Tuesday 02 October 2007 17:35, Greg KH wrote:
> > > > > > I suggest the following optimizations:
> > > > > >
> > > > > > Change structure to
> > > > > >
> > > > > > typedef struct _INTEL_HEX_RECORD
> > > > > > {
> > > > > > __u8 type;
> > > > > > __u8 length;
> > > > > > __u16 address;
> > > > > > __u8 data[MAX_INTEL_HEX_RECORD_LENGTH];
> > > > > > } INTEL_HEX_RECORD __attribute__((__packed__));
> > > > >
> > > > > Only if you redo the whole firmware image too :)
> > > >
> > > > I did. It wasn't hard.
> > >
> > > Great, send me a patch then :)
> >
> > Here is it. Sending off-list due to size.
> >
> > emi.code.patch contains changes to firmware loading code.
> > emi.fw.patch.bz2 contains modified firmware images.
> >
> > I don't have this hardware, thus I wrote test programs which
> > mimic firmware loading in userspace (they dump filrmware
> > in hex to stdout). See testing.tar.bz2.
>
> Can you find someone with this hardware to test this patch? I'll not be
> able to take it until you do as the device might be assuming some of
> these firmware requirements that you changed.

No, I don't know any users who have this device.

Changing subject and CCing lkml, just in case.
--
vda
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/