* [PATCH] synclink_gt leave transmitter in reset state after configuration
@ 2008-07-17 14:14 Paul Fulghum
0 siblings, 0 replies; only message in thread
From: Paul Fulghum @ 2008-07-17 14:14 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
Leave the transmitter in reset state after configuration
so that transmit signal is held at mark until transmitter
is explicitly enabled by application, otherwise transmitter
sends idle pattern.
Signed-off-by: Paul Fulghum <paulkf@microgate.com>
--- a/drivers/char/synclink_gt.c 2008-07-17 08:39:06.000000000 -0500
+++ b/drivers/char/synclink_gt.c 2008-07-17 09:05:24.000000000 -0500
@@ -4157,7 +4157,7 @@ static void sync_mode(struct slgt_info *
* 01 enable
* 00 auto-CTS enable
*/
- val = 0;
+ val = BIT2;
switch(info->params.mode) {
case MGSL_MODE_MONOSYNC: val |= BIT14 + BIT13; break;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-17 15:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-17 14:14 [PATCH] synclink_gt leave transmitter in reset state after configuration Paul Fulghum
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome