lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 22 May 2014 12:07:40 +0530
From:	krishnamurthy holla <kmholla@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: USB 3.0 - Synopsis DWC Host-AHB - on Linux Kernel 3.10.28

Hello,

I am using Linux kernel 3.10.28 - MIPS processor (BIG Endian)

I see that XHCI fails during xhci_device_alloc() because of
wait_for_completion_interruptible_timeout () when I connect a device.

So, I thought of initializing host controller as BE as my host is BE.
But this time, it failed much earlier, i.e in xhci_handle_event()
itself for the check le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE)
!=  xhci->event_ring->cycle_state)

I would like to know if any of you used Synopsis DWC Host-AHB and got
successful device detection. Also, Please let me know if XHCI needs
special configuration on Big Endian system.

Thanks
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ