From: Alexandre d'Alton <alex@xxxxxxxxxxxxxx> Adds a bt file that allows to switch the BT power if a BT module is added to the BT_CON connector of the eeepc 900, I think it will also work for the 901 that has BT by default. Signed-off-by: Corentin Chary <corentincj@xxxxxxxxxx> --- eeepc-laptop.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- a/drivers/misc/eeepc-laptop.c 2008-07-03 13:36:19.000000000 +0200 +++ b/drivers/misc/eeepc-laptop.c 2008-07-04 10:09:28.000000000 +0200 @@ -88,7 +88,7 @@ }; const char *cm_getv[] = { - "WLDG", NULL, NULL, NULL, + "WLDG", "BTHG", NULL, NULL, "CAMG", NULL, NULL, NULL, NULL, "PBLG", NULL, NULL, "CFVG", NULL, NULL, NULL, @@ -97,7 +97,7 @@ }; const char *cm_setv[] = { - "WLDS", NULL, NULL, NULL, + "WLDS", "BTHS", NULL, NULL, "CAMS", NULL, NULL, NULL, "SDSP", "PBLS", "HDPS", NULL, "CFVS", NULL, NULL, NULL, @@ -312,12 +312,14 @@ EEEPC_CREATE_DEVICE_ATTR(cardr, CM_ASL_CARDREADER); EEEPC_CREATE_DEVICE_ATTR(disp, CM_ASL_DISPLAYSWITCH); EEEPC_CREATE_DEVICE_ATTR(wlan, CM_ASL_WLAN); +EEEPC_CREATE_DEVICE_ATTR(bt, CM_ASL_BLUETOOTH); static struct attribute *platform_attributes[] = { &dev_attr_camera.attr, &dev_attr_cardr.attr, &dev_attr_disp.attr, &dev_attr_wlan.attr, + &dev_attr_bt.attr, NULL }; -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html