projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1739fb2
)
new_codec: change device_id
author
Kitae Kim
<kt920.kim@samsung.com>
Fri, 10 May 2013 02:55:11 +0000
(11:55 +0900)
committer
Kitae Kim
<kt920.kim@samsung.com>
Wed, 4 Sep 2013 06:02:17 +0000
(15:02 +0900)
pci_device_id was wrong.
Change-Id: I79f9bb8d124cafd390d4e362a7f3087a7546ed90
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
drivers/maru/maru_new_codec.c
patch
|
blob
|
history
diff --git
a/drivers/maru/maru_new_codec.c
b/drivers/maru/maru_new_codec.c
index 043fe898a6f18cc0bfe36bf4aa4d4d4227197c22..87a6e9e84b1ab2c06c7af523579a232e978877bf 100644
(file)
--- a/
drivers/maru/maru_new_codec.c
+++ b/
drivers/maru/maru_new_codec.c
@@
-58,7
+58,7
@@
MODULE_LICENSE("GPL2");
/* vendor, device value for PCI.*/
#define PCI_VENDOR_ID_TIZEN_EMUL 0xC9B5
-#define PCI_DEVICE_ID_VIRTUAL_NEW_CODEC 0x10
24
+#define PCI_DEVICE_ID_VIRTUAL_NEW_CODEC 0x10
40
#ifndef CODEC_DEBUG
#define CODEC_LOG(fmt, ...) \