From a05b14f1dfe6a100f6e3446ab90f78d2ea3cc4d6 Mon Sep 17 00:00:00 2001 From: "don.hong" Date: Fri, 17 Feb 2012 14:49:36 +0900 Subject: [PATCH] [Title] Modified the pci vendor name of backlight [Type] Enahncement [Module] [Priority] [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] Change-Id: I9781f2bb14acc1576653f7eac4dafab3d6cc1589 --- drivers/maru/maru_bl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/maru/maru_bl.c b/drivers/maru/maru_bl.c index 1cd717ad5411..8c59ccb68675 100644 --- a/drivers/maru/maru_bl.c +++ b/drivers/maru/maru_bl.c @@ -1,5 +1,5 @@ /* - * Samsung Virtual Backlight Driver + * MARU Virtual Backlight Driver * * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. * @@ -43,7 +43,7 @@ static struct pci_device_id svb_pci_table[] __devinitdata = { { - .vendor = PCI_VENDOR_ID_SAMSUNG, + .vendor = PCI_VENDOR_ID_TIZEN, .device = PCI_DEVICE_ID_VIRTIO_SVB, .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID, -- 2.34.1