Re: 2.6.20-rc4-mm1: different values for OHCI_QUIRK_ZFMICRO
Randy Dunlap <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.usb.devel |
|---|---|
| Organization | Oracle Linux Eng. |
| Message-ID | <[email protected]> |
On Tue, 20 Feb 2007 01:06:54 +0100 Adrian Bunk wrote: > On Sun, Jan 14, 2007 at 06:36:10AM -0800, David Brownell wrote: > > On Sunday 14 January 2007 1:10 am, Adrian Bunk wrote: > > > <-- snip --> > > > > Waiting for Tony to submit bugfixes to his driver... > > Still unfixed as of 2.6.20-mm1. > > > > ... > > > CC drivers/usb/misc/ftdi-elan.o > > > /home/bunk/linux/kernel-2.6/linux-2.6.20-rc4-mm1/drivers/usb/misc/ftdi-elan.c:2307:1: warning: "OHCI_QUIRK_ZFMICRO" redefined > > > In file included from /home/bunk/linux/kernel-2.6/linux-2.6.20-rc4-mm1/drivers/usb/misc/ftdi-elan.c:76: > > > /home/bunk/linux/kernel-2.6/linux-2.6.20-rc4-mm1/drivers/usb/misc/../host/ohci.h:399:1: warning: this is the location of the previous definition > > > ... > > > $ grep -r ^#define * | grep OHCI_QUIRK_ZFMICRO > > > drivers/usb/host/ohci.h:#define OHCI_QUIRK_ZFMICRO 0x20 /* Compaq ZFMicro chipset*/ > > > drivers/usb/host/u132-hcd.c:#define OHCI_QUIRK_ZFMICRO 0x10 > > > drivers/usb/misc/ftdi-elan.c:#define OHCI_QUIRK_ZFMICRO 0x10 > > > $ > > > > > > <-- snip --> so is there a patch around for this yet? or shall someone other than Tony (??) make one? --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***