diff options
| author | Greg Kroah-Hartman <gregkh@suse.de> | 2005-03-07 08:54:56 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-03-07 08:54:56 -0800 |
| commit | 4ed5e73976cfa2755ee7a972e54fbc2fc610fc44 (patch) | |
| tree | ffa6cc0900702150e6c4e9c95de2d1ae7718dde3 /include/linux | |
| parent | 691e95cdcd5444ea558b78feb1a27ded302b88b0 (diff) | |
[PATCH] USB: make iInterface string cached
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index 44d1d292c76f..f5ec1f5d8920 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -70,6 +70,7 @@ struct usb_host_interface { */ struct usb_host_endpoint *endpoint; + char *string; /* iInterface string, if present */ unsigned char *extra; /* Extra descriptors */ int extralen; }; |
