diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2011-06-24 04:35:58 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2011-06-24 04:35:58 +0000 |
| commit | 160d9dc32be9a80a1ca5b6f842bbe59e7ed9c6da (patch) | |
| tree | a627f3b76ad1f2fa5cb4f8e296663c032e493256 /tools | |
| parent | e71c21385e77385f15f967c055b9ec70b90e0f4f (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/bus_autoconf/bus_autoconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/bus_autoconf/bus_autoconf.c b/tools/tools/bus_autoconf/bus_autoconf.c index 0f7dbd594524..38fbd29760d7 100644 --- a/tools/tools/bus_autoconf/bus_autoconf.c +++ b/tools/tools/bus_autoconf/bus_autoconf.c @@ -150,6 +150,7 @@ usb_dump(struct usb_device_id *id, uint32_t nid) if (info.is_any) { printf("nomatch 10 {\n" + " match \"bus\" \"uhub[0-9]+\";\n" " match \"mode\" \"%s\";\n", mode); } else { return (n); |
