diff options
author | greg@kroah.com <greg@kroah.com> | 2003-07-16 20:17:20 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:01:38 -0700 |
commit | 5776bbd73be13c4f595cf5fdc0c27770518de2af (patch) | |
tree | 773a547c268299f9940599244f77786cb0b01377 | |
parent | d2ce1817117daa9523b1572523f1e7684bae779f (diff) |
[PATCH] fix up the test to actually work...
-rw-r--r-- | test | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ #!/bin/sh -#export ACTION=add -export ACTION=remove +export ACTION=add +#export ACTION=remove export DEVPATH=/devices/pci0/00:09.0/usb1/1-1/1-1.1/ttyUSB7 +export DEVPATH=/class/tty/ttyUSB0 + ./udev tty |