#include "qemu-timer.h"
#include "loader.h"
#ifdef CONFIG_MARU
-#include "../tizen/src/hw/maru_pci_ids.h"
+#include "../tizen/src/hw/maru_device_ids.h"
#include "../tizen/src/hw/maru_vga_int.h"
#endif
#include "virtio-pci.h"
#include "range.h"
#ifdef CONFIG_MARU
-#include "../tizen/src/hw/maru_pci_ids.h"
+#include "../tizen/src/hw/maru_device_ids.h"
#endif
/* from Linux's linux/virtio_pci.h */
.init = maru_virtio_touchscreen_init_pci,
.exit = maru_virtio_touchscreen_exit_pci,
.vendor_id = PCI_VENDOR_ID_REDHAT_QUMRANET,
- .device_id = PCI_DEVICE_ID_VIRTUAL_TOUCHSCREEN,
+ .device_id = PCI_DEVICE_ID_VIRTIO_TOUCHSCREEN,
.revision = VIRTIO_PCI_ABI_VERSION,
.class_id = PCI_CLASS_OTHERS,
.qdev.props = (Property[]) {
#include "pc.h"
#include "pci.h"
-#include "maru_pci_ids.h"
+#include "maru_device_ids.h"
#include "maru_brightness.h"
#include "debug_ch.h"
\r
#include "pci.h"\r
#include "pci_ids.h"\r
-#include "maru_pci_ids.h"\r
+#include "maru_device_ids.h"\r
\r
#include "maru_camera_common.h"\r
#include "tizen/src/debug_ch.h"\r
#include "pci_ids.h"
#include "qemu-thread.h"
#include "tizen/src/debug_ch.h"
-#include "maru_pci_ids.h"
+#include "maru_device_ids.h"
#include <libavformat/avformat.h>
--- /dev/null
+/*
+ * Maru Device IDs
+ *
+ * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * Contact:
+ * DoHyung Hong <don.hong@samsung.com>
+ * SeokYeon Hwang <syeon.hwang@samsung.com>
+ * Hyunjun Son <hj79.son@samsung.com>
+ * SangJin Kim <sangjin3.kim@samsung.com>
+ * MunKyu Im <munkyu.im@samsung.com>
+ * KiTae Kim <kt920.kim@samsung.com>
+ * JinHyung Jo <jinhyung.jo@samsung.com>
+ * SungMin Ha <sungmin82.ha@samsung.com>
+ * JiHye Kim <jihye1128.kim@samsung.com>
+ * GiWoong Kim <giwoong.kim@samsung.com>
+ * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+ * DongKyun Yun <dk77.yun@samsung.com>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * Contributors:
+ * - S-Core Co., Ltd
+ *
+ */
+
+
+#ifndef MARU_DEVICE_IDS_H_
+#define MARU_DEVICE_IDS_H_
+
+
+/* PCI */
+#define PCI_VENDOR_ID_TIZEN 0xC9B5
+#define PCI_DEVICE_ID_VIRTUAL_OVERLAY 0x1010
+#define PCI_DEVICE_ID_VIRTUAL_BRIGHTNESS 0x1014
+#define PCI_DEVICE_ID_VIRTUAL_CAMERA 0x1018
+#define PCI_DEVICE_ID_VIRTUAL_CODEC 0x101C
+#define PCI_DEVICE_ID_VIRTIO_TOUCHSCREEN 0x101D
+
+/* virtio */
+#define VIRTIO_ID_TOUCHSCREEN 10
+
+
+#endif /* MARU_DEVICE_IDS_H_ */
*/
#include "pc.h"
#include "pci.h"
-#include "maru_pci_ids.h"
+#include "maru_device_ids.h"
#include "maru_overlay.h"
#include "debug_ch.h"
+++ /dev/null
-/*
- * Maru PCI device id
- *
- * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact:
- * DoHyung Hong <don.hong@samsung.com>
- * SeokYeon Hwang <syeon.hwang@samsung.com>
- * Hyunjun Son <hj79.son@samsung.com>
- * SangJin Kim <sangjin3.kim@samsung.com>
- * MunKyu Im <munkyu.im@samsung.com>
- * KiTae Kim <kt920.kim@samsung.com>
- * JinHyung Jo <jinhyung.jo@samsung.com>
- * SungMin Ha <sungmin82.ha@samsung.com>
- * JiHye Kim <jihye1128.kim@samsung.com>
- * GiWoong Kim <giwoong.kim@samsung.com>
- * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
- * DongKyun Yun <dk77.yun@samsung.com>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- * Contributors:
- * - S-Core Co., Ltd
- *
- */
-
-
-#ifndef MARU_PCI_IDS_H_
-#define MARU_PCI_IDS_H_
-
-#define PCI_VENDOR_ID_TIZEN 0xC9B5
-#define PCI_DEVICE_ID_VIRTUAL_OVERLAY 0x1010
-#define PCI_DEVICE_ID_VIRTUAL_BRIGHTNESS 0x1014
-#define PCI_DEVICE_ID_VIRTUAL_CAMERA 0x1018
-#define PCI_DEVICE_ID_VIRTUAL_CODEC 0x101C
-#define PCI_DEVICE_ID_VIRTUAL_TOUCHSCREEN 0x101D
-
-
-#define VIRTIO_ID_TOUCHSCREEN 10
-
-#endif /* MARU_PCI_IDS_H_ */
#include <pthread.h>
#include "maru_virtio_touchscreen.h"
-#include "maru_pci_ids.h"
+#include "maru_device_ids.h"
#include "debug_ch.h"
MULTI_DEBUG_CHANNEL(qemu, touchscreen);