summaryrefslogtreecommitdiffstats
path: root/pciusb.c
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2009-03-27 18:13:16 +0000
committerOlivier Blin <oblin@mandriva.com>2009-03-27 18:13:16 +0000
commit36f965f8ead18ca2d26801e6f79bd209b5dee0c6 (patch)
treeb8580254d04b170207c0f59df6db3d4a4784dfa7 /pciusb.c
parent0586405abbeb51b5e427e766e8e599e3045f102b (diff)
downloadldetect-36f965f8ead18ca2d26801e6f79bd209b5dee0c6.tar
ldetect-36f965f8ead18ca2d26801e6f79bd209b5dee0c6.tar.gz
ldetect-36f965f8ead18ca2d26801e6f79bd209b5dee0c6.tar.bz2
ldetect-36f965f8ead18ca2d26801e6f79bd209b5dee0c6.tar.xz
ldetect-36f965f8ead18ca2d26801e6f79bd209b5dee0c6.zip
update comment
Diffstat (limited to 'pciusb.c')
-rw-r--r--pciusb.c4
1 files 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;
}