Re: Getting make net/built-in.o Error with 2.6.21.1 Build

2007-05-08 Thread Marcel Holtmann
Hi Jiri, > > > Marcel - are you aware of any devices currently supported by USB HID > > > force-feedback code, which have a bluetooth version, please? > > I haven't looked at all details for the PS3 controller, but that might > > be the first one. In theory they can and at some point they will en

Re: Getting make net/built-in.o Error with 2.6.21.1 Build

2007-05-08 Thread Jiri Kosina
On Tue, 8 May 2007, Marcel Holtmann wrote: > > Marcel - are you aware of any devices currently supported by USB HID > > force-feedback code, which have a bluetooth version, please? > I haven't looked at all details for the PS3 controller, but that might > be the first one. In theory they can and

Re: Getting make net/built-in.o Error with 2.6.21.1 Build

2007-05-08 Thread Marcel Holtmann
Hi Jiri, > > Sure, my aim here was to only solve the _build breakage_ by fixing the > > Kconfig for this module (that used code from another kernel module > > without listing it in its dependencies). If, as you say, the real > > solution is that we should actually be taking out the offending ca

Re: Getting make net/built-in.o Error with 2.6.21.1 Build

2007-05-08 Thread Jiri Kosina
On Tue, 8 May 2007, Satyam Sharma wrote: > Sure, my aim here was to only solve the _build breakage_ by fixing the > Kconfig for this module (that used code from another kernel module > without listing it in its dependencies). If, as you say, the real > solution is that we should actually be tak

Re: Getting make net/built-in.o Error with 2.6.21.1 Build

2007-05-08 Thread Satyam Sharma
Hi Jiri, On 5/8/07, Jiri Kosina <[EMAIL PROTECTED]> wrote: On Tue, 8 May 2007, Satyam Sharma wrote: > > CC init/version.o > > LD init/built-in.o > > LD .tmp_vmlinux1 > > net/built-in.o: In function `hidp_add_connection': > > (.text+0x8bb08): undefined reference to `hid_ff_i

Re: Getting make net/built-in.o Error with 2.6.21.1 Build

2007-05-08 Thread Jiri Kosina
On Tue, 8 May 2007, Satyam Sharma wrote: > > CC init/version.o > > LD init/built-in.o > > LD .tmp_vmlinux1 > > net/built-in.o: In function `hidp_add_connection': > > (.text+0x8bb08): undefined reference to `hid_ff_init' > > make: *** [.tmp_vmlinux1] Error 1 > You've got CONFIG

Re: Getting make net/built-in.o Error with 2.6.21.1 Build

2007-05-07 Thread Satyam Sharma
On 5/8/07, Chris Bergeron <[EMAIL PROTECTED]> wrote: On trying to build a 2.6.21.1 kernel using the configuration at http://pcburn.com/files/kernel/breaks.2.6.21.1.config I'm getting the following error with Networking Support -> Bluetooth Subsystem Support -> HIDP protocol support set to built-i