commit | f1fc78a8c7f3a784b9fd1e07cc1438a0ea569555 | [log] [tgz] |
---|---|---|
author | Bastian Blank <bastian@waldi.eu.org> | Sun Oct 30 15:00:12 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 30 17:37:16 2005 -0800 |
tree | 316c05b4531b8961c59338088642b02e3cccfbd7 | |
parent | 1e8e338325fa0f2bd5c1c800086e900cf188d2cd [diff] |
[PATCH] s390, ccw - export modalias This patch exports modalias for ccw devices. So you can do: modprobe `echo /sys/device/path_to_device/modalias` and the proper driver will automatically be loaded by userspace. Signed-off-by: Bastian Blank <waldi@debian.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>