From 405f634279bb31c4aa3bc70a2139ff638f2659b8 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Wed, 23 Jul 2003 18:55:55 -0400 Subject: [PATCH] [PATCH] split the tests up into different files. --- test => test.block | 0 test.tty | 10 ++++++++++ 2 files changed, 10 insertions(+) rename test => test.block (100%) create mode 100644 test.tty diff --git a/test b/test.block similarity index 100% rename from test rename to test.block diff --git a/test.tty b/test.tty new file mode 100644 index 000000000..2d64f07d3 --- /dev/null +++ b/test.tty @@ -0,0 +1,10 @@ +#!/bin/sh +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 block +./udev tty -- 2.30.2