The patch titled
     cxacru: poll for device status more frequently
has been added to the -mm tree.  Its filename is
     cxacru-poll-for-device-status-more-frequently.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: cxacru: poll for device status more frequently
From: Simon Arlott <[EMAIL PROTECTED]>

The device is only polled for status every 5 seconds yet status updates occur
as often as every second - when the line is down the status changes between
"down" and "attempting to activate" every 2 seconds.

Signed-off-by: Simon Arlott <[EMAIL PROTECTED]>
Cc: Greg KH <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/usb/atm/cxacru.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN 
drivers/usb/atm/cxacru.c~cxacru-poll-for-device-status-more-frequently 
drivers/usb/atm/cxacru.c
--- a/drivers/usb/atm/cxacru.c~cxacru-poll-for-device-status-more-frequently
+++ a/drivers/usb/atm/cxacru.c
@@ -64,7 +64,7 @@ static const char cxacru_driver_name[] =
 #define SDRAM_ENA      0x1
 
 #define CMD_TIMEOUT    2000    /* msecs */
-#define POLL_INTERVAL  5000    /* msecs */
+#define POLL_INTERVAL  500     /* msecs */
 
 /* commands for interaction with the modem through the control channel before
  * firmware is loaded  */
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

usbatm-allow-sub-drivers-to-handle-calls-to-atm_proc_read.patch
cxacru-poll-for-device-status-more-frequently.patch
cxacru-store-all-device-status-information-and-report-it-when-atm_proc_read-is-called.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to