home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10553 < prev    next >
Encoding:
Text File  |  1992-09-12  |  2.2 KB  |  56 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!mcsun!news.funet.fi!funic!nntp.hut.fi!nntp!jem
  3. From: jem@vipunen.hut.fi (Johan Myreen)
  4. Subject: Re: Major/Minor numbers
  5. In-Reply-To: jwinstea@fenris.claremont.edu's message of Sat, 12 Sep 1992 01:34:48 GMT
  6. Message-ID: <JEM.92Sep12175202@vipunen.hut.fi>
  7. Sender: usenet@nntp.hut.fi (Usenet pseudouser id)
  8. Nntp-Posting-Host: vipunen.hut.fi
  9. Organization: Helsinki University of Technology, Finland
  10. References: <1992Sep11.025738.8738@athena.mit.edu> <richard.716248564@stat.tamu.edu>
  11.     <1992Sep12.013448.13445@muddcs.claremont.edu>
  12. Date: 12 Sep 92 17:52:02
  13. Lines: 41
  14.  
  15.  
  16. >>mouse    10, 0 c        bus mouse
  17. >>psaux    10, 1 c        ps/2 mouse
  18. >
  19. >Actually, the last draft of the device-naming standard I saw from the
  20. >Linux Standards list had /dev/bm = 10,0.  I think this should be
  21. >updated to:
  22. >
  23. >bm-l    10, 0 c        logitech bus mouse
  24. >bm-p    10, 1 c        ps/2 mouse
  25. >bm-m    10, 2 c        microsoft bus mouse
  26.  
  27. If I have understood the meaning of the words "bus mouse" correctly,
  28. they stand for a type of mouse which connects to the computer via an
  29. expansion board, which you plug into a bus slot.
  30.  
  31. A PS/2 mouse is *not* a bus mouse, you connect it into a connector
  32. which goes to the "Keyboard/Auxiliary Device Controller". This is the
  33. name IBM's Technical Reference uses, and that's why I called the
  34. device /dev/psaux. The interface is specifically meant for pointing
  35. devices, but is not restricted to mice, which is why they don't call
  36. it a mouse port. It is mechanically and electrically similar to the
  37. keyboard interface, and they share input and output registers in the
  38. keyboard controller.
  39.  
  40. This kind of interface was introduced with IBM's PS/2 line of
  41. computers, so you won't find it on an AT. But it is quite popular on
  42. newer non-MCA machines too, and not only on machines made by IBM.
  43.  
  44. Conclusion: I don't think the PS/2 mouse should be called bm-p.
  45. However, I am open to new suggestions if 'psaux' isn't ok. How about
  46. 'psmouse' or 'psm'? Personally, I don't like 'ps2mouse' or 'ps2m',
  47. because they look stupid with that digit in the middle.
  48.  
  49. It would also be more logical if the similar Microsoft and Logitech
  50. bus mice would be grouped together as 0 and 1, and the PS/2 mouse
  51. would use minor number 2. But it is perhaps too late to change that?
  52.  
  53. --
  54. Johan Myreen
  55. jem@cs.hut.fi
  56.