linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: linux-usb-devel <linux-usb-devel@lists.sourceforge.net>
Cc: linuxppc-dev list <linuxppc-dev@ozlabs.org>
Subject: [PATCH] fix drivers/usb for appletouch
Date: Wed, 02 May 2007 07:20:15 +0200	[thread overview]
Message-ID: <1178083216.13233.2.camel@johannes.berg> (raw)

This patch adds drivers/usb/input/ to the build when only APPLETOUCH is
selected from the input drivers.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>

---
And I keep wondering why appletouch.ko isn't installed... :)

--- wireless-dev.orig/drivers/usb/Makefile	2007-05-02 07:07:32.549196053 +0200
+++ wireless-dev/drivers/usb/Makefile	2007-05-02 07:17:30.179196053 +0200
@@ -25,6 +25,7 @@ obj-$(CONFIG_USB)		+= storage/
 
 obj-$(CONFIG_USB_ACECAD)	+= input/
 obj-$(CONFIG_USB_AIPTEK)	+= input/
+obj-$(CONFIG_USB_APPLETOUCH)	+= input/
 obj-$(CONFIG_USB_ATI_REMOTE)	+= input/
 obj-$(CONFIG_USB_KBTAB)		+= input/
 obj-$(CONFIG_USB_MTOUCH)	+= input/

                 reply	other threads:[~2007-05-02  8:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1178083216.13233.2.camel@johannes.berg \
    --to=johannes@sipsolutions.net \
    --cc=linux-usb-devel@lists.sourceforge.net \
    --cc=linuxppc-dev@ozlabs.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;
as well as URLs for NNTP newsgroup(s).