Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=91c05c667b2d8e43e0bbc5f269bf45d4821001d6
Commit:     91c05c667b2d8e43e0bbc5f269bf45d4821001d6
Parent:     9418d5dc9ba40b88737580457bf3b7c63c60ec43
Author:     Dmitry Torokhov <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 5 11:43:29 2007 -0500
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Wed Nov 14 11:48:51 2007 -0500

    ACPI: video - fit input device into sysfs tree
    
    Properly set up parent on input device registered by the video driver.
    
    Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]>
    Acked-by: Zhang Rui <[EMAIL PROTECTED]>
    Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 drivers/acpi/video.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
index bac956b..c0e4e74 100644
--- a/drivers/acpi/video.c
+++ b/drivers/acpi/video.c
@@ -1961,6 +1961,7 @@ static int acpi_video_bus_add(struct acpi_device *device)
        input->phys = video->phys;
        input->id.bustype = BUS_HOST;
        input->id.product = 0x06;
+       input->dev.parent = &device->dev;
        input->evbit[0] = BIT(EV_KEY);
        set_bit(KEY_SWITCHVIDEOMODE, input->keybit);
        set_bit(KEY_VIDEO_NEXT, input->keybit);
@@ -1990,7 +1991,7 @@ static int acpi_video_bus_add(struct acpi_device *device)
               video->flags.rom ? "yes" : "no",
               video->flags.post ? "yes" : "no");
 
-      end:
+ end:
        if (result)
                kfree(video);
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to