Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Feb 2009 00:49:39 +0000 (UTC)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libusbhid Makefile descr.c descr_compat.c usbhid.3 usbhid.h usbvar.h src/sys/dev/usb2/bluetooth ubtbcmfw2.c src/sys/dev/usb2/core usb2_process.c src/sys/dev/usb2/include usb2_hid.h src/sys/dev/usb2/input uhid2.c src/sys/dev/usb2/serial ...
Message-ID:  <200902020055.n120thDk085999@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2009-02-02 00:49:39 UTC

  FreeBSD src repository

  Modified files:
    lib/libusbhid        Makefile descr.c usbhid.3 usbhid.h 
                         usbvar.h 
    sys/dev/usb2/bluetooth ubtbcmfw2.c 
    sys/dev/usb2/core    usb2_process.c 
    sys/dev/usb2/include usb2_hid.h 
    sys/dev/usb2/input   uhid2.c 
    sys/dev/usb2/serial  uftdi2.c 
    usr.bin/usbhidaction usbhidaction.c 
    usr.bin/usbhidctl    usbhid.c 
  Added files:
    lib/libusbhid        descr_compat.c 
  Log:
  SVN rev 187994 on 2009-02-02 00:49:39Z by alfred
  
  src/usr.bin/usbhidaction/usbhidaction.c
  src/usr.bin/usbhidctl/usbhid.c
  src/sys/dev/usb2/include/usb2_hid.h
  src/sys/dev/usb2/input/uhid2.c
  src/lib/libusbhid/Makefile
  src/lib/libusbhid/descr.c
  src/lib/libusbhid/descr_compat.c
  src/lib/libusbhid/usbhid.3
  src/lib/libusbhid/usbhid.h
  src/lib/libusbhid/usbvar.h
  
  Patches to make libusbhid and HID userland utilities compatible with
  the new USB stack. All HID ioctls should go through the libusbhid
  library to ensure compatibility. I have found at least one piece of
  software in /usr/ports which needs to get updated before USB HID
  devices will work. This is the X joystick input driver.
  
  Reported and tested by:
  
  Daichi GOTO and Masanori OZAWA.
  
  src/sys/dev/usb2/core/usb2_process.c
  
  Correct USB process names.
  
  Reported by:
  
  Andre Guibert de Bruet
  
  src/sys/dev/usb2/serial/uftdi2.c
  
  Integrate changes from old USB stack.
  
  Submitted by:   hps
  
  Revision  Changes    Path
  1.12      +1 -1      src/lib/libusbhid/Makefile
  1.9       +67 -5     src/lib/libusbhid/descr.c
  1.1       +77 -0     src/lib/libusbhid/descr_compat.c (new)
  1.19      +14 -1     src/lib/libusbhid/usbhid.3
  1.12      +2 -0      src/lib/libusbhid/usbhid.h
  1.3       +5 -0      src/lib/libusbhid/usbvar.h
  1.5       +2 -2      src/sys/dev/usb2/bluetooth/ubtbcmfw2.c
  1.3       +3 -3      src/sys/dev/usb2/core/usb2_process.c
  1.2       +2 -0      src/sys/dev/usb2/include/usb2_hid.h
  1.5       +11 -38    src/sys/dev/usb2/input/uhid2.c
  1.9       +1 -0      src/sys/dev/usb2/serial/uftdi2.c
  1.6       +2 -5      src/usr.bin/usbhidaction/usbhidaction.c
  1.13      +2 -5      src/usr.bin/usbhidctl/usbhid.c



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