The patch titled
cxacru: poll for device status more frequently
has been removed from the -mm tree. Its filename was
cxacru-poll-for-device-status-more-frequently.patch
This patch was dropped because an updated version will be merged
------------------------------------------------------
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
-
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