diff options
author | giwoong.kim <giwoong.kim@samsung.com> | 2012-08-10 21:35:37 +0900 |
---|---|---|
committer | giwoong.kim <giwoong.kim@samsung.com> | 2012-08-10 21:36:44 +0900 |
commit | b28b6b9759732179cd28b7620e5eec466992ce50 (patch) | |
tree | 81f0bf0f8817b0d0a081471836f811fe455dc49b /hw/virtio-pci.c | |
parent | 56f60f97a08fb491ed6aa33605400fed4c43587e (diff) | |
download | qemu-b28b6b9759732179cd28b7620e5eec466992ce50.tar.gz qemu-b28b6b9759732179cd28b7620e5eec466992ce50.tar.bz2 qemu-b28b6b9759732179cd28b7620e5eec466992ce50.zip |
[Title] convert maru_pci_ids.h to maru_device_ids.h
[Type] enhancement
[Module] Emulator
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Diffstat (limited to 'hw/virtio-pci.c')
-rw-r--r-- | hw/virtio-pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/virtio-pci.c b/hw/virtio-pci.c index f859f797dd..8645eddcb4 100644 --- a/hw/virtio-pci.c +++ b/hw/virtio-pci.c @@ -30,7 +30,7 @@ #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 */ @@ -933,7 +933,7 @@ static PCIDeviceInfo virtio_info[] = { .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[]) { |