]> git.baikalelectronics.ru Git - kernel.git/commit
toshiba_bluetooth: Add a container struct named toshiba_bluetooth_dev
authorAzael Avalos <coproscefalo@gmail.com>
Sun, 3 May 2015 23:42:06 +0000 (17:42 -0600)
committerDarren Hart <dvhart@linux.intel.com>
Wed, 6 May 2015 22:12:39 +0000 (15:12 -0700)
commit6483ee5901287667f16c4bd9366da261484ad06a
treea2e29ba706722b2aa68f2f669c354b61cc64d7f2
parentc9ddf7275877c7dc26babec445b28e12f6b4c577
toshiba_bluetooth: Add a container struct named toshiba_bluetooth_dev

This patch adds a struct named toshiba_bluetooth_dev, which will be
used to contain the acpi_device struct and bluetooth status booleans.

This struct will also be used by later patches to store the rfkill
struct as well.

Also, a helper function named toshiba_bluetooth_sync_status was added
to be also used by upcomming patches.

Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/toshiba_bluetooth.c