diff options
author | greg@kroah.com <greg@kroah.com> | 2003-07-18 22:48:49 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:01:39 -0700 |
commit | fa41b24051d9ac53cba45c0bb78623d4c0a5e5d6 (patch) | |
tree | 654defc590b4b1226dc534d05446f3dbaaf7f9c7 /test | |
parent | 185a35a403cc37b3943bc68aa61745ff2b6ed17b (diff) |
[PATCH] update the tests to handle block devices too.
Diffstat (limited to 'test')
-rw-r--r-- | test | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,6 +3,8 @@ 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 +export DEVPATH=/block/hda -./udev tty +./udev block +#./udev tty |