From e284ecba7646562da9ad4c3c22871f6c341960d4 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Thu, 7 Oct 2004 00:11:04 -0700 Subject: [PATCH] [PATCH] add support for usb interfaces to wait_for_sysfs to keep it quiet. --- wait_for_sysfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wait_for_sysfs.c b/wait_for_sysfs.c index 6275db23b..28ff43bdb 100644 --- a/wait_for_sysfs.c +++ b/wait_for_sysfs.c @@ -174,6 +174,7 @@ static int wait_for_bus_device(struct sysfs_device *device_dev) { .bus = "scsi", .file = "vendor" }, { .bus = "usb", .file = "idVendor" }, { .bus = "usb", .file = "iInterface" }, + { .bus = "usb", .file = "bNumEndpoints" }, { .bus = "usb-serial", .file = "detach_state" }, { .bus = "ide", .file = "detach_state" }, { .bus = "pci", .file = "vendor" }, -- 2.30.2