From: Justin P. Mattock on
On 05/11/10 00:47, Jiri Kosina wrote:
> On Mon, 10 May 2010, Justin P. Mattock wrote:
>
>> The only other thing that I remember when adding hidraw was adding
>> BT_HCIUART_LL=m (not sure if it matters or not).
>>
>> here is dmesg:
>> http://fpaste.org/OiDf/
>
> Please include the dmesg directly in the mail next time.
>
> Anyway, I don't see the dmesg you provided containing neither the "claimed
> by neither input, hiddev nor hidraw" nor "hw start failed" messages.
>

I'll post that on the next thread
here is the bisect results:


28918c211d86b6eeb70182c523800c7bc442960c is the first bad commit
commit 28918c211d86b6eeb70182c523800c7bc442960c
Author: Michael Poole <mdpoole(a)troilus.org>
Date: Tue Mar 9 06:47:35 2010 -0500

HID: magicmouse: fix oops after device removal

Ask the HID core not to register an input device for the mouse.
Fix an oops after removing the device, due to leaving the new
input device registered.

Signed-off-by: Michael Poole <mdpoole(a)troilus.org>
Signed-off-by: Jiri Kosina <jkosina(a)suse.cz>

:040000 040000 f84a3ea09666b18abb20b59c128f6fecc5833dfa
62cdf6cec329e4b761909d02558097ca78d76394 M drivers

although I have not yet tested this out
with git revert xxxx on the current head.
(me thinks it's another).

here is the bisect log:


# bad: [f1c448e0a9e99c76f4ece368714fb35a40a8daba] Merge branch
'for-linus' of git://neil.brown.name/md
git bisect bad f1c448e0a9e99c76f4ece368714fb35a40a8daba
# good: [57d54889cd00db2752994b389ba714138652e60c] Linux 2.6.34-rc1
git bisect good 57d54889cd00db2752994b389ba714138652e60c
# bad: [53feb29767c29c877f9d47dcfe14211b5b0f7ebd] cpuset: alloc
nodemask_t on the heap rather than the stack
git bisect bad 53feb29767c29c877f9d47dcfe14211b5b0f7ebd
# good: [d89b218b801fd93ea95880f1c7fde348cbcc51c5] Merge
git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
git bisect good d89b218b801fd93ea95880f1c7fde348cbcc51c5
# bad: [9d20593a722c2dab7a5ab74f5d8c9b604aca52f9] Merge branch 'merge'
of git://git.secretlab.ca/git/linux-2.6
git bisect bad 9d20593a722c2dab7a5ab74f5d8c9b604aca52f9
# good: [441f4058a04b2943685ff94e0f5f1992b0b3649e] Merge
git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
git bisect good 441f4058a04b2943685ff94e0f5f1992b0b3649e
# bad: [961cde93dee2658000ead32abffb8ddf0727abe0] Merge
git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
git bisect bad 961cde93dee2658000ead32abffb8ddf0727abe0
# good: [2993cc71d1bff61999ade7f2b6b3ea2dd1e2c8d9] [SCSI] bfa: AEN and
byte alignment fixes.
git bisect good 2993cc71d1bff61999ade7f2b6b3ea2dd1e2c8d9
# good: [a12b51c478899fe0b7e874a559b05ba35f1128ee] perf tools: Fix
sparse CPU numbering related bugs
git bisect good a12b51c478899fe0b7e874a559b05ba35f1128ee
# bad: [f82c37e7bb4c4d9b6a476c642d5c2d2efbd6f240] Merge branch
'perf-fixes-for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
git bisect bad f82c37e7bb4c4d9b6a476c642d5c2d2efbd6f240
# good: [dcd5c1662db59a6b82942f47fb6ac9dd63f6d3dd] perf: Fix unexported
generic perf_arch_fetch_caller_regs
git bisect good dcd5c1662db59a6b82942f47fb6ac9dd63f6d3dd
# bad: [2886539d5e649c22a6d2107eb431d3bee81e0e6d] HID: ntrig: fix touch
events
git bisect bad 2886539d5e649c22a6d2107eb431d3bee81e0e6d
# bad: [eff7f270e9a05688066f40589d7b44e1dcf335dc] HID: add quirk for
UC-Logik WP4030 tablet
git bisect bad eff7f270e9a05688066f40589d7b44e1dcf335dc
# bad: [28918c211d86b6eeb70182c523800c7bc442960c] HID: magicmouse: fix
oops after device removal
git bisect bad 28918c211d86b6eeb70182c523800c7bc442960c


I'm thinking it might be HID: ntrig: fix touch

Justin P. Mattock
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Justin P. Mattock on
o.k... I went and tested individual commits
and right now if I git revert 28918c
on the latest head, I don't receive
the "claimed by neither input, hiddev nor hidraw"
message, and I get all functionality back with the mouse.
(without having hiddraw enabled in the kernel.

Justin P. Mattock
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Justin P. Mattock on
o.k. peoples.. I've posted a patch
that gets everything(hopefully), working
over here.
subject: HID:magicmouse: This fixes a connection problem with the
magicmouse.

please check it out, and let me know..

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