[oe-commits] Eric Bénard : usb detection script

git version control git at git.openembedded.org
Sun Oct 31 13:48:35 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: da60830cc1d77b310eece3b58819f9617de36b52
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=da60830cc1d77b310eece3b58819f9617de36b52

Author: Eric Bénard <eric at eukrea.com>
Date:   Sat Oct 30 02:40:38 2010 +0200

usb detection script

remove echo which should not be there

Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 recipes/busybox/files/usb.sh |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/recipes/busybox/files/usb.sh b/recipes/busybox/files/usb.sh
index 9faf141..ec1247d 100644
--- a/recipes/busybox/files/usb.sh
+++ b/recipes/busybox/files/usb.sh
@@ -17,7 +17,6 @@ case "$ACTION" in
       bus=`basename $(dirname $device)`
       for uevent in /sys/class/usb_device/usbdev?.*/*/uevent; do
         . $uevent
-        echo $dev $DEVNUM $bus $BUSNUM >> /tmp/rem.txt
         if [ $dev -eq $DEVNUM ] && [ $bus -eq $BUSNUM ]; then
           REMOVED=0
           break;





More information about the Openembedded-commits mailing list