From: Jean-Francois Moine <moinejf@free.fr>
To: Kyle Baker <kyleabaker@gmail.com>
Cc: linux-media@vger.kernel.org
Subject: Re: Microsoft VX-1000 Microphone Drivers Crash in x86_64
Date: Sat, 10 Jul 2010 11:36:16 +0200 [thread overview]
Message-ID: <20100710113616.1ed63ebc@tele> (raw)
In-Reply-To: <AANLkTikxIJxuQiV_7PqPA5C6ZU5XhhmmQ3hAbIwWsrPT@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 881 bytes --]
On Fri, 9 Jul 2010 17:04:03 -0400
Kyle Baker <kyleabaker@gmail.com> wrote:
> I tried using a couple of USB sniffers in Windows 7, but I'm unable to
> find one that has an option to save in text mode as sniffbin.
> Apologies in advanced for the length of the log files that I managed
I could not use the "Simple USB Logger". With "SnoopyPro", it is easier:
- start ms-win
- start snoopypro
- open the binary log file
- select all
- expand
- select all
- copy
- start notepad
- paste
- save the log file
- and move it to Linux.
So, the GPIO register is the second one of the bridge. It is
initialized at line 71 of sonixj.c. May you change it from 0x40 to 0x44?
(see attached diff)
If this does not work, I saw some other little differences..
Best regards.
--
Ken ar c'hentañ | ** Breizh ha Linux atav! **
Jef | http://moinejf.free.fr/
[-- Attachment #2: patch.pat --]
[-- Type: application/octet-stream, Size: 493 bytes --]
--- sonixj.c~ 2010-06-04 11:35:56.000000000 +0200
+++ sonixj.c 2010-07-10 11:03:02.000000000 +0200
@@ -468,7 +468,7 @@ static const u8 sn_ov7648[0x1c] = {
static const u8 sn_ov7660[0x1c] = {
/* reg0 reg1 reg2 reg3 reg4 reg5 reg6 reg7 */
- 0x00, 0x61, 0x40, 0x00, 0x1a, 0x00, 0x00, 0x00,
+ 0x00, 0x61, 0x44, 0x00, 0x1a, 0x00, 0x00, 0x00,
/* reg8 reg9 rega regb regc regd rege regf */
0x81, 0x21, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
/* reg10 reg11 reg12 reg13 reg14 reg15 reg16 reg17 */
next prev parent reply other threads:[~2010-07-10 9:35 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-05 21:40 Microsoft VX-1000 Microphone Drivers Crash in x86_64 Kyle Baker
2010-07-07 5:44 ` Jean-Francois Moine
2010-07-07 6:57 ` Kyle Baker
2010-07-07 9:06 ` Jean-Francois Moine
2010-07-07 21:32 ` Kyle Baker
2010-07-08 10:14 ` Jean-Francois Moine
2010-07-08 22:54 ` Kyle Baker
2010-07-09 18:03 ` Jean-Francois Moine
2010-07-09 21:04 ` Kyle Baker
2010-07-10 9:36 ` Jean-Francois Moine [this message]
2010-07-11 2:30 ` Kyle Baker
2010-07-11 13:50 ` Jean-Francois Moine
[not found] ` <AANLkTinnNhJ-DoFWfU8U5NuTj_p48SefYzWWAxZqiUb-@mail.gmail.com>
2010-07-12 8:18 ` Jean-Francois Moine
2010-07-12 9:28 ` Kyle Baker
2010-07-12 11:21 ` Jean-Francois Moine
2010-07-12 23:01 ` Kyle Baker
2010-07-13 19:13 ` Jean-Francois Moine
2010-07-13 23:59 ` Kyle Baker
2010-07-14 3:01 ` Kyle Baker
[not found] ` <AANLkTikt6QOsrSB3XlgpjQm5wgtfFXlaiqyWsTFDH6PF@mail.gmail.com>
[not found] ` <20100714123145.01259845@tele>
2010-07-14 10:59 ` Kyle Baker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100710113616.1ed63ebc@tele \
--to=moinejf@free.fr \
--cc=kyleabaker@gmail.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox