summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/stage1.c')
-rw-r--r--mdk-stage1/stage1.c17
1 files changed, 2 insertions, 15 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c
index 73f3fc4db..4d193046b 100644
--- a/mdk-stage1/stage1.c
+++ b/mdk-stage1/stage1.c
@@ -244,23 +244,10 @@ static void handle_pcmcia(void)
}
#endif
-#ifndef ENABLE_NETWORK_STANDALONE
-static void handle_hid(void)
-{
- struct hid_entries entry_list;
- unsigned int i;
-
- entry_list = hid_probe();
- for (i = 0; i < entry_list.nb; i++) {
- if (entry_list.entries[i].module != NULL)
- my_insmod(entry_list.entries[i].module, ANY_DRIVER_TYPE, NULL, 0);
- }
-}
-
-
/************************************************************
*/
+#ifndef ENABLE_NETWORK_STANDALONE
static void method_select_and_prepare(void)
{
enum return_type results;
@@ -439,7 +426,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused))
if (!IS_NOAUTO)
handle_pcmcia();
#endif
- handle_hid();
+// handle_hid();
if (IS_CHANGEDISK)
stg1_info_message("You are starting the installation with an alternate booting method. "