All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH 1/1] task-base: added btusb driver to list of recommended BT drivers
@ 2009-04-23 16:30 Marcin Juszkiewicz
  2009-04-23 17:24 ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Marcin Juszkiewicz @ 2009-04-23 16:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Marcin Juszkiewicz

From: Marcin Juszkiewicz <hrw@openembedded.org>

'btusb' driver replaced 'hci-usb' one few kernel releases ago. We recommend
both as some devices use older kernels.

Signed-off-by: Marcin Juszkiewicz <hrw@openembedded.org>
---
 recipes/tasks/task-base.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/tasks/task-base.bb b/recipes/tasks/task-base.bb
index 4003359..66c26af 100644
--- a/recipes/tasks/task-base.bb
+++ b/recipes/tasks/task-base.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
-PR = "r80"
+PR = "r83"
 
 inherit task
 
@@ -256,7 +256,7 @@ RRECOMMENDS_task-base-bluetooth = "\
     kernel-module-hidp \
     kernel-module-hci-uart \
     kernel-module-sco \
-    ${@base_contains('COMBINED_FEATURES', 'usbhost', 'kernel-module-hci-usb', '',d)} \
+    ${@base_contains('COMBINED_FEATURES', 'usbhost', 'kernel-module-btusb kernel-module-hci-usb', '',d)} \
     ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-bluetooth3c-cs', '',d)} \
     ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-bluecard-cs', '',d)} \
     ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-bluetoothuart-cs', '',d)} \
-- 
1.6.3.rc0






^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-04-23 17:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-23 16:30 [STABLE][PATCH 1/1] task-base: added btusb driver to list of recommended BT drivers Marcin Juszkiewicz
2009-04-23 17:24 ` Koen Kooi
2009-04-23 17:31   ` Tom Rini
2009-04-23 17:37     ` Marcin Juszkiewicz
2009-04-23 17:46       ` [STABLE][PATCH 1/1] task-base: added btusb driver to list?of " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.