On 5/1/07, Jiri Kosina <[EMAIL PROTECTED]> wrote:
> On Mon, 30 Apr 2007, Bret Towe wrote:
>
> > I tested a de61 so far on an amd64 (previous testing was on a i386) and
> > its working when I grabbed a few scanners to do testing tonight I
> > apparently missed grabbing a de64 so I'll test that tomorrow
>
> Please let me know, thanks.
>
> > and at the moment it looks like thats the only ids that are here I'm
> > sure given enough time unitech will deside to swap chipsets again and
> > break it again when that happens you will no doubt hear from me
> > (hopefully with just a patch :)
>
> That should be fine anyway - the quirk will be only applied to de61 and
> de64 models with this patch - if there is any other product id that would
> need this byte swapping, it could be trivially added.

tested a de64 and its working fine uppercase and all

> The quirk won't be applied for other models.
>
> > > +#define rdesc_swap(n1,n2)      tmp = rdesc[n2]; \
> > > +                               rdesc[n2] = rdesc[n1]; \
> > > +                               rdesc[n1] = tmp;
> > wont someone complain about having a #define in a .c file?
>
> Sure, this was just for you to test, I will commit cleaned up version in
> my tree (you'll receive CC when this happens).

I thought this was a step towards that so I figured I'd ask

Thanks now i just need to deploy this

> Thanks,
>
> --
> Jiri Kosina
> SUSE Labs
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to