diff options
| author | Richard Henderson <rth@dorothy.sfbay.redhat.com> | 2003-02-18 03:06:22 -0800 |
|---|---|---|
| committer | Richard Henderson <rth@dorothy.sfbay.redhat.com> | 2003-02-18 03:06:22 -0800 |
| commit | dfbf23a3c3fcddadac93be5d00d04aa5d150f348 (patch) | |
| tree | bc7f73c65a0521ffd04aec0620c047f48b134352 /include/linux | |
| parent | a377062a9968e56605296b2714a39378c0e3a590 (diff) | |
| parent | 6aa909bef3009a7b3c4548c3d4b91b796c89b73c (diff) | |
Merge dorothy.sfbay.redhat.com:/dorothy/rth/linux/linus-2.5
into dorothy.sfbay.redhat.com:/dorothy/rth/linux/op-2.5
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index b0873cc6d8e1..52d7070ffa42 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -17,6 +17,7 @@ #include <linux/device.h> /* for struct device */ #include <linux/fs.h> /* for struct file_operations */ #include <linux/completion.h> /* for struct completion */ +#include <linux/sched.h> /* for current && schedule_timeout */ static __inline__ void wait_ms(unsigned int ms) @@ -239,6 +240,7 @@ struct usb_device { int have_langid; /* whether string_langid is valid yet */ int string_langid; /* language ID for strings */ + int present; /* if device is present or not */ void *hcpriv; /* Host Controller private data */ |
