Re: XFree86's HasLinuxInput symbol and m68k

2003-06-12 Thread Geert Uytterhoeven
On Thu, 12 Jun 2003, Wouter Verhelst wrote: > On Thu, Jun 12, 2003 at 08:01:24AM +0200, Christoph Hellwig wrote: > > On Wed, Jun 11, 2003 at 10:55:24AM -0400, Christian T. Steigies wrote: > > > No USB on m68k as far as I know (I can hear already the shouts "but there > > > is this cool USB Adapter

Re: XFree86's HasLinuxInput symbol and m68k

2003-06-12 Thread Wouter Verhelst
On Thu, Jun 12, 2003 at 08:01:24AM +0200, Christoph Hellwig wrote: > On Wed, Jun 11, 2003 at 10:55:24AM -0400, Christian T. Steigies wrote: > > No USB on m68k as far as I know (I can hear already the shouts "but there > > is this cool USB Adapter for Amiga"), so this should never be executed on > >

Re: XFree86's HasLinuxInput symbol and m68k

2003-06-12 Thread Christoph Hellwig
On Wed, Jun 11, 2003 at 10:55:24AM -0400, Christian T. Steigies wrote: > No USB on m68k as far as I know (I can hear already the shouts "but there > is this cool USB Adapter for Amiga"), so this should never be executed on > m68k. Maybe not even compiled (I did not read the code too thoroughly). C

Re: XFree86's HasLinuxInput symbol and m68k

2003-06-11 Thread Brad Boyer
On Wed, Jun 11, 2003 at 05:12:56PM +0200, Geert Uytterhoeven wrote: > The input core does compile on m68k if you really want to, but no devices use > it (for now). So as soon as we get this USB support, the input core will be > ready ;-) The 2.4.x version of ADB support depends on the input core,

Re: XFree86's HasLinuxInput symbol and m68k

2003-06-11 Thread Geert Uytterhoeven
On Wed, 11 Jun 2003, Christian T. Steigies wrote: > On Tue, Jun 10, 2003 at 10:54:36PM -0500, Branden Robinson wrote: > > #ifdef LINUX_INPUT > > if (xf86SetBoolOption(local->options, "USB", (common->wcmOpen == > > xf86WcmUSBOpen))) { > > local->read_input=xf86WcmReadUSBInput; > >

Re: XFree86's HasLinuxInput symbol and m68k

2003-06-11 Thread Christian T. Steigies
On Tue, Jun 10, 2003 at 10:54:36PM -0500, Branden Robinson wrote: > #ifdef LINUX_INPUT > if (xf86SetBoolOption(local->options, "USB", (common->wcmOpen == > xf86WcmUSBOpen))) { > local->read_input=xf86WcmReadUSBInput; > common->wcmOpen=xf86WcmUSBOpen; > xf86Ms

Re: XFree86's HasLinuxInput symbol and m68k

2003-06-11 Thread Fabio Massimo Di Nitto
On Tue, 10 Jun 2003, Branden Robinson wrote: > > But it's true, my Mac does not boot with 2.4.20, and yours probably neither. > > Its just none of the mac users noticed yet. And I have no reports about > > Atari, and the three VMEs. Is it important for XFree86, I mean will 4.3 only > > work with a

XFree86's HasLinuxInput symbol and m68k

2003-06-10 Thread Branden Robinson
[[[ Background for debian-68k readers: On Tue, Jun 10, 2003 at 01:32:16PM +0100, James Troup wrote: > X Strike Force SVN Admin <[EMAIL PROTECTED]> writes: > > > + /* m68k has no 2.4 kernel yet */ > > + # ifndef Mc68020Architecture > > + #define HasLinuxInput YES > > @@ -701,7 +714,7