* [git pull] Input patches for 2.6.19
@ 2006-12-08 6:57 Dmitry Torokhov
2006-12-08 9:50 ` Jiri Kosina
0 siblings, 1 reply; 9+ messages in thread
From: Dmitry Torokhov @ 2006-12-08 6:57 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, Andrew Morton
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
or
master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
to receive updates for input subsystem.
Changelog:
----------
Akinobu Mita (2):
Input: lightning - return proper error codes from l4_init()
Input: handle serio_register_driver() errors
Andrew Morton (1):
Input: lifebook - learn about hard tabs
Anssi Hannula (1):
Input: HID - add a quirk for the Logitech USB Receiver
Brandon Philips (1):
Input: drivers/char/keyboard.c - small cleanup in k_cur()
Dmitry Torokhov (14):
Input: add comments to input_{allocate|free}_device()
Input: gameport - rearrange gameport_bus initialization
Input: i8042 - remove unneeded call to i8042_interrupt()
Input: ads7846 - handle errors from sysfs
Input: keyboards - handle errors when registering input devices
Input: touchscreens - handle errors when registering input devices
Input: joysticks - handle errors when registering input devices
Input: mice - handle errors when registering input devices
Input: i8042 - fix shutdown issue on some boxes with active MUXes
Input: serio - remove serio_unregister_port_delayed()
Input: serio - make serio_register_driver() return errors
Input: handle errors from input_register_device in drivers/macintosh
Input: i8042 - add another Lifebook P7010 to nomux blacklist
Input: ucb1400 - fix compile error
Greg Chandler (1):
Input: lifebook - add Hitachi Flora-IE 55mi tablet DMI signature
Jason Parekh (1):
Input: appletouch - verious updates for MacBooks
Jeff Garzik (2):
Input: trackpoint - handle sysfs errors
Input: logips2pp - handle sysfs errors
Julien BLACHE (2):
Input: appletouch - add Geyser IV support
Input: appletouch - use canonical names in USB IDs
Marton Nemeth (2):
Input: serio - rearrange serio_bus initialization
Input: mousedev - remap BTN_FORWARD from BTN_LEFT to BTN_MIDDLE
Nicolas Bellido (1):
Input: add driver for keyboard on AAED-2000 development board (ARM)
Nicolas Pitre (1):
Input: add Philips UCB1400 touchscreen driver
Paul Mundt (1):
Input: kill maple_keyb.c driver
Randy Dunlap (1):
Input: add to kernel-api docbook
Sergey Vlasov (1):
Input: psmouse - fix attribute access on 64-bit systems
Stelian Pop (1):
Input: MAC mouse button emulation - relax dependencies
Diffstat:
---------
b/Documentation/DocBook/kernel-api.tmpl | 8
b/drivers/char/keyboard.c | 2
b/drivers/input/ff-core.c | 4
b/drivers/input/ff-memless.c | 2
b/drivers/input/gameport/gameport.c | 19
b/drivers/input/gameport/lightning.c | 4
b/drivers/input/input.c | 25 +
b/drivers/input/joystick/adi.c | 10
b/drivers/input/joystick/amijoy.c | 6
b/drivers/input/joystick/analog.c | 10
b/drivers/input/joystick/cobra.c | 7
b/drivers/input/joystick/gf2k.c | 4
b/drivers/input/joystick/grip_mp.c | 13
b/drivers/input/joystick/guillemot.c | 4
b/drivers/input/joystick/iforce/iforce-main.c | 14
b/drivers/input/joystick/iforce/iforce-serio.c | 20
b/drivers/input/joystick/interact.c | 4
b/drivers/input/joystick/magellan.c | 3
b/drivers/input/joystick/spaceball.c | 3
b/drivers/input/joystick/spaceorb.c | 3
b/drivers/input/joystick/stinger.c | 3
b/drivers/input/joystick/twidjoy.c | 3
b/drivers/input/joystick/warrior.c | 3
b/drivers/input/keyboard/Kconfig | 11
b/drivers/input/keyboard/Makefile | 1
b/drivers/input/keyboard/aaed2000_kbd.c | 203 ++++++++
b/drivers/input/keyboard/amikbd.c | 22
b/drivers/input/keyboard/atkbd.c | 3
b/drivers/input/keyboard/corgikbd.c | 17
b/drivers/input/keyboard/hil_kbd.c | 3
b/drivers/input/keyboard/lkkbd.c | 3
b/drivers/input/keyboard/locomokbd.c | 28 -
b/drivers/input/keyboard/maple_keyb.c | 14
b/drivers/input/keyboard/newtonkbd.c | 3
b/drivers/input/keyboard/spitzkbd.c | 24 -
b/drivers/input/keyboard/stowaway.c | 3
b/drivers/input/keyboard/sunkbd.c | 3
b/drivers/input/keyboard/xtkbd.c | 3
b/drivers/input/mouse/amimouse.c | 11
b/drivers/input/mouse/hil_ptr.c | 3
b/drivers/input/mouse/inport.c | 23
b/drivers/input/mouse/lifebook.c | 88 +--
b/drivers/input/mouse/logibm.c | 24 -
b/drivers/input/mouse/logips2pp.c | 11
b/drivers/input/mouse/pc110pad.c | 26 -
b/drivers/input/mouse/psmouse-base.c | 8
b/drivers/input/mouse/rpcmouse.c | 20
b/drivers/input/mouse/sermouse.c | 3
b/drivers/input/mouse/trackpoint.c | 12
b/drivers/input/mouse/vsxxxaa.c | 3
b/drivers/input/mousedev.c | 2
b/drivers/input/serio/i8042-x86ia64io.h | 7
b/drivers/input/serio/i8042.c | 18
b/drivers/input/serio/serio.c | 107 +++-
b/drivers/input/serio/serio_raw.c | 3
b/drivers/input/touchscreen/Kconfig | 15
b/drivers/input/touchscreen/Makefile | 1
b/drivers/input/touchscreen/ads7846.c | 95 ++--
b/drivers/input/touchscreen/corgi_ts.c | 30 -
b/drivers/input/touchscreen/elo.c | 3
b/drivers/input/touchscreen/gunze.c | 3
b/drivers/input/touchscreen/h3600_ts_input.c | 3
b/drivers/input/touchscreen/hp680_ts_input.c | 29 -
b/drivers/input/touchscreen/mk712.c | 26 -
b/drivers/input/touchscreen/mtouch.c | 3
b/drivers/input/touchscreen/penmount.c | 3
b/drivers/input/touchscreen/touchright.c | 3
b/drivers/input/touchscreen/touchwin.c | 3
b/drivers/input/touchscreen/ucb1400_ts.c | 581 ++++++++++++++++++++++++-
b/drivers/macintosh/Kconfig | 1
b/drivers/macintosh/adbhid.c | 10
b/drivers/macintosh/mac_hid.c | 8
b/drivers/usb/input/appletouch.c | 27 -
b/drivers/usb/input/hid-core.c | 7
b/drivers/usb/input/hid-input.c | 4
b/drivers/usb/input/hid.h | 1
b/include/linux/input.h | 18
b/include/linux/serio.h | 7
drivers/input/joystick/iforce/iforce-main.c | 17
drivers/input/joystick/magellan.c | 14
drivers/input/joystick/spaceball.c | 14
drivers/input/joystick/spaceorb.c | 14
drivers/input/joystick/stinger.c | 14
drivers/input/joystick/twidjoy.c | 14
drivers/input/joystick/warrior.c | 14
drivers/input/keyboard/atkbd.c | 159 +++++-
drivers/input/keyboard/lkkbd.c | 14
drivers/input/keyboard/maple_keyb.c | 166 -------
drivers/input/keyboard/newtonkbd.c | 14
drivers/input/keyboard/sunkbd.c | 20
drivers/input/keyboard/xtkbd.c | 14
drivers/input/mouse/lifebook.c | 6
drivers/input/mouse/psmouse-base.c | 93 ++--
drivers/input/mouse/sermouse.c | 13
drivers/input/mouse/vsxxxaa.c | 13
drivers/input/serio/i8042.c | 21
drivers/input/serio/serio.c | 40 -
drivers/input/touchscreen/gunze.c | 14
drivers/input/touchscreen/mtouch.c | 13
drivers/usb/input/appletouch.c | 68 ++
include/linux/serio.h | 5
101 files changed, 1830 insertions(+), 709 deletions(-)
--
Dmitry
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [git pull] Input patches for 2.6.19
2006-12-08 6:57 [git pull] Input patches for 2.6.19 Dmitry Torokhov
@ 2006-12-08 9:50 ` Jiri Kosina
2006-12-08 11:59 ` Marcel Holtmann
2006-12-08 14:14 ` Dmitry Torokhov
0 siblings, 2 replies; 9+ messages in thread
From: Jiri Kosina @ 2006-12-08 9:50 UTC (permalink / raw)
To: Dmitry Torokhov
Cc: Linus Torvalds, LKML, Andrew Morton, Greg KH, Marcel Holtmann
[-- Attachment #1: Type: TEXT/PLAIN, Size: 947 bytes --]
On Fri, 8 Dec 2006, Dmitry Torokhov wrote:
> Hi Linus,
> Please pull from:
> git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
> or
> master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
> to receive updates for input subsystem.
> b/drivers/usb/input/hid-core.c | 7
> b/drivers/usb/input/hid-input.c | 4
> b/drivers/usb/input/hid.h | 1
OK, this is going to break the merge from Greg's tree of generic HID
layer, which was planned for today.
The merge will probably emit a large .rej files, due to the large blocks
of code being moved around, but it seems that most of the changes which
would conflict with the merge could be trivially solved by hand.
Greg, should I prepare a new version of the generic HID patches against
merged Linus' + Dmitry's trees and send them to you?
Thanks,
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [git pull] Input patches for 2.6.19
2006-12-08 11:59 ` Marcel Holtmann
@ 2006-12-08 11:07 ` Andrew Morton
2006-12-08 11:51 ` Jiri Kosina
0 siblings, 1 reply; 9+ messages in thread
From: Andrew Morton @ 2006-12-08 11:07 UTC (permalink / raw)
To: Marcel Holtmann
Cc: Jiri Kosina, Dmitry Torokhov, Linus Torvalds, LKML, Greg KH
On Fri, 08 Dec 2006 12:59:44 +0100
Marcel Holtmann <marcel@holtmann.org> wrote:
> > > b/drivers/usb/input/hid-core.c | 7
> > > b/drivers/usb/input/hid-input.c | 4
> > > b/drivers/usb/input/hid.h | 1
> >
> > OK, this is going to break the merge from Greg's tree of generic HID
> > layer, which was planned for today.
> >
> > The merge will probably emit a large .rej files, due to the large blocks
> > of code being moved around, but it seems that most of the changes which
> > would conflict with the merge could be trivially solved by hand.
> >
> > Greg, should I prepare a new version of the generic HID patches against
> > merged Linus' + Dmitry's trees and send them to you?
>
> yes please, because Linus already merged Dmitry's patches.
I suggest that you leave it for 12 hours - there's a lot more stuff in flight and
there might be overlaps.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [git pull] Input patches for 2.6.19
2006-12-08 11:07 ` Andrew Morton
@ 2006-12-08 11:51 ` Jiri Kosina
2006-12-08 13:06 ` Marcel Holtmann
0 siblings, 1 reply; 9+ messages in thread
From: Jiri Kosina @ 2006-12-08 11:51 UTC (permalink / raw)
To: Andrew Morton
Cc: Marcel Holtmann, Dmitry Torokhov, Linus Torvalds, LKML, Greg KH
On Fri, 8 Dec 2006, Andrew Morton wrote:
> > > Greg, should I prepare a new version of the generic HID patches against
> > > merged Linus' + Dmitry's trees and send them to you?
> > yes please, because Linus already merged Dmitry's patches.
> I suggest that you leave it for 12 hours - there's a lot more stuff in flight and
> there might be overlaps.
OK. Could you please let me know when all these are merged? I have already
rebased all the patches against current Linus' tree (with Dmitry's tree
merged), but will hold on until I get green light from you, and then send
this again to Greg - Greg, is that fine by you?
Thanks,
--
Jiri Kosina
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [git pull] Input patches for 2.6.19
2006-12-08 9:50 ` Jiri Kosina
@ 2006-12-08 11:59 ` Marcel Holtmann
2006-12-08 11:07 ` Andrew Morton
2006-12-08 14:14 ` Dmitry Torokhov
1 sibling, 1 reply; 9+ messages in thread
From: Marcel Holtmann @ 2006-12-08 11:59 UTC (permalink / raw)
To: Jiri Kosina; +Cc: Dmitry Torokhov, Linus Torvalds, LKML, Andrew Morton, Greg KH
Hi Jiri,
> > b/drivers/usb/input/hid-core.c | 7
> > b/drivers/usb/input/hid-input.c | 4
> > b/drivers/usb/input/hid.h | 1
>
> OK, this is going to break the merge from Greg's tree of generic HID
> layer, which was planned for today.
>
> The merge will probably emit a large .rej files, due to the large blocks
> of code being moved around, but it seems that most of the changes which
> would conflict with the merge could be trivially solved by hand.
>
> Greg, should I prepare a new version of the generic HID patches against
> merged Linus' + Dmitry's trees and send them to you?
yes please, because Linus already merged Dmitry's patches.
Regards
Marcel
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [git pull] Input patches for 2.6.19
2006-12-08 11:51 ` Jiri Kosina
@ 2006-12-08 13:06 ` Marcel Holtmann
2006-12-08 18:04 ` Greg KH
0 siblings, 1 reply; 9+ messages in thread
From: Marcel Holtmann @ 2006-12-08 13:06 UTC (permalink / raw)
To: Jiri Kosina; +Cc: Andrew Morton, Dmitry Torokhov, Linus Torvalds, LKML, Greg KH
Hi Jiri,
> > > > Greg, should I prepare a new version of the generic HID patches against
> > > > merged Linus' + Dmitry's trees and send them to you?
> > > yes please, because Linus already merged Dmitry's patches.
> > I suggest that you leave it for 12 hours - there's a lot more stuff in flight and
> > there might be overlaps.
>
> OK. Could you please let me know when all these are merged? I have already
> rebased all the patches against current Linus' tree (with Dmitry's tree
> merged), but will hold on until I get green light from you, and then send
> this again to Greg - Greg, is that fine by you?
if you already rebased everything. Then lets merge now. Once this is out
of the way everything else will be much more simple.
Regards
Marcel
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [git pull] Input patches for 2.6.19
2006-12-08 9:50 ` Jiri Kosina
2006-12-08 11:59 ` Marcel Holtmann
@ 2006-12-08 14:14 ` Dmitry Torokhov
2006-12-08 15:54 ` Jiri Kosina
1 sibling, 1 reply; 9+ messages in thread
From: Dmitry Torokhov @ 2006-12-08 14:14 UTC (permalink / raw)
To: Jiri Kosina; +Cc: Linus Torvalds, LKML, Andrew Morton, Greg KH, Marcel Holtmann
Hi,
On 12/8/06, Jiri Kosina <jkosina@suse.cz> wrote:
> On Fri, 8 Dec 2006, Dmitry Torokhov wrote:
>
> > Hi Linus,
> > Please pull from:
> > git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
> > or
> > master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
> > to receive updates for input subsystem.
> > b/drivers/usb/input/hid-core.c | 7
> > b/drivers/usb/input/hid-input.c | 4
> > b/drivers/usb/input/hid.h | 1
>
> OK, this is going to break the merge from Greg's tree of generic HID
> layer, which was planned for today.
>
> The merge will probably emit a large .rej files, due to the large blocks
> of code being moved around, but it seems that most of the changes which
> would conflict with the merge could be trivially solved by hand.
>
> Greg, should I prepare a new version of the generic HID patches against
> merged Linus' + Dmitry's trees and send them to you?
>
Hmm, I thought that git would take care of resolving the merge
conflict but it was 2AM thought and obviously not a smart one. Sorry.
--
Dmitry
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [git pull] Input patches for 2.6.19
2006-12-08 14:14 ` Dmitry Torokhov
@ 2006-12-08 15:54 ` Jiri Kosina
0 siblings, 0 replies; 9+ messages in thread
From: Jiri Kosina @ 2006-12-08 15:54 UTC (permalink / raw)
To: Dmitry Torokhov
Cc: Linus Torvalds, LKML, Andrew Morton, Greg KH, Marcel Holtmann
On Fri, 8 Dec 2006, Dmitry Torokhov wrote:
> > > b/drivers/usb/input/hid-core.c | 7
> > > b/drivers/usb/input/hid-input.c | 4
> > > b/drivers/usb/input/hid.h | 1
> > OK, this is going to break the merge from Greg's tree of generic HID
> > layer, which was planned for today.
> > The merge will probably emit a large .rej files, due to the large blocks
> > of code being moved around, but it seems that most of the changes which
> > would conflict with the merge could be trivially solved by hand.
> Hmm, I thought that git would take care of resolving the merge
> conflict but it was 2AM thought and obviously not a smart one. Sorry.
No problem, someone would have to do the merge anyway, either me, you or
Greg, so I did it :)
I have been asked by Andrew to wait a few more hours after all the patches
he has pending for upstream have been processed. In approximately 5 hours
or so I am going to check mainline, make sure that my patches apply
cleanly on top of that, and push them to Greg again and we'll see.
Thanks,
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [git pull] Input patches for 2.6.19
2006-12-08 13:06 ` Marcel Holtmann
@ 2006-12-08 18:04 ` Greg KH
0 siblings, 0 replies; 9+ messages in thread
From: Greg KH @ 2006-12-08 18:04 UTC (permalink / raw)
To: Marcel Holtmann
Cc: Jiri Kosina, Andrew Morton, Dmitry Torokhov, Linus Torvalds, LKML
On Fri, Dec 08, 2006 at 02:06:42PM +0100, Marcel Holtmann wrote:
> Hi Jiri,
>
> > > > > Greg, should I prepare a new version of the generic HID patches against
> > > > > merged Linus' + Dmitry's trees and send them to you?
> > > > yes please, because Linus already merged Dmitry's patches.
> > > I suggest that you leave it for 12 hours - there's a lot more stuff in flight and
> > > there might be overlaps.
> >
> > OK. Could you please let me know when all these are merged? I have already
> > rebased all the patches against current Linus' tree (with Dmitry's tree
> > merged), but will hold on until I get green light from you, and then send
> > this again to Greg - Greg, is that fine by you?
>
> if you already rebased everything. Then lets merge now. Once this is out
> of the way everything else will be much more simple.
Ok, am taking Jiri's patches and will push to Linus in a bit when I
respin them and test again.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2006-12-08 18:04 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-08 6:57 [git pull] Input patches for 2.6.19 Dmitry Torokhov
2006-12-08 9:50 ` Jiri Kosina
2006-12-08 11:59 ` Marcel Holtmann
2006-12-08 11:07 ` Andrew Morton
2006-12-08 11:51 ` Jiri Kosina
2006-12-08 13:06 ` Marcel Holtmann
2006-12-08 18:04 ` Greg KH
2006-12-08 14:14 ` Dmitry Torokhov
2006-12-08 15:54 ` Jiri Kosina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox