<p dir="ltr"><br>
On Dec 27, 2012 12:09 PM, "Tom Gundersen" <<a href="mailto:teg@jklm.no">teg@jklm.no</a>> wrote:<br>
><br>
> On Thu, Dec 27, 2012 at 2:44 AM, Dave Reisner <<a href="mailto:d@falconindy.com">d@falconindy.com</a>> wrote:<br>
> > Does atkbd have modaliases? There seems to be aliases for stuff in<br>
> > drivers/input/serio/* and other keyboard drivers in<br>
> > drivers/input/keyboard/*, but I see no evidence that atkbd can be<br>
> > autoloaded.<br>
><br>
> I haven't actually tried it (as I don't have the controller), however,<br>
> it looks like it should work to me:<br>
><br>
> % modinfo atkbd<br>
> filename:<br>
> /lib/modules/3.8.0-rc1-TEG/kernel/drivers/input/keyboard/atkbd.ko<br>
> license:        GPL<br>
> description:    AT and PS/2 keyboard driver<br>
> author:         Vojtech Pavlik <<a href="mailto:vojtech@suse.cz">vojtech@suse.cz</a>><br>
> srcversion:     88F58DCA130FB37430C00C5<br>
> alias:          serio:ty02pr22id*ex*<br>
> alias:          serio:ty06pr*id*ex*<br>
> alias:          serio:ty01pr*id*ex*</p>
<p dir="ltr">Good enough for me. Thanks for checking.</p>
<p dir="ltr">> > 'input' seems like too generic a name, since we aren't adding drivers<br>
> > for things like analog joysticks or mice, but at the same time, we're<br>
> > adding a bunch of usb HID stuff that might be used for just that. I'm<br>
> > okay with the the name 'input', as I don't have any better ideas.<br>
><br>
> We could call it 'keyboard' as whatever joystick/mouse/... drivers are<br>
> not used anyway in the initramfs, and we don't include any of the<br>
> non-hid, non-keyboard modules.<br>
><br>
> >> +help() {<br>
> >> +    cat <<HELPEOF<br>
> >> +This hook loads the necessary modules for input devices.  Detection<br>
> ><br>
> > Maybe change the verbiage here to note that this hook is aimed at<br>
> > providing drivers for a keyboard (as we generally take anything else<br>
> > added as a side effect).<br>
><br>
> I'll rephrase and rename to 'keyboard', you can rename back to 'input'<br>
> if you prefer.</p>
<p dir="ltr">Keyboard sounds fine.</p>
<p dir="ltr">><br>
> -t<br>
</p>