summaryrefslogtreecommitdiff
path: root/packages/linux-hotplug/files
diff options
context:
space:
mode:
Diffstat (limited to 'packages/linux-hotplug/files')
-rw-r--r--packages/linux-hotplug/files/collie/usbd0
-rw-r--r--packages/linux-hotplug/files/mmc.agent51
-rw-r--r--packages/linux-hotplug/files/sleeve.agent0
-rw-r--r--packages/linux-hotplug/files/sleeve.rc0
-rw-r--r--packages/linux-hotplug/files/soc.agent0
-rw-r--r--packages/linux-hotplug/files/sysconfig-hotplug0
-rw-r--r--packages/linux-hotplug/files/sysconfig-usb0
-rw-r--r--packages/linux-hotplug/files/tosa/sysconfig-usb0
-rw-r--r--packages/linux-hotplug/files/usbd0
-rw-r--r--packages/linux-hotplug/files/usbd.agent0
10 files changed, 0 insertions, 51 deletions
diff --git a/packages/linux-hotplug/files/collie/usbd b/packages/linux-hotplug/files/collie/usbd
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/linux-hotplug/files/collie/usbd
+++ /dev/null
diff --git a/packages/linux-hotplug/files/mmc.agent b/packages/linux-hotplug/files/mmc.agent
deleted file mode 100644
index c8f7026fe3..0000000000
--- a/packages/linux-hotplug/files/mmc.agent
+++ /dev/null
@@ -1,51 +0,0 @@
-#!/bin/sh
-#
-# H3600 Sleeve hotplug policy agent for Linux 2.4 kernels
-#
-# Kernel NET hotplug params include:
-#
-# ACTION=%s [add or remove]
-# MEDIA=%s
-# SLOT=%d
-#
-
-. /etc/hotplug/hotplug.functions
-#DEBUG=yes export DEBUG
-
- echo "Executing $0 action=$ACTION, media=$MEDIA ($SLOT)" > /dev/console
-
-MMC_MOUNT_OPTIONS="-t auto -o sync,noatime"
-
-if [ -f /etc/sysconfig/hotplug ] ; then
- . /etc/sysconfig/hotplug
-fi
-
-case `uname -r` in
-2.4*)
- devpath=mmc/part
- ;;
-*)
- devpath=mmcblk0p
- ;;
-esac
-
-if [ "$ACTION" = "add" ] ; then
- echo -n add > /dev/console
- for n in 1 2 3 4 ; do
- device=/dev/$devpath$n
- if [ "$n" = "1" ] ; then
- card=/mnt/card
- else
- card=/mnt/card$n
- fi
- [ -b $device ] || break
- echo flash on $device > /dev/console
- [ -d $card ] || mkdir -p $card
- mount $MMC_MOUNT_OPTIONS $device $card
- done
-
-else
- for card in /mnt/card*; do
- umount $card
- done
-fi
diff --git a/packages/linux-hotplug/files/sleeve.agent b/packages/linux-hotplug/files/sleeve.agent
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/linux-hotplug/files/sleeve.agent
+++ /dev/null
diff --git a/packages/linux-hotplug/files/sleeve.rc b/packages/linux-hotplug/files/sleeve.rc
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/linux-hotplug/files/sleeve.rc
+++ /dev/null
diff --git a/packages/linux-hotplug/files/soc.agent b/packages/linux-hotplug/files/soc.agent
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/linux-hotplug/files/soc.agent
+++ /dev/null
diff --git a/packages/linux-hotplug/files/sysconfig-hotplug b/packages/linux-hotplug/files/sysconfig-hotplug
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/linux-hotplug/files/sysconfig-hotplug
+++ /dev/null
diff --git a/packages/linux-hotplug/files/sysconfig-usb b/packages/linux-hotplug/files/sysconfig-usb
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/linux-hotplug/files/sysconfig-usb
+++ /dev/null
diff --git a/packages/linux-hotplug/files/tosa/sysconfig-usb b/packages/linux-hotplug/files/tosa/sysconfig-usb
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/linux-hotplug/files/tosa/sysconfig-usb
+++ /dev/null
diff --git a/packages/linux-hotplug/files/usbd b/packages/linux-hotplug/files/usbd
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/linux-hotplug/files/usbd
+++ /dev/null
diff --git a/packages/linux-hotplug/files/usbd.agent b/packages/linux-hotplug/files/usbd.agent
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/linux-hotplug/files/usbd.agent
+++ /dev/null