diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-04-22 17:08:16 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-04-22 17:08:16 +0000 |
commit | d07d36e872344cbf63c8ed718e8c1201fe879fb9 (patch) | |
tree | 5467fd04839124e57ba2eecd2dcb6736316ed6f9 /sys/dev/usb/controller/ohci.h | |
parent | 7fc43d9a769b211f3caad87ea1751e8ba13c4d51 (diff) | |
download | FreeBSD-src-d07d36e872344cbf63c8ed718e8c1201fe879fb9.zip FreeBSD-src-d07d36e872344cbf63c8ed718e8c1201fe879fb9.tar.gz |
MFp4 //depot/projects/usb@160930
Change the roothub exec functions to take the usb request and data pointers
directly rather than placing them on the parent bus struct.
Submitted by: Hans Petter Selasky
Diffstat (limited to 'sys/dev/usb/controller/ohci.h')
-rw-r--r-- | sys/dev/usb/controller/ohci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/ohci.h b/sys/dev/usb/controller/ohci.h index 322324a..b4759aa 100644 --- a/sys/dev/usb/controller/ohci.h +++ b/sys/dev/usb/controller/ohci.h @@ -312,7 +312,6 @@ struct ohci_config_desc { union ohci_hub_desc { struct usb2_status stat; struct usb2_port_status ps; - struct usb2_device_descriptor devd; struct usb2_hub_descriptor hubd; uint8_t temp[128]; }; |