commit | 7b78f48a0443eceae435870b14e86d586f8c2a3e | [log] [tgz] |
---|---|---|
author | Heikki Krogerus <heikki.krogerus@linux.intel.com> | Tue Mar 15 14:06:00 2016 +0200 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Mar 15 08:52:28 2016 -0500 |
tree | 13d5d88f0937ac425ae20b0c983f89ed5eb113b8 | |
parent | caf02abf9bd00b4c23745a055c4f4c243eecd392 [diff] |
PCI: Add PCI_CLASS_SERIAL_USB_DEVICE definition PCI-SIG has defined Interface FEh for Base Class 0Ch, Sub-Class 03h as "USB Device (not host controller)". It is already being used in various USB device controller drivers for matching, so add PCI_CLASS_SERIAL_USB_DEVICE and use it. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>