From 36f965f8ead18ca2d26801e6f79bd209b5dee0c6 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 27 Mar 2009 18:13:16 +0000 Subject: update comment --- pciusb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pciusb.c b/pciusb.c index ef9af7a..3bfc598 100644 --- a/pciusb.c +++ b/pciusb.c @@ -127,8 +127,8 @@ static void find_usb_modules_through_aliases(struct pciusb_entry *e) { asprintf(&modalias_path, "%s/%s/modalias", sysfs_path, dent->d_name); set_modules_from_modalias_file(e, modalias_path); free(modalias_path); - /* use first modalias only for now - we would need a other_modules field in pciusb_entry */ + /* maybe we would need a "other_modules" field in pciusb_entry + to list modules from all USB interfaces */ if (e->module) break; } -- cgit v1.2.1