[Title] Modified the pci vendor name of backlight
authordon.hong <don.hong@samsung.com>
Fri, 17 Feb 2012 05:49:36 +0000 (14:49 +0900)
committerdon.hong <don.hong@samsung.com>
Fri, 17 Feb 2012 05:49:36 +0000 (14:49 +0900)
[Type] Enahncement
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I9781f2bb14acc1576653f7eac4dafab3d6cc1589

drivers/maru/maru_bl.c

index 1cd717ad5411912cc666ff47176f592ff0090d29..8c59ccb686754fd75de6d0de804bb2e73876b924 100644 (file)
@@ -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,