From 63f7a3ec4c6b5de2f180b26cf7c57280a78145a7 Mon Sep 17 00:00:00 2001 From: Stefan Richter Date: Thu, 5 Jun 2008 20:49:38 +0200 Subject: [PATCH] --- yaml --- r: 98340 b: refs/heads/master c: e896ec4302f45fdaf2fc78aec0093eca5478fe28 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/firewire/fw-ohci.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 54247e7479b3..781214ff8bbb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ccff962943df539c5860aa120eecc189d70a308b +refs/heads/master: e896ec4302f45fdaf2fc78aec0093eca5478fe28 diff --git a/trunk/drivers/firewire/fw-ohci.c b/trunk/drivers/firewire/fw-ohci.c index b062e736b786..481d3f3e2ef7 100644 --- a/trunk/drivers/firewire/fw-ohci.c +++ b/trunk/drivers/firewire/fw-ohci.c @@ -1473,6 +1473,8 @@ static int ohci_enable(struct fw_card *card, u32 *config_rom, size_t length) reg_write(ohci, OHCI1394_HCControlClear, OHCI1394_HCControl_noByteSwapData); + reg_write(ohci, OHCI1394_LinkControlClear, + OHCI1394_LinkControl_rcvPhyPkt); reg_write(ohci, OHCI1394_LinkControlSet, OHCI1394_LinkControl_rcvSelfID | OHCI1394_LinkControl_cycleTimerEnable |