diff options
author | Anti Sullin <anti.sullin@artecdesign.ee> | 2008-03-03 13:39:54 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-03-04 22:57:43 (GMT) |
commit | 0ed930bffab2ec98ee8f43f579a30755c13dd5ea (patch) | |
tree | ba35dae797952c30808dd036811e7d43b666ef96 /drivers/usb/host/isp116x.h | |
parent | b5f7a0ec11694e60c99d682549dfaf8a03d7ad97 (diff) | |
download | linux-0ed930bffab2ec98ee8f43f579a30755c13dd5ea.tar.xz |
USB: isp116x: fix enumeration on boot
This patch removes the buffering of the status register.
USB core behavior has changed a bit and this buffering was not refreshed
at the right time. The core got buffered old value of HCRHPORT and it
did not detect any devices on boot.
Signed-off-by: Anti Sullin <anti.sullin@artecdesign.ee>
Acked by: Olav Kongas <ok@artecdesign.ee>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/isp116x.h')
-rw-r--r-- | drivers/usb/host/isp116x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/isp116x.h b/drivers/usb/host/isp116x.h index b91e2ed..595b90a99 100644 --- a/drivers/usb/host/isp116x.h +++ b/drivers/usb/host/isp116x.h @@ -270,7 +270,6 @@ struct isp116x { u32 rhdesca; u32 rhdescb; u32 rhstatus; - u32 rhport[2]; /* async schedule: control, bulk */ struct list_head async; |