[PATCH] add bus test for usb-serial bus.

This commit is contained in:
greg@kroah.com 2004-01-12 23:09:02 -08:00 committed by Greg KH
parent 851cd18d81
commit b7824727a0
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ static struct bus_file {
} bus_files[] = {
{ .bus = "scsi", .file = "vendor" },
{ .bus = "usb", .file = "idVendor" },
{ .bus = "usb-serial", .file = "detach_state" },
{ .bus = "ide", .file = "detach_state" },
{ .bus = "pci", .file = "vendor" },
{}