Messages in this thread |  | | Date | Thu, 29 May 2003 10:30:08 +0100 | From | Christoph Hellwig <> | Subject | Re: [RFT/C 2.5.70] Input class hook up to driver model/sysfs |
| |
On Tue, May 27, 2003 at 06:04:51PM -0700, Hanna Linder wrote: > static void evdev_free(struct evdev *evdev) > { > - devfs_remove("input/event%d", evdev->minor); > + input_unregister_class_dev("input/event%d", evdev->minor);
Please don't mix up devfs and LDM stuff. devfs uses very strange devices and having them anywhere without the devfs_ prefix that should act as a big CAUTION sign is bad.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |