From: "Marco Cavallini" <linux@koansoftware.com>
To: "Sam Ravnborg" <sam@ravnborg.org>
Cc: "Greg KH" <greg@kroah.com>, <linux-kernel@vger.kernel.org>
Subject: Re: Problem with CONFIG_USB_SL811HS
Date: Tue, 27 Apr 2004 19:37:21 +0200 [thread overview]
Message-ID: <001201c42c7e$4c60f2e0$0200a8c0@arrakis> (raw)
In-Reply-To: <20040427171737.GB2465@mars.ravnborg.org>
In Linux-2.4.26 the problem is in
drivers/usb/host/Makefile
After this block....
subdir-$(CONFIG_USB_OHCI_AT91) += host
ifeq ($(CONFIG_USB_OHCI_AT91),y)
obj-y += host/usb-ohci.o
endif
...I added this...
######## Begin new code MCK ##########
subdir-$(CONFIG_USB_SL811HS) += host
ifeq ($(CONFIG_USB_SL811HS),y)
obj-y += host/hc_sl811.o
endif
subdir-$(CONFIG_USB_SL811HS_ALT) += host
ifeq ($(CONFIG_USB_SL811HS_ALT),y)
obj-y += host/sl811.o
endif
######## End new code MCK ##########
There are also minor modifications, but I'm still working on this driver.
Marco Cavallini
==============================================
Koan s.a.s. - Software Engineering (x86 and ARM)
Linux solutions for Embedded and Real-Time Software
- Intel PCA Developer Network member
Via Pascoli, 3 - 24121 Bergamo - ITALIA
Tel./Fax (++39) +35 - 255.235 - www.koansoftware.com
==============================================
prev parent reply other threads:[~2004-04-27 17:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-26 11:33 Marco Cavallini
2004-04-26 18:56 ` Greg KH
2004-04-27 6:51 ` Marco Cavallini
2004-04-27 17:17 ` Sam Ravnborg
2004-04-27 17:36 ` Marco Cavallini
2004-04-27 17:57 ` Sam Ravnborg
2004-04-28 6:30 ` Marco Cavallini
2004-04-28 15:38 ` Greg KH
2004-04-27 17:37 ` Marco Cavallini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='001201c42c7e$4c60f2e0$0200a8c0@arrakis' \
--to=linux@koansoftware.com \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome