Luben Tuikov wrote: > > 2.4.16, kgcc (gcc version egcs-2.91.66 19990314/Linux > (egcs-1.1.2 release)), dell dimension 8100, HID(usb) mouse > and kbd. > > Could it be that hid is invalid in hid-core.c:1231? > > Here is the relevant info: > ----cut-here----- > hub.c: USB new device connect on bus1/1, assigned device > number 2 > hub.c: USB hub found > hub.c: 3 ports detected > hub.c: USB new device connect on bus1/2, assigned device > number 3 > input0: USB HID v1.00 Mouse [Logitech USB-PS/2 Mouse > M-BA47] on usb1:3.0 > hub.c: USB new device connect on bus1/1/1, assigned device > number 4 > input1: USB HID v1.00 Keyboard [NMB Dell USB 7HK Keyboard] > on usb1:4.0 > input2<1>Unable to handle kernel paging request at virtual > address ffffffff > printing eip: > c02bba40 > *pde = 00001063 > *pte = 00000000 > Oops: 0000 > CPU: 0 > EIP: 0010:[] Not tainted > EFLAGS: 00010097 > eax: ffffffff ebx: ffffffff ecx: ffffffff edx: > fffffffe > esi: c03986d0 edi: ffffffff ebp: 00000000 esp: > dfe83e6c > ds: 0018 es: 0018 ss: 0018 > Process khubd (pid: 10, stackpage=dfe83000) > Stack: 00000000 dfbd2000 00000246 00000002 c0307354 > 00002392 00000246 0000238c > 00002392 c01163bb 0000238c 00002392 0000004e > 00000000 c0398abf 0000000a > c0116563 c03986c0 00000400 c0307354 dfe83ee4 > 00000000 dfbd2000 ffffffff > Call Trace: [] [] [] > [] [] > [] [] [] [] > [] [] > > Code: 80 38 00 74 07 40 4a 83 fa ff 75 f4 29 c8 89 c7 f7 c5 > 10 00 > ----cut-here----- Hi- What kinds of hid devices do you have? Can you post 'lsusb' output (from usb.in.tum.de/download/usbutils/ if you don't already have it)? I suspect that the hid_types array index is invalid, but you could be right -- maybe the hid ptr is invalid. Please try the attached patch and let us know if it helps/works. Since I was just looking at this, I am familiar with this oops. However, normally you should run Oops messages thru ksymoops so that we can read them. :) ~Randy