author | Tom Sutcliffe <thomas.sutcliffe@accenture.com> |
Mon, 20 Sep 2010 15:37:51 +0100 | |
changeset 77 | 60f47003f4b1 |
permissions | -rw-r--r-- |
77
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
1 |
#!fshell |
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
2 |
# vt100usbcons_preamble.script |
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
3 |
# |
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
4 |
# Copyright (c) 2010 Accenture. All rights reserved. |
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
5 |
# This component and the accompanying materials are made available |
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
6 |
# under the terms of the "Eclipse Public License v1.0" |
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
7 |
# which accompanies this distribution, and is available |
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
8 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html". |
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
9 |
# |
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
10 |
# Initial Contributors: |
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
11 |
# Accenture - Initial contribution |
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
12 |
# |
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
13 |
|
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
14 |
# This is needed to prevent TRK from hogging the USB port on DFS. |
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
15 |
|
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
16 |
kill --all --match trkserver* |
60f47003f4b1
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
17 |
sleep 1 # Give USB time to clean up trk's death |