From: Kitae Kim Date: Fri, 10 May 2013 02:55:11 +0000 (+0900) Subject: new_codec: change device_id X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9e84b6d9f7d314c3d55d979bb69e325511f4ed9;p=sdk%2Femulator%2Femulator-kernel.git new_codec: change device_id pci_device_id was wrong. Change-Id: I79f9bb8d124cafd390d4e362a7f3087a7546ed90 Signed-off-by: Kitae Kim --- diff --git a/drivers/maru/maru_new_codec.c b/drivers/maru/maru_new_codec.c index 043fe898a6f1..87a6e9e84b1a 100644 --- 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 0x1024 +#define PCI_DEVICE_ID_VIRTUAL_NEW_CODEC 0x1040 #ifndef CODEC_DEBUG #define CODEC_LOG(fmt, ...) \