Bug 11825
Summary: | appletouch broken | ||
---|---|---|---|
Product: | Drivers | Reporter: | Johannes Berg (johannes) |
Component: | Input Devices | Assignee: | Jiri Kosina (jikos) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | jikos, jirislaby, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.28-rc1 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 11808 |
Description
Johannes Berg
2008-10-25 03:55:45 UTC
Should be fixed in hid HEAD, not pulled by Linus so far, so not closing... References : http://marc.info/?l=linux-kernel&m=122433436930451&w=4 Handled-By : Jiri Slaby <jirislaby@gmail.com> Handled-By : Jiri Kosina <jkosina@suse.cz> Patch : http://marc.info/?l=linux-kernel&m=122442584100873&w=4 Kernel with that patch doesn't compile: drivers/hid/hid-core.c: In function ‘hid_ignore’: drivers/hid/hid-core.c:1589: error: ‘struct hid_device’ has no member named ‘type’ drivers/hid/hid-core.c:1589: error: ‘HID_TYPE_MOUSE’ undeclared (first use in this function) drivers/hid/hid-core.c:1589: error: (Each undeclared identifier is reported only once drivers/hid/hid-core.c:1589: error: for each function it appears in.) Please apply also: http://git.kernel.org/?p=linux/kernel/git/jikos/hid.git;a=commitdiff_plain;h=a73a63701f8f23e70674b3c5e367a0a726c18468 before that patch. Oh, and this one: http://git.kernel.org/?p=linux/kernel/git/jikos/hid.git;a=commitdiff_plain;h=b4d8e4736c94e78fd846dca0c95a3a0710582584 instead of the one from comment #2. References : http://marc.info/?l=linux-kernel&m=122433436930451&w=4 Handled-By : Jiri Slaby <jirislaby@gmail.com> Handled-By : Jiri Kosina <jkosina@suse.cz> Patch : http://lkml.org/lkml/2008/10/21/358 Patch : http://lkml.org/lkml/2008/10/21/359 For some reason I can't find it on marc. Also I hope I didn't mess up the format of this message. The fix is now present in Linus tree, commits b4d8e4736c9 and a73a63701. (In reply to comment #6) > References : http://marc.info/?l=linux-kernel&m=122433436930451&w=4 > > Handled-By : Jiri Slaby <jirislaby@gmail.com> > Handled-By : Jiri Kosina <jkosina@suse.cz> > > Patch : http://lkml.org/lkml/2008/10/21/358 > Patch : http://lkml.org/lkml/2008/10/21/359 > > For some reason I can't find it on marc. Also I hope I didn't mess up the > format of this message. The format is fine. :-) |