Hi, the latest update for asix.c reverted some endianness fixes. This reinstates them.
Regards Oliver Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]> --- drivers/usb/net/asix.c~ 2006-11-16 05:03:40.000000000 +0100 +++ drivers/usb/net/asix.c 2006-11-23 12:04:21.000000000 +0100 @@ -249,9 +249,9 @@ req->bRequestType = USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE; req->bRequest = cmd; - req->wValue = value; - req->wIndex = index; - req->wLength = size; + req->wValue = cpu_to_le16(value); + req->wIndex = cpu_to_le16(index); + req->wLength = cpu_to_le16(size); usb_fill_control_urb(urb, dev->udev, usb_sndctrlpipe(dev->udev, 0), ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel