summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/usb.h
diff options
context:
space:
mode:
authorMichael Brown2015-02-16 16:22:44 +0100
committerMichael Brown2015-03-09 20:58:57 +0100
commit1ae94c903d115b615b1d6301bd91bffcb0408a90 (patch)
tree9f3d8c79f52550227be1c14db833c41fa46aa5ec /src/include/ipxe/usb.h
parent[intel] Add PCI ID for I218-LM (diff)
downloadipxe-1ae94c903d115b615b1d6301bd91bffcb0408a90.tar.gz
ipxe-1ae94c903d115b615b1d6301bd91bffcb0408a90.tar.xz
ipxe-1ae94c903d115b615b1d6301bd91bffcb0408a90.zip
[dm96xx] Add driver for Davicom DM96xx USB Ethernet NICs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/usb.h')
-rw-r--r--src/include/ipxe/usb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/ipxe/usb.h b/src/include/ipxe/usb.h
index 5ea9fa4a..59661f70 100644
--- a/src/include/ipxe/usb.h
+++ b/src/include/ipxe/usb.h
@@ -78,6 +78,9 @@ struct usb_setup_packet {
/** Class-specific request type */
#define USB_TYPE_CLASS ( 1 << 5 )
+/** Vendor-specific request type */
+#define USB_TYPE_VENDOR ( 2 << 5 )
+
/** Request recipient is the device */
#define USB_RECIP_DEVICE ( 0 << 0 )