Am Mittwoch, 7. Februar 2007 15:04 schrieb Sergei Organov:
> Unfortunately le16_to_cpu() is not exactly what's needed here, and if
> I re-implement the above in terms of it:

The issues of endianness and alignment are orthogonal. If you
face both do:

x = le16_to_cpu(get_unaligned(p));

Don't reinvent the infrastructure.

        Regards
                Oliver

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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