projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
094614f
)
firewire: sbp2: remove a workaround for Momobay FX-3A
author
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Sun, 6 Sep 2009 17:33:50 +0000
(19:33 +0200)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Sat, 12 Sep 2009 12:48:40 +0000
(14:48 +0200)
The inquiry delay does more harm than good in tests on a recent kernel.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/sbp2.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/firewire/sbp2.c
b/drivers/firewire/sbp2.c
index 8f83bffb43e7de8db98c65e64fceec69af70abd1..50f0176de61590e82b5ac2c0420139b8fe3bf1ea 100644
(file)
--- a/
drivers/firewire/sbp2.c
+++ b/
drivers/firewire/sbp2.c
@@
-354,8
+354,7
@@
static const struct {
/* DViCO Momobay FX-3A with TSB42AA9A bridge */ {
.firmware_revision = 0x002800,
.model = 0x000000,
- .workarounds = SBP2_WORKAROUND_DELAY_INQUIRY |
- SBP2_WORKAROUND_POWER_CONDITION,
+ .workarounds = SBP2_WORKAROUND_POWER_CONDITION,
},
/* Initio bridges, actually only needed for some older ones */ {
.firmware_revision = 0x000200,