Re: Wireless USB mouse problem

2007-10-17 Thread Miod Vallat
 Due to different reasons I bought MS Wireless Desktop (keyboard +
 mouse; Well, I don't like very much of their software, but AFAIK
 their hardware is good enough). While keyboard works fine, mouse
 produces headache. I'll try to skip most of simptoms, going
 straight to information gathered.

This mouse is currently not correctly supported by OpenBSD. I am working
on porting FreeBSD's changes to support it (FreeBSD PR #90162); will you
be interested in testing these changes?

Miod



Re: Wireless USB mouse problem

2007-10-17 Thread Vadim Jukov
2007/10/18, Miod Vallat [EMAIL PROTECTED]:
  Due to different reasons I bought MS Wireless Desktop (keyboard +
  mouse; Well, I don't like very much of their software, but AFAIK
  their hardware is good enough). While keyboard works fine, mouse
  produces headache. I'll try to skip most of simptoms, going
  straight to information gathered.

 This mouse is currently not correctly supported by OpenBSD. I am working
 on porting FreeBSD's changes to support it (FreeBSD PR #90162); will you
 be interested in testing these changes?

Of course! :)



Re: Wireless USB mouse problem

2007-10-17 Thread Vadim Jukov
It's not very important, of course...

-- 
  Best wishes,
Vadim Jukov


Index: ums.c
===
RCS file: /cvs/src/sys/dev/usb/ums.c,v
retrieving revision 1.26
diff -u -r1.26 ums.c
--- ums.c   17 Sep 2007 01:40:38 -  1.26
+++ ums.c   18 Oct 2007 01:45:23 -
@@ -80,11 +80,6 @@
 
 #define UMSUNIT(s) (minor(s))
 
-#define PS2LBUTMASKx01
-#define PS2RBUTMASKx02
-#define PS2MBUTMASKx04
-#define PS2BUTMASK 0x0f
-
 #define MAX_BUTTONS16  /* must not exceed size of sc_buttons */
 
 struct ums_softc {