From 257bbd5d3013e1679b0a63c123dce6045b5d7ec2 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Wed, 23 Nov 2005 15:45:53 -0800 Subject: [PATCH] --- yaml --- r: 14676 b: refs/heads/master c: 8dd396ec7bf706fe85d8c6792b478ee6f09e8de6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/usb.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 71cff59aa31b..25c2c1057a72 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 63dc3ff3e019287e8cb4647808de1d93acddd006 +refs/heads/master: 8dd396ec7bf706fe85d8c6792b478ee6f09e8de6 diff --git a/trunk/include/linux/usb.h b/trunk/include/linux/usb.h index 856d232c7562..d81b050e5955 100644 --- a/trunk/include/linux/usb.h +++ b/trunk/include/linux/usb.h @@ -47,6 +47,7 @@ struct usb_driver; * @urb_list: urbs queued to this endpoint; maintained by usbcore * @hcpriv: for use by HCD; typically holds hardware dma queue head (QH) * with one or more transfer descriptors (TDs) per urb + * @kobj: kobject for sysfs info * @extra: descriptors following this endpoint in the configuration * @extralen: how many bytes of "extra" are valid *