commit | 030ffad23fb28fc29608a3bc21f0c3b88bf28592 | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@bga.com> | Thu Jul 07 17:56:25 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Jul 07 18:23:39 2005 -0700 |
tree | 8fe8a2e8615e25e985c5658687d38c5c0ce7a971 | |
parent | acad9559f1054487292eb10d7bb81f256e9d8f2d [diff] |
[PATCH] hvc_console: Register ops when setting up hvc_console When registering the hvc console port, register a list of ops (read and write) to go with it, instead of calling fixed function names. This allows different ports to encode the data differently. Signed-off-by: Milton Miller <miltonm@bga.com> Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>