On Sat, Oct 18, 2008 at 10:29 AM, Justin Mattock
<justinmattock@gmail.com> wrote:
I finished the git-bisect. Here's the log:
# bad: [0cfd8103] Merge git://git.kernel.org/pub/scm/linux/kernel/gi
# good: [3fa8749e] Linux 2.6.27
# good: [56c5d900] Merge branch 'master' of master.kernel.org:/pub/sc
# good: [acd15a83] Merge branch 'upstream-linus' of git://git.kernel.
# bad: [c8d8a232] Merge git://git.kernel.org/pub/scm/linux/kernel/gi
# bad: [f055663c] checkpatch: report the correct lines for single st
# good: [6dc64725] Merge commit 'origin'
# bad: [08da6f1b] MIPS: Kill unused <asm/debug.h> inclusions
# bad: [79575019] HID: convert to dev_* prints
# bad: [980a3da6] HID: move samsung quirks
# bad: [78a849a6] HID: move microsoft quirks
# bad: [022e8c4d] HID: move usage input mapping to hid.h
# good: [85cdaf52] HID: make a bus from hid code
# bad: [990436a7] HID: move ids into separate file
# bad: [c500c971] HID: hid, make parsing event driven
So the bad commit seems to be:
commit c500c9714011edab021591340042787722db9cf0
Author: Jiri Slaby <jirislaby@gmail.com>
Date: Fri May 16 11:49:16 2008 +0200
HID: hid, make parsing event driven
Next step for complete hid bus, this patch includes:
- call parser either from probe or from hid-core if there is no probe.
- add ll_driver structure and centralize some stuff there (open, close...)
- split and merge usb_hid_configure and hid_probe into several functions
to allow hooks/fixes between them
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Any ideas, gentlemen?
- Steven
--