OSDN Git Service

[PATCH] Driver core: add proper symlinks for devices
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 20 Jun 2006 20:59:20 +0000 (13:59 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Jun 2006 19:40:49 +0000 (12:40 -0700)
commite9a7d305faec364ba973d6c22c9b1e802ef79204
tree1bd38fb8f39d4895734885fd7b6f52c14222e481
parentb9d9c82b4d081feb464f62dfc786c8621d09ecd2
[PATCH] Driver core: add proper symlinks for devices

We need to create the "compatible" symlinks that class_devices used to
create when they were in the class directories so that userspace does
not know anything changed at all.

Yeah, we have a lot of symlinks now, but we should be able to get rid of
them in a year or two... (wishful thinking...)

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/core.c