[PATCH] Speedtouch resync after lost signal.

There's a bigger Speedtouch update coming your way after 2.6.12 but in
the meantime, let's at least make it automatically resync if the DSL
signal is lost.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by David Woodhouse and committed by Linus Torvalds 0e158502 d0e8e291

+2
+2
drivers/usb/atm/speedtch.c
··· 386 386 if (instance->u.atm_dev->signal != ATM_PHY_SIG_LOST) { 387 387 instance->u.atm_dev->signal = ATM_PHY_SIG_LOST; 388 388 printk(KERN_NOTICE "ADSL line is down\n"); 389 + /* It'll never resync again unless we ask it to... */ 390 + speedtch_start_synchro(instance); 389 391 } 390 392 break; 391 393