+ cxacru-poll-for-device-status-more-frequently.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <simon@xxxxxxxxxx>

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 <simon@xxxxxxxxxxx>
Cc: Greg KH <greg@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 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 simon@xxxxxxxxxx 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux