Fixed. Thank you.

On Thu, Sep 15, 2011 at 10:20 AM, patrick keshishian
<sids...@boxsoft.com> wrote:
> diff before and after patch for wsconsctl output:
>
> B keyboard.repeat.deln.default=100
> B keyboard.ledstate=0
> B keyboard.encoding=us.swapctrlcaps
> -mouse.type=unknown_15
> +mouse.type=synaptics
> B mouse.rawmode=0
> B mouse.scale=1472,5888,1408,5012,0,88,143
> B mouse1.type=usb
>
>
> Index: util.c
> ===================================================================
> RCS file: /cvs/obsd/src/sbin/wsconsctl/util.c,v
> retrieving revision 1.53
> diff -u -p util.c
> --- util.c B  B  B 2 Jul 2010 15:47:58 -0000 B  B  B  1.53
> +++ util.c B  B  B 15 Sep 2011 04:14:21 -0000
> @@ -87,7 +87,8 @@ static const struct nameint mstype_tab[] = {
> B  B  B  B { WSMOUSE_TYPE_LUNA, B  B "luna" },
> B  B  B  B { WSMOUSE_TYPE_DOMAIN, B "domain" },
> B  B  B  B { WSMOUSE_TYPE_BLUETOOTH, "bluetooth" },
> - B  B  B  { WSMOUSE_TYPE_SUN, B  B  "sun" }
> + B  B  B  { WSMOUSE_TYPE_SUN, B  B  "sun" },
> + B  B  B  { WSMOUSE_TYPE_SYNAPTICS, B  B  B  "synaptics" }
> B };
>
> B static const struct nameint dpytype_tab[] = {
>
>

--
Alexandr Shadchin

Reply via email to