diff options
author | Olav Kongas <ok@artecdesign.ee> | 2005-08-04 16:54:08 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-08 16:22:48 -0700 |
commit | 9d233d9faedfd8a4ee22288c1fdc698a6f75db21 (patch) | |
tree | 9787e48aa6c0c10e44e306b9a0bd1e5b25bf5d03 /include | |
parent | 165c0f39390212d7a517b80c3bb61cb8f1782fef (diff) | |
download | linux-3.10-9d233d9faedfd8a4ee22288c1fdc698a6f75db21.tar.gz linux-3.10-9d233d9faedfd8a4ee22288c1fdc698a6f75db21.tar.bz2 linux-3.10-9d233d9faedfd8a4ee22288c1fdc698a6f75db21.zip |
[PATCH] USB: isp116x-hcd: per-port overcurrent reporting
This patch sets the isp116x to report overcurrent always per-port.
Signed-off-by: Olav Kongas <ok@artecdesign.ee>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/usb_isp116x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb_isp116x.h b/include/linux/usb_isp116x.h index c028d724be9..8f0b3c22696 100644 --- a/include/linux/usb_isp116x.h +++ b/include/linux/usb_isp116x.h @@ -7,7 +7,7 @@ struct isp116x_platform_data { /* Enable internal resistors on downstream ports */ unsigned sel15Kres:1; - /* On-chip overcurrent protection */ + /* On-chip overcurrent detection */ unsigned oc_enable:1; /* INT output polarity */ unsigned int_act_high:1; |