Re: Fw: Oops in hidinput_hid_event

2005-07-26 Thread Sergey Vlasov
On Tue, 19 Jul 2005 09:30:58 -0400 Vojtech Pavlik wrote: > On Mon, Jul 18, 2005 at 02:16:37PM -0700, Pete Zaitcev wrote: > > > I think this patch is rather obvious, so maybe I should ask Andrew to > > apply it to -mm for now, to get some testing. Would that help to verify > > it for acceptance? >

Re: Fw: Oops in hidinput_hid_event

2005-07-25 Thread Pete Zaitcev
On Mon, 25 Jul 2005 20:52:26 -0700, Andrew Morton <[EMAIL PROTECTED]> wrote: > Do you expect this patch: > > > --- linux-2.6.12/drivers/usb/input/hid-input.c 2005-06-21 > > 12:58:47.0 -0700 > > - struct input_dev *input = &field->hidinput->input; > > + struct input_dev *input; >

Re: Fw: Oops in hidinput_hid_event

2005-07-25 Thread Andrew Morton
Pete Zaitcev <[EMAIL PROTECTED]> wrote: > > I think this patch is rather obvious, so maybe I should ask Andrew to > apply it to -mm for now, to get some testing. Would that help to verify > it for acceptance? > > -- Pete > > Begin forwarded message: > > Date: Tue, 28 Jun 2005 15:00:23 -0700 > Fr

Re: Fw: Oops in hidinput_hid_event

2005-07-19 Thread Vojtech Pavlik
On Mon, Jul 18, 2005 at 02:16:37PM -0700, Pete Zaitcev wrote: > I think this patch is rather obvious, so maybe I should ask Andrew to > apply it to -mm for now, to get some testing. Would that help to verify > it for acceptance? Your patch is perfectly OK, my NULL check was indeed completely wron

Re: Fw: Oops in hidinput_hid_event

2005-07-19 Thread Pete Zaitcev
On Tue, 19 Jul 2005 03:31:12 +0200, Jesper Juhl <[EMAIL PROTECTED]> wrote: > > void hidinput_hid_event(struct hid_device *hid, struct hid_field *field, > > struct hid_usage *usage, __s32 value, struct pt_regs *regs) > > { > > - struct input_dev *input = &field->hidinput->input; > > +

Re: Fw: Oops in hidinput_hid_event

2005-07-18 Thread Jesper Juhl
On 7/19/05, Jesper Juhl <[EMAIL PROTECTED]> wrote: > On 7/18/05, Pete Zaitcev <[EMAIL PROTECTED]> wrote: > > I think this patch is rather obvious, so maybe I should ask Andrew to > > apply it to -mm for now, to get some testing. Would that help to verify > > it for acceptance? > > > > -- Pete > > >

Re: Fw: Oops in hidinput_hid_event

2005-07-18 Thread Jesper Juhl
On 7/18/05, Pete Zaitcev <[EMAIL PROTECTED]> wrote: > I think this patch is rather obvious, so maybe I should ask Andrew to > apply it to -mm for now, to get some testing. Would that help to verify > it for acceptance? > > -- Pete > > Begin forwarded message: > > Date: Tue, 28 Jun 2005 15:00:23

Fw: Oops in hidinput_hid_event

2005-07-18 Thread Pete Zaitcev
I think this patch is rather obvious, so maybe I should ask Andrew to apply it to -mm for now, to get some testing. Would that help to verify it for acceptance? -- Pete Begin forwarded message: Date: Tue, 28 Jun 2005 15:00:23 -0700 From: Pete Zaitcev <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: