On Fri, Mar 22, 2002 at 03:59:32PM -0800, Greg KH wrote:
> [EMAIL PROTECTED], 2002-03-22 15:10:27-08:00, [EMAIL PROTECTED]
>   USB hub
>     
>   changed the interval for checking if the device is connected yet or not.
>   Thanks to Itai Nahshon <[EMAIL PROTECTED]> for the information.
> 
>  drivers/usb/hub.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)


# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#                  ChangeSet    1.232   -> 1.233  
#          drivers/usb/hub.c    1.13    -> 1.14   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/03/22      [EMAIL PROTECTED]  1.233
# USB hub
#   
# changed the interval for checking if the device is connected yet or not.
# Thanks to Itai Nahshon <[EMAIL PROTECTED]> for the information.
# --------------------------------------------
#
diff -Nru a/drivers/usb/hub.c b/drivers/usb/hub.c
--- a/drivers/usb/hub.c Fri Mar 22 15:48:11 2002
+++ b/drivers/usb/hub.c Fri Mar 22 15:48:11 2002
@@ -627,11 +627,11 @@
  * Not covered by the spec - but easy to deal with.
  *
  * This implementation uses 400ms minimum debounce timeout and checks
- * every 10ms for transient disconnects to restart the delay.
+ * every 100ms for transient disconnects to restart the delay.
  */
 
 #define HUB_DEBOUNCE_TIMEOUT   400
-#define HUB_DEBOUNCE_STEP      10
+#define HUB_DEBOUNCE_STEP      100
 
 /* return: -1 on error, 0 on success, 1 on disconnect.  */
 static int usb_hub_port_debounce(struct usb_device *hub, int port)

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to