Home | History | Annotate | Download | only in etc

Lines Matching refs:mouse

91 #	wsmouse* wscons mouse events
92 # lms* Logitech bus mouse
93 # mms* Microsoft bus mouse
94 # qms* "quadrature mouse"
95 # pms* PS/2 mouse
96 # mouse mouse (provides events, for X11)
121 # "mouse" ports, if configured.
137 # dc* PMAX 4 channel serial interface (kbd, mouse, modem, printer)
155 # dc* 4 channel serial interface (keyboard, mouse, modem, printer)
1895 mouse-pms[0-9]*|mouse-qms[0-9]*)
1897 mouse-pms*) name=pms ;;
1898 mouse-qms*) name=qms ;;
1900 unit=${i#mouse-${name}}
1901 lndev $name$unit mouse
1921 mouse[0-9]*)
1922 unit=${i#mouse}
1925 mkdev mouse$unit c %ms_chr% $unit 666
1927 lndev mouse$unit mouse
1931 warn "bad unit for mouse in: $i"