Hi,

Description: Change units of parameters being passed to
usb_{control,bulk}_msg() to milliseconds. USB_CTRL_{GET,SET}_TIMEOUT
were converted to milliseconds in a separate patch. Patch is
compile-tested.

Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>

--- 2.6.11-rc3-kj-v/drivers/usb/input/wacom.c   2005-02-03 16:57:40.000000000 
-0800
+++ 2.6.11-rc3-kj/drivers/usb/input/wacom.c     2005-02-08 11:53:43.000000000 
-0800
@@ -115,7 +115,7 @@ static int usb_set_report(struct usb_int
                usb_sndctrlpipe(interface_to_usbdev(intf), 0),
                 USB_REQ_SET_REPORT, USB_TYPE_CLASS | USB_RECIP_INTERFACE,
                 (type << 8) + id, intf->altsetting[0].desc.bInterfaceNumber,
-               buf, size, HZ);
+               buf, size, 1000);
 }
 
 static void wacom_pl_irq(struct urb *urb, struct pt_regs *regs)


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to