Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Sep 2006 21:47:50 +0000 (UTC)
From:      Maksim Yevmenkin <emax@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/bluetooth Makefile src/usr.sbin/bluetooth/bthidd Makefile bthid_config.h bthidd.8 bthidd.c bthidd.conf.sample bthidd.h client.c hid.c kbd.c kbd.h lexer.l parser.y server.c session.c
Message-ID:  <200609072147.k87Llo3x081875@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
emax        2006-09-07 21:47:49 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/bluetooth   Makefile 
    usr.sbin/bluetooth/bthidd Makefile bthid_config.h bthidd.c 
                              bthidd.conf.sample bthidd.h client.c 
                              hid.c kbd.c kbd.h lexer.l parser.y 
                              server.c session.c 
  Added files:
    usr.sbin/bluetooth/bthidd bthidd.8 
  Log:
  Update bthidd(8) code and hook it up to the build.
  bthidd(8) now was integrated with vkbd(4) and supports
  multiple keyboards via vkbd(4)/kbdmux(4).
  
  The code was tested with Apple Bluetooth keyboard and
  SE k700i cell phone (remote control feature).
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.7       +2 -0      src/usr.sbin/bluetooth/Makefile
  1.6       +4 -4      src/usr.sbin/bluetooth/bthidd/Makefile
  1.3       +12 -9     src/usr.sbin/bluetooth/bthidd/bthid_config.h
  1.1       +128 -0    src/usr.sbin/bluetooth/bthidd/bthidd.8 (new)
  1.5       +28 -62    src/usr.sbin/bluetooth/bthidd/bthidd.c
  1.3       +0 -0      src/usr.sbin/bluetooth/bthidd/bthidd.conf.sample
  1.3       +23 -23    src/usr.sbin/bluetooth/bthidd/bthidd.h
  1.4       +32 -21    src/usr.sbin/bluetooth/bthidd/client.c
  1.5       +57 -28    src/usr.sbin/bluetooth/bthidd/hid.c
  1.3       +133 -146  src/usr.sbin/bluetooth/bthidd/kbd.c
  1.2       +8 -8      src/usr.sbin/bluetooth/bthidd/kbd.h
  1.3       +8 -4      src/usr.sbin/bluetooth/bthidd/lexer.l
  1.5       +80 -52    src/usr.sbin/bluetooth/bthidd/parser.y
  1.5       +64 -82    src/usr.sbin/bluetooth/bthidd/server.c
  1.3       +62 -22    src/usr.sbin/bluetooth/bthidd/session.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609072147.k87Llo3x081875>