[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: XFree86's HasLinuxInput symbol and m68k



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;
>           xf86Msg(X_CONFIG, "%s: reading USB link\n", dev->identifier);
>   #else
>       if (xf86SetBoolOption(local->options, "USB", 0)) {
>           ErrorF("The USB version of the driver isn't available for your platform\n");
>   #endif
> 
> Will it kill anyone to have this code in the XFree86 packages for m68k?

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).

Christian



Reply to: