Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: chromeos/drivers/ath6kl/miscdrv/ar3kps/ar3kpsconfig.h

Issue 2649001: Atheros patch to support ath3k BT device. (Closed) Base URL: ssh://git@chromiumos-git/kernel.git
Patch Set: Modified to address review comments. Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromeos/drivers/ath6kl/miscdrv/ar3kps/ar3kpsconfig.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/drivers/ath6kl/miscdrv/ar3kps/ar3kpsconfig.h
diff --git a/chromeos/drivers/ath6kl/miscdrv/ar3kps/ar3kpsconfig.h b/chromeos/drivers/ath6kl/miscdrv/ar3kps/ar3kpsconfig.h
index 2dd664e477982c8ba0013efdfd79c1cb612bc782..1981fa03c031b3a9e062032d0a5d2f53b23735a4 100644
--- a/chromeos/drivers/ath6kl/miscdrv/ar3kps/ar3kpsconfig.h
+++ b/chromeos/drivers/ath6kl/miscdrv/ar3kps/ar3kpsconfig.h
@@ -53,7 +53,9 @@
#include "ar3kpsparser.h"
#define FPGA_REGISTER 0x4FFC
-
+#define BDADDR_TYPE_STRING 0
+#define BDADDR_TYPE_HEX 1
+#define CONFIG_PATH "ar3k"
#define PS_ASIC_FILE "PS_ASIC.pst"
#define PS_FPGA_FILE "PS_FPGA.pst"
@@ -61,6 +63,9 @@
#define PATCH_FILE "RamPatch.txt"
#define BDADDR_FILE "ar3kbdaddr.pst"
+#define ROM_VER_AR3001_3_1_0 30000
+#define ROM_VER_AR3001_3_1_1 30101
+
#ifndef HCI_TRANSPORT_SDIO
#define AR3K_CONFIG_INFO struct hci_dev
« no previous file with comments | « no previous file | chromeos/drivers/ath6kl/miscdrv/ar3kps/ar3kpsconfig.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698