All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add missing ACPI ID for bcm43241, used in HP Omni10
       [not found] <Re: [PATCH] Another ACPI ID for bcm43241>
@ 2016-01-21 15:45 ` J.J. Meijer
  2016-01-22 13:42   ` Marcel Holtmann
  0 siblings, 1 reply; 3+ messages in thread
From: J.J. Meijer @ 2016-01-21 15:45 UTC (permalink / raw)
  To: marcel; +Cc: linux-bluetooth, meijjaa

From: meijjaa <jjmeijer88@gmail.com>

Signed-off-by: meijjaa <jjmeijer88@gmail.com>
---
 drivers/bluetooth/hci_bcm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c
index 4797c5c..48dbf51 100644
--- a/drivers/bluetooth/hci_bcm.c
+++ b/drivers/bluetooth/hci_bcm.c
@@ -820,6 +820,7 @@ static const struct acpi_device_id bcm_acpi_match[] = {
  	{ "BCM2E3D", 0 },
 	{ "BCM2E3F", 0 },
  	{ "BCM2E40", 0 },
+	{ "BCM2E54", 0 },
  	{ "BCM2E64", 0 },
  	{ "BCM2E65", 0 },
  	{ "BCM2E67", 0 },
-- 
2.7.0

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

* Re: [PATCH] Add missing ACPI ID for bcm43241, used in HP Omni10
  2016-01-21 15:45 ` [PATCH] Add missing ACPI ID for bcm43241, used in HP Omni10 J.J. Meijer
@ 2016-01-22 13:42   ` Marcel Holtmann
  2016-01-29 12:03     ` Jaap Jan Meijer
  0 siblings, 1 reply; 3+ messages in thread
From: Marcel Holtmann @ 2016-01-22 13:42 UTC (permalink / raw)
  To: J.J. Meijer; +Cc: linux-bluetooth

Hi,

please provide a commit message. You need subject line and commit message body. Make it more verbose on which machine this is enabling. If you have ACPI debug output or other information, please include it as well.

> On Jan 21, 2016, at 16:45, J.J. Meijer <jjmeijer88@gmail.com> wrote:
> 
> From: meijjaa <jjmeijer88@gmail.com>
> 
> Signed-off-by: meijjaa <jjmeijer88@gmail.com>

You might want to fix your .gitconfig to have proper name and email information in your commits.

> ---
> drivers/bluetooth/hci_bcm.c | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c
> index 4797c5c..48dbf51 100644
> --- a/drivers/bluetooth/hci_bcm.c
> +++ b/drivers/bluetooth/hci_bcm.c
> @@ -820,6 +820,7 @@ static const struct acpi_device_id bcm_acpi_match[] = {
>  	{ "BCM2E3D", 0 },
> 	{ "BCM2E3F", 0 },
>  	{ "BCM2E40", 0 },
> +	{ "BCM2E54", 0 },
>  	{ "BCM2E64", 0 },
>  	{ "BCM2E65", 0 },
>  	{ "BCM2E67", 0 },

I was not able to apply the patch. Please make sure it is against bluetooth-next tree.

Regards

Marcel


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

* Re: [PATCH] Add missing ACPI ID for bcm43241, used in HP Omni10
  2016-01-22 13:42   ` Marcel Holtmann
@ 2016-01-29 12:03     ` Jaap Jan Meijer
  0 siblings, 0 replies; 3+ messages in thread
From: Jaap Jan Meijer @ 2016-01-29 12:03 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-bluetooth

Hi Marcel,

Thanks for the feedback. I'm still learning while i go, will give it another go.

Another thing, I encountered lists like this:
driveridentifier.com/scan/broadcom-serial-bus-driver-over-uart-bus-enumerator/driver-detail/262C118A233E4B45BC8EB76D27B63F9A/1811458/md5/1583152406/ACPI%5CBCM2E54
so I guess a lot of people are still missing out on the fruits of you
and your teams hard work. I can create a patch to get the complete
list in if you want.

Kind regards,

J.J.


2016-01-22 14:42 GMT+01:00 Marcel Holtmann <marcel@holtmann.org>:
> Hi,
>
> please provide a commit message. You need subject line and commit message body. Make it more verbose on which machine this is enabling. If you have ACPI debug output or other information, please include it as well.
>
>> On Jan 21, 2016, at 16:45, J.J. Meijer <jjmeijer88@gmail.com> wrote:
>>
>> From: meijjaa <jjmeijer88@gmail.com>
>>
>> Signed-off-by: meijjaa <jjmeijer88@gmail.com>
>
> You might want to fix your .gitconfig to have proper name and email information in your commits.
>
>> ---
>> drivers/bluetooth/hci_bcm.c | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c
>> index 4797c5c..48dbf51 100644
>> --- a/drivers/bluetooth/hci_bcm.c
>> +++ b/drivers/bluetooth/hci_bcm.c
>> @@ -820,6 +820,7 @@ static const struct acpi_device_id bcm_acpi_match[] = {
>>       { "BCM2E3D", 0 },
>>       { "BCM2E3F", 0 },
>>       { "BCM2E40", 0 },
>> +     { "BCM2E54", 0 },
>>       { "BCM2E64", 0 },
>>       { "BCM2E65", 0 },
>>       { "BCM2E67", 0 },
>
> I was not able to apply the patch. Please make sure it is against bluetooth-next tree.
>
> Regards
>
> Marcel
>

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

end of thread, other threads:[~2016-01-29 12:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <Re: [PATCH] Another ACPI ID for bcm43241>
2016-01-21 15:45 ` [PATCH] Add missing ACPI ID for bcm43241, used in HP Omni10 J.J. Meijer
2016-01-22 13:42   ` Marcel Holtmann
2016-01-29 12:03     ` Jaap Jan Meijer

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.