bin/56025: [PATCH] moused when detect USB mouse

Jun Su junsu at m-net.arbornet.org
Tue Aug 26 22:30:19 PDT 2003


>Number:         56025
>Category:       bin
>Synopsis:       [PATCH] moused when detect USB mouse
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 26 22:30:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jun Su
>Release:        FreeBSD 5.1-Current
>Organization:
>Environment:
	5.1-Current


>Description:
	Add a action when an USB mouse detected.
>How-To-Repeat:
	
>Fix:


*** /usr/src/etc/devd.conf	Fri Aug 22 21:38:28 2003
***************
*** 55,66 ****
  	device-name "ed50";
  };
  
+ # Enable moused on the USB Mouse device
+ attach 0 {
+ 	device-name "ums[0-9]+";
+ 	action "/usr/sbin/moused -p /dev/$device-name";
+ };
+ 
  #
  # Rescan scsi device-names on attach, but not detach.
  #
--- 55,60 ----




>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list