aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-07-04 17:02:25 +0200
committerKay Sievers <kay.sievers@suse.de>2005-07-04 17:02:25 +0200
commit7618e112b44e1ea3b7d0fa790eff9fbab452ae4f (patch)
tree9ae9b71eece879e30f9dd2945477323245079825 /test
parent8deae6aa342cae01f75a5a269e1a49fdd6de6cc8 (diff)
downloadudev-7618e112b44e1ea3b7d0fa790eff9fbab452ae4f.tar.gz
add usb_id program to generate usb-storage device identifiers
Signed-off-by: Hannes Reinecke <hare@suse.de>
Diffstat (limited to 'test')
-rwxr-xr-xtest/simple-build-check.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/simple-build-check.sh b/test/simple-build-check.sh
index b5a0dcda..c5b429d9 100755
--- a/test/simple-build-check.sh
+++ b/test/simple-build-check.sh
@@ -1,6 +1,12 @@
#/bin/sh
-EXTRAS="extras/chassis_id extras/scsi_id extras/ata_id extras/volume_id extras/run_directory"
+EXTRAS="\
+ extras/chassis_id \
+ extras/scsi_id \
+ extras/ata_id \
+ extras/volume_id \
+ extras/usb_id \
+ extras/run_directory"
[ -z "$KERNEL_DIR" ] && KERNEL_DIR=/lib/modules/`uname -r`/build
echo KERNEL_DIR: "$KERNEL_DIR"