Re: svn commit: r211201 - in head: share/man/man4 sys/conf sys/dev/tpm sys/modules sys/modules/tpm

2010-08-12 Thread Andrew Thompson
On 12 August 2010 12:16, Takanori Watanabe wrote: > Author: takawata > Date: Thu Aug 12 00:16:18 2010 > New Revision: 211201 > URL: http://svn.freebsd.org/changeset/base/211201 > > Log: >  Add tpm(4) driver for Trusted Platform Module. >  You may want to look at http://bsssd.sourceforge.net/ . > >

svn commit: r210553 - head/sys/dev/usb

2010-07-27 Thread Andrew Thompson
Author: thompsa Date: Tue Jul 27 22:55:24 2010 New Revision: 210553 URL: http://svn.freebsd.org/changeset/base/210553 Log: Fix the entry for the Option ICON452 where an underscore was used instead of whitespace. Submitted by: Lucius Windschuh Modified: head/sys/dev/usb/usbdevs Modifie

svn commit: r210276 - head/usr.sbin/uhsoctl

2010-07-19 Thread Andrew Thompson
Author: thompsa Date: Tue Jul 20 03:11:26 2010 New Revision: 210276 URL: http://svn.freebsd.org/changeset/base/210276 Log: - Fixed automatic detection of the control serial port. - Fixed segmentation fault when an invalid network interface was given. - More helpful message in case of wrong P

svn commit: r210275 - in head: share/man/man4 sys/dev/usb sys/dev/usb/net

2010-07-19 Thread Andrew Thompson
Author: thompsa Date: Tue Jul 20 03:10:22 2010 New Revision: 210275 URL: http://svn.freebsd.org/changeset/base/210275 Log: - Support for Globetrotter iCON 452. - Fixed the interface probe routine to only attach to USB interfaces the driver actually supports. This allows other drivers to

svn commit: r209918 - head/sys/dev/usb/wlan

2010-07-11 Thread Andrew Thompson
Author: thompsa Date: Sun Jul 11 23:54:44 2010 New Revision: 209918 URL: http://svn.freebsd.org/changeset/base/209918 Log: Use more compact deviceid table. Submitted by: Akinori Furukoshi Modified: head/sys/dev/usb/wlan/if_run.c Modified: head/sys/dev/usb/wlan/if_run.c =

svn commit: r209917 - head/sys/dev/usb/wlan

2010-07-11 Thread Andrew Thompson
Author: thompsa Date: Sun Jul 11 23:52:12 2010 New Revision: 209917 URL: http://svn.freebsd.org/changeset/base/209917 Log: Update for style(9). Submitted by: Akinori Furukoshi (author) Modified: head/sys/dev/usb/wlan/if_run.c Modified: head/sys/dev/usb/wlan/if_run.c

svn commit: r209452 - head/sys/dev/sound/usb

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 21:16:18 2010 New Revision: 209452 URL: http://svn.freebsd.org/changeset/base/209452 Log: - fix for USB audio devices which use the 7-byte endpoint descriptor instead of the 9-byte one. - remove sync-endpoint code, which is currently unused. Reported

svn commit: r209450 - head/sys/dev/sound/usb

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 21:13:36 2010 New Revision: 209450 URL: http://svn.freebsd.org/changeset/base/209450 Log: Reduce MIDI input buffer size to one USB packet, hence some USB devices don't properly short terminate their transfers. This fixes a problem where input appears several

svn commit: r209447 - in head/sys/dev/usb: . wlan

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 21:08:45 2010 New Revision: 209447 URL: http://svn.freebsd.org/changeset/base/209447 Log: Add new device id. PR: usb/147190 Modified: head/sys/dev/usb/usbdevs head/sys/dev/usb/wlan/if_upgt.c Modified: head/sys/dev/usb/usbdevs

svn commit: r209445 - in head/sys/dev/usb: . quirk

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 21:03:13 2010 New Revision: 209445 URL: http://svn.freebsd.org/changeset/base/209445 Log: Add a mass storage quirk. PR: usb/147196 Modified: head/sys/dev/usb/quirk/usb_quirk.c head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/quirk/usb_quir

svn commit: r209444 - head/sys/dev/usb/net

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 21:01:40 2010 New Revision: 209444 URL: http://svn.freebsd.org/changeset/base/209444 Log: Add new device id. PR: usb/146907 Modified: head/sys/dev/usb/net/if_rue.c Modified: head/sys/dev/usb/net/if_rue.c

svn commit: r209443 - in head/sys/dev/usb: . controller

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 20:57:48 2010 New Revision: 209443 URL: http://svn.freebsd.org/changeset/base/209443 Log: Add support for LOW speed BULK transfers. This mode is not recommended by the USB 2.0 standard, though some USB devices use it anyway. Submitted by: Hans Petter Sela

svn commit: r209442 - head/sys/modules/mqueue

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 20:52:35 2010 New Revision: 209442 URL: http://svn.freebsd.org/changeset/base/209442 Log: Add missing opt_compat.h dependency. Found by: Garrett Cooper Modified: head/sys/modules/mqueue/Makefile Modified: head/sys/modules/mqueue/Makefile

svn commit: r209144 - head/sys/dev/usb/wlan

2010-06-13 Thread Andrew Thompson
Author: thompsa Date: Mon Jun 14 00:40:23 2010 New Revision: 209144 URL: http://svn.freebsd.org/changeset/base/209144 Log: - Because hostapd calls iv_key_set() before if_init(), make sure key_set callback function will be executed, and that the key won't be deleted during the init proces

svn commit: r208528 - stable/8/sys/dev/if_ndis

2010-05-24 Thread Andrew Thompson
Author: thompsa Date: Tue May 25 02:52:10 2010 New Revision: 208528 URL: http://svn.freebsd.org/changeset/base/208528 Log: MFC r200824 Set correct USB device description Submitted by: Paul B Mahol Modified: stable/8/sys/dev/if_ndis/if_ndis_usb.c Directory Properties: stable/8/sys

svn commit: r208527 - stable/8/sys/net80211

2010-05-24 Thread Andrew Thompson
Author: thompsa Date: Tue May 25 02:39:55 2010 New Revision: 208527 URL: http://svn.freebsd.org/changeset/base/208527 Log: MFC r202612 Use the iflladdr_event event to keep the mac address on the vap in sync with the parent wirless interface. If the user passed in a mac address or it was

svn commit: r208526 - in stable/8/sys: net netgraph

2010-05-24 Thread Andrew Thompson
Author: thompsa Date: Tue May 25 02:36:06 2010 New Revision: 208526 URL: http://svn.freebsd.org/changeset/base/208526 Log: MFC r202588 Declare a new EVENTHANDLER called iflladdr_event which signals that the L2 address on an interface has changed. This lets stacked interfaces such as

svn commit: r208525 - stable/8/sys/arm/conf

2010-05-24 Thread Andrew Thompson
Author: thompsa Date: Tue May 25 02:28:39 2010 New Revision: 208525 URL: http://svn.freebsd.org/changeset/base/208525 Log: MFC r200014 Remove unknown ath hal device entries. Modified: stable/8/sys/arm/conf/CAMBRIA Directory Properties: stable/8/sys/ (props changed) stable/8/sys/am

svn commit: r208321 - stable/8/sys/dev/usb

2010-05-19 Thread Andrew Thompson
Author: thompsa Date: Thu May 20 00:05:33 2010 New Revision: 208321 URL: http://svn.freebsd.org/changeset/base/208321 Log: MFC r208012 Support getting signed and unsigned HID data. Submitted by: Alex Deiter Modified: stable/8/sys/dev/usb/usb_hid.c stable/8/sys/dev/usb/usbhid.h Di

svn commit: r208248 - stable/8/lib/libusbhid

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Tue May 18 03:16:02 2010 New Revision: 208248 URL: http://svn.freebsd.org/changeset/base/208248 Log: MFC r208023 Use fixed width integer types for parsing the binary hid data. Modified: stable/8/lib/libusbhid/data.c stable/8/lib/libusbhid/usbhid.h Directory Prope

svn commit: r208237 - stable/8/lib/libusb

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:59:14 2010 New Revision: 208237 URL: http://svn.freebsd.org/changeset/base/208237 Log: MFC r203773 Within libusb 0.1 API, bus number is always faked to 0. Device numbers, however, are possitive and seem to be reverse sorted in the list. Conform

svn commit: r208236 - stable/8/lib/libusbhid

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:57:34 2010 New Revision: 208236 URL: http://svn.freebsd.org/changeset/base/208236 Log: MFC r208012 Support getting signed and unsigned HID data. Modified: stable/8/lib/libusbhid/data.c Directory Properties: stable/8/lib/libusbhid/ (props changed)

svn commit: r208235 - stable/8/lib/libusb

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:56:17 2010 New Revision: 208235 URL: http://svn.freebsd.org/changeset/base/208235 Log: MFC r208021 Fix return values for usb_find_busses() and usb_find_devices(). We should try to return the actual number of busses and devices. Modified: stable/8/l

svn commit: r208233 - stable/8/lib/libusb

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:55:23 2010 New Revision: 208233 URL: http://svn.freebsd.org/changeset/base/208233 Log: MFC r208020 Fix header file compliancy with libusb 1.0 from sourceforge. Modified: stable/8/lib/libusb/libusb.h stable/8/lib/libusb/libusb10.c stable/8/lib/libu

svn commit: r208232 - stable/8/sys/conf

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:52:33 2010 New Revision: 208232 URL: http://svn.freebsd.org/changeset/base/208232 Log: MFC r208048 Allow the USB_REQ_DEBUG to be enabled in the kernel conf. Modified: stable/8/sys/conf/options Directory Properties: stable/8/sys/ (props changed)

svn commit: r208230 - stable/8/sys/dev/usb

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:51:20 2010 New Revision: 208230 URL: http://svn.freebsd.org/changeset/base/208230 Log: MFC r208018 Reduce diffs to p4. Add test code for delaying or failing usb control requests, disabled by default under ifdef USB_REQ_DEBUG. Modified: stab

svn commit: r208229 - stable/8/sys/dev/usb/net

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:50:46 2010 New Revision: 208229 URL: http://svn.freebsd.org/changeset/base/208229 Log: MFC r208017 Fix possibly wrong bit masking. Modified: stable/8/sys/dev/usb/net/uhso.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/i

svn commit: r208228 - in stable/8/sys/dev/usb: . serial

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:50:10 2010 New Revision: 208228 URL: http://svn.freebsd.org/changeset/base/208228 Log: MFC r208016 Add new FTDI USB device ID. Modified: stable/8/sys/dev/usb/serial/uftdi.c stable/8/sys/dev/usb/usbdevs Directory Properties: stable/8/sys/ (props

svn commit: r208227 - stable/8/sys/dev/usb/serial

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:49:31 2010 New Revision: 208227 URL: http://svn.freebsd.org/changeset/base/208227 Log: MFC r208015 Increase the max ports to 12, 3G devices exist where the ppp endpoint is #9. Modified: stable/8/sys/dev/usb/serial/u3g.c Directory Properties: stable/

svn commit: r208226 - stable/8/sys/dev/usb/controller

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:48:51 2010 New Revision: 208226 URL: http://svn.freebsd.org/changeset/base/208226 Log: MFC r208014 Back out r203140 which was causing problems when the first and the last microframe slot was not in the smask. The problem was that the EHCI driver was

svn commit: r208225 - stable/8/sys/dev/usb/controller

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:48:03 2010 New Revision: 208225 URL: http://svn.freebsd.org/changeset/base/208225 Log: MFC r208013 Add missing ifdefs for usb power saving support. Modified: stable/8/sys/dev/usb/controller/usb_controller.c Directory Properties: stable/8/sys/ (pro

svn commit: r208224 - stable/8/sys/dev/usb

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:47:24 2010 New Revision: 208224 URL: http://svn.freebsd.org/changeset/base/208224 Log: MFC r208011 Add the ASUS MyPal A730W device id. Modified: stable/8/sys/dev/usb/usbdevs Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/

svn commit: r208223 - stable/8/sys/dev/usb

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:46:45 2010 New Revision: 208223 URL: http://svn.freebsd.org/changeset/base/208223 Log: MFC r208010 Provide more information about the device location in the USB system. Modified: stable/8/sys/dev/usb/usb_hub.c Directory Properties: stable/8/sys/ (

svn commit: r208222 - in stable/8/sys/dev/usb: . input

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:46:08 2010 New Revision: 208222 URL: http://svn.freebsd.org/changeset/base/208222 Log: MFC r208009 Enable support for mouse panning wheels. Modified: stable/8/sys/dev/usb/input/ums.c stable/8/sys/dev/usb/usbhid.h Directory Properties: stable/8/sys

svn commit: r208221 - stable/8/sys/dev/usb

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:45:31 2010 New Revision: 208221 URL: http://svn.freebsd.org/changeset/base/208221 Log: MFC r208008 If a USB device is suspended and a USB set config request is issued when the USB enumeration lock is locked, then the USB stack fails to resume the devi

svn commit: r208220 - stable/8/sys/dev/usb

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:44:52 2010 New Revision: 208220 URL: http://svn.freebsd.org/changeset/base/208220 Log: MFC r208007 Staticise usb_ref_device and usb_unref_device. Modified: stable/8/sys/dev/usb/usb_dev.c Directory Properties: stable/8/sys/ (props changed) stable

svn commit: r208219 - in stable/8/sys/dev/usb: . quirk

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:44:18 2010 New Revision: 208219 URL: http://svn.freebsd.org/changeset/base/208219 Log: MFC r208006 Add quirks for the Alcor SDCR_6362 Card Reader, Freecom HDD storage device and Samsung YP_U4 music player. PR: usb/145265, usb/146104 M

svn commit: r208218 - stable/8/sys/modules/usb/usb

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:43:41 2010 New Revision: 208218 URL: http://svn.freebsd.org/changeset/base/208218 Log: MFC r207404 usb_controller.c requires opt_ddb.h Modified: stable/8/sys/modules/usb/usb/Makefile Directory Properties: stable/8/sys/ (props changed) stable/8/s

svn commit: r208217 - stable/8/sys/dev/usb/input

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:43:07 2010 New Revision: 208217 URL: http://svn.freebsd.org/changeset/base/208217 Log: MFC r206638 Use the UIPROTO_BOOT_KEYBOARD #define from usb.h rather than a local (almost identically named) local #define. Modified: stable/8/sys/dev/usb/input/u

svn commit: r208216 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci geom/sched

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:42:29 2010 New Revision: 208216 URL: http://svn.freebsd.org/changeset/base/208216 Log: MFC r206595 Eliminate duplicate comment Modified: Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable

svn commit: r208215 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci geom/sched

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:41:51 2010 New Revision: 208215 URL: http://svn.freebsd.org/changeset/base/208215 Log: MFC r206544 The Quanta Q101 modem has a different type of cdrom driver disk, add the product id and use a standard scsi eject. Modified: Directory Properties: st

svn commit: r208214 - in stable/8/sys: contrib/dev/run modules/runfw

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:41:06 2010 New Revision: 208214 URL: http://svn.freebsd.org/changeset/base/208214 Log: MFC r203148 Uuencode the rt2870 firmware into ascii like the other firmware blobs. Added: stable/8/sys/contrib/dev/run/rt2870.fw.uu - copied unchanged from r20

svn commit: r208048 - head/sys/conf

2010-05-13 Thread Andrew Thompson
Author: thompsa Date: Thu May 13 20:48:39 2010 New Revision: 208048 URL: http://svn.freebsd.org/changeset/base/208048 Log: Allow the USB_REQ_DEBUG to be enabled in the kernel conf. Requested by: HPS Modified: head/sys/conf/options Modified: head/sys/conf/options

svn commit: r208023 - head/lib/libusbhid

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Thu May 13 02:03:00 2010 New Revision: 208023 URL: http://svn.freebsd.org/changeset/base/208023 Log: Use fixed width integer types for parsing the binary hid data. PR: usb/146367 Submitted by: Hans Petter Selasky Modified: head/lib/libusbhid/data.c hea

svn commit: r208021 - head/lib/libusb

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Thu May 13 00:26:30 2010 New Revision: 208021 URL: http://svn.freebsd.org/changeset/base/208021 Log: Fix return values for usb_find_busses() and usb_find_devices(). We should try to return the actual number of busses and devices. Reported by: Mike Tancsa Submitted

svn commit: r208020 - head/lib/libusb

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Thu May 13 00:25:30 2010 New Revision: 208020 URL: http://svn.freebsd.org/changeset/base/208020 Log: Fix header file compliancy with libusb 1.0 from sourceforge. Reported by: Xiaofan Chen Submitted by: Hans Petter Selasky Modified: head/lib/libusb/libusb.h head

svn commit: r208018 - head/sys/dev/usb

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 23:40:44 2010 New Revision: 208018 URL: http://svn.freebsd.org/changeset/base/208018 Log: Reduce diffs to p4. Add test code for delaying or failing usb control requests, disabled by default under ifdef USB_REQ_DEBUG. Submitted by: Hans Petter Selask

svn commit: r208017 - head/sys/dev/usb/net

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 23:00:36 2010 New Revision: 208017 URL: http://svn.freebsd.org/changeset/base/208017 Log: Fix possibly wrong bit masking. Reported by: n_hibma Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/net/uhso.c Modified: head/sys/dev/usb/net/uhso.

svn commit: r208016 - in head/sys/dev/usb: . serial

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:58:59 2010 New Revision: 208016 URL: http://svn.freebsd.org/changeset/base/208016 Log: Add new FTDI USB device ID. PR: kern/146483 Submitted by: Andre Albsmeier Modified: head/sys/dev/usb/serial/uftdi.c head/sys/dev/usb/usbdevs Modified:

svn commit: r208015 - head/sys/dev/usb/serial

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:57:16 2010 New Revision: 208015 URL: http://svn.freebsd.org/changeset/base/208015 Log: Increase the max ports to 12, 3G devices exist where the ppp endpoint is #9. Requested by: n_hibma Modified: head/sys/dev/usb/serial/u3g.c Modified: head/sys/dev/us

svn commit: r208014 - head/sys/dev/usb/controller

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:55:45 2010 New Revision: 208014 URL: http://svn.freebsd.org/changeset/base/208014 Log: Back out r203140 which was causing problems when the first and the last microframe slot was not in the smask. The problem was that the EHCI driver was then thinking that

svn commit: r208013 - head/sys/dev/usb/controller

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:51:45 2010 New Revision: 208013 URL: http://svn.freebsd.org/changeset/base/208013 Log: Add missing ifdefs for usb power saving support. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/controller/usb_controller.c Modified: head/sys/dev/usb

svn commit: r208012 - in head: lib/libusbhid sys/dev/usb

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:50:23 2010 New Revision: 208012 URL: http://svn.freebsd.org/changeset/base/208012 Log: Support getting signed and unsigned HID data. Submitted by: Alex Deiter Reviewed by: Hans Petter Selaksy Modified: head/lib/libusbhid/data.c head/sys/dev/usb/us

svn commit: r208011 - head/sys/dev/usb

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:45:44 2010 New Revision: 208011 URL: http://svn.freebsd.org/changeset/base/208011 Log: Add the ASUS MyPal A730W device id. Submitted by: Dmitry Luhtionov Modified: head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/usbdevs ===

svn commit: r208010 - head/sys/dev/usb

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:44:57 2010 New Revision: 208010 URL: http://svn.freebsd.org/changeset/base/208010 Log: Provide more information about the device location in the USB system. Submitted by: Hans Petter Sekasky Modified: head/sys/dev/usb/usb_hub.c Modified: head/sys/dev/

svn commit: r208009 - in head/sys/dev/usb: . input

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:43:33 2010 New Revision: 208009 URL: http://svn.freebsd.org/changeset/base/208009 Log: Enable support for mouse panning wheels. Submitted by: Henry Hu Modified: head/sys/dev/usb/input/ums.c head/sys/dev/usb/usbhid.h Modified: head/sys/dev/usb/input/

svn commit: r208008 - head/sys/dev/usb

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:42:35 2010 New Revision: 208008 URL: http://svn.freebsd.org/changeset/base/208008 Log: If a USB device is suspended and a USB set config request is issued when the USB enumeration lock is locked, then the USB stack fails to resume the device because lockin

svn commit: r208007 - head/sys/dev/usb

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:28:40 2010 New Revision: 208007 URL: http://svn.freebsd.org/changeset/base/208007 Log: Staticise usb_ref_device and usb_unref_device. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/usb_dev.c Modified: head/sys/dev/usb/usb_dev.c =

svn commit: r208006 - in head/sys/dev/usb: . quirk

2010-05-12 Thread Andrew Thompson
Author: thompsa Date: Wed May 12 22:26:23 2010 New Revision: 208006 URL: http://svn.freebsd.org/changeset/base/208006 Log: Add quirks for the Alcor SDCR_6362 Card Reader, Freecom HDD storage device and Samsung YP_U4 music player. PR: usb/145265, usb/146104 Submitted by: Dmitry

svn commit: r207633 - stable/8/sys/dev/usb/controller

2010-05-04 Thread Andrew Thompson
Author: thompsa Date: Tue May 4 21:16:01 2010 New Revision: 207633 URL: http://svn.freebsd.org/changeset/base/207633 Log: MFC r201797 Remove unused uhci_dump_qhs(). Modified: stable/8/sys/dev/usb/controller/uhci.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/a

Re: svn commit: r207624 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-05-04 Thread Andrew Thompson
On Tue, May 04, 2010 at 05:30:07PM +, Martin Matuska wrote: > Author: mm > Date: Tue May 4 17:30:07 2010 > New Revision: 207624 > URL: http://svn.freebsd.org/changeset/base/207624 > > Log: > Fix deadlock during zfs receive. > > OpenSolaris onnv revision: 9299:8809e849f63e > I beli

svn commit: r207404 - head/sys/modules/usb/usb

2010-04-29 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 29 22:51:18 2010 New Revision: 207404 URL: http://svn.freebsd.org/changeset/base/207404 Log: usb_controller.c requires opt_ddb.h Modified: head/sys/modules/usb/usb/Makefile Modified: head/sys/modules/usb/usb/Makefile =

svn commit: r207403 - stable/8/sys/dev/usb

2010-04-29 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 29 22:49:21 2010 New Revision: 207403 URL: http://svn.freebsd.org/changeset/base/207403 Log: MFC r207080 Use a more obvious prefix for the USB control (endpoint 0) transfers rather than default_*. Modified: stable/8/sys/dev/usb/usb_compat_linux.c stabl

svn commit: r207402 - stable/8/sys/dev/usb

2010-04-29 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 29 22:48:19 2010 New Revision: 207402 URL: http://svn.freebsd.org/changeset/base/207402 Log: MFC r207079 Properly name the sxlocks, mutexes and condvars. Modified: stable/8/sys/dev/usb/usb_dev.c stable/8/sys/dev/usb/usb_device.c stable/8/sys/dev/usb/usb

svn commit: r207400 - stable/8/sys/dev/usb

2010-04-29 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 29 22:47:01 2010 New Revision: 207400 URL: http://svn.freebsd.org/changeset/base/207400 Log: MFC r207078 Use SX_DUPOK rather than making the string unique. Modified: stable/8/sys/dev/usb/usb_device.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r207399 - in stable/8/sys: amd64/conf arm/conf dev/sound/usb dev/usb dev/usb/controller dev/usb/input dev/usb/misc dev/usb/net dev/usb/serial dev/usb/storage dev/usb/wlan i386/conf ia64...

2010-04-29 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 29 22:44:04 2010 New Revision: 207399 URL: http://svn.freebsd.org/changeset/base/207399 Log: MFC r207077 Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had the illusion of a tunable setting but was always turned on regardless. Mo

svn commit: r207397 - in stable/8: etc etc/devd sbin/devd sys/dev/usb

2010-04-29 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 29 22:40:12 2010 New Revision: 207397 URL: http://svn.freebsd.org/changeset/base/207397 Log: MFC r207020, r207027, r207072. Change usb devd events from fake attach to a notify. The ugen device is not a proper device_t so it faked the devctl event to appear

svn commit: r207207 - head/sys/amd64/conf

2010-04-25 Thread Andrew Thompson
Author: thompsa Date: Sun Apr 25 22:01:32 2010 New Revision: 207207 URL: http://svn.freebsd.org/changeset/base/207207 Log: Set USB_DEBUG like the other platforms, I had turned it off to test the build before committing r207077. Spotted by: marius Modified: head/sys/amd64/conf/GENERIC

Re: svn commit: r207077 - in head/sys: amd64/conf arm/conf dev/sound/usb dev/usb dev/usb/controller dev/usb/input dev/usb/misc dev/usb/net dev/usb/serial dev/usb/storage dev/usb/wlan i386/conf ia64/co

2010-04-23 Thread Andrew Thompson
On Fri, Apr 23, 2010 at 08:51:16AM +0200, Marius Strobl wrote: > On Thu, Apr 22, 2010 at 09:31:34PM +0000, Andrew Thompson wrote: > > Author: thompsa > > Date: Thu Apr 22 21:31:34 2010 > > New Revision: 207077 > > URL: http://svn.freebsd.org/changeset/base/207077

svn commit: r207080 - head/sys/dev/usb

2010-04-22 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 22 22:15:08 2010 New Revision: 207080 URL: http://svn.freebsd.org/changeset/base/207080 Log: Use a more obvious prefix for the USB control (endpoint 0) transfers rather than default_*. Modified: head/sys/dev/usb/usb_compat_linux.c head/sys/dev/usb/usb_dev.c

svn commit: r207079 - head/sys/dev/usb

2010-04-22 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 22 22:00:16 2010 New Revision: 207079 URL: http://svn.freebsd.org/changeset/base/207079 Log: Properly name the sxlocks, mutexes and condvars. Modified: head/sys/dev/usb/usb_dev.c head/sys/dev/usb/usb_device.c head/sys/dev/usb/usb_device.h head/sys/dev/usb/u

svn commit: r207078 - head/sys/dev/usb

2010-04-22 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 22 21:41:50 2010 New Revision: 207078 URL: http://svn.freebsd.org/changeset/base/207078 Log: Use SX_DUPOK rather than making the string unique. Modified: head/sys/dev/usb/usb_device.c Modified: head/sys/dev/usb/usb_device.c ==

svn commit: r207077 - in head/sys: amd64/conf arm/conf dev/sound/usb dev/usb dev/usb/controller dev/usb/input dev/usb/misc dev/usb/net dev/usb/serial dev/usb/storage dev/usb/wlan i386/conf ia64/con...

2010-04-22 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 22 21:31:34 2010 New Revision: 207077 URL: http://svn.freebsd.org/changeset/base/207077 Log: Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had the illusion of a tunable setting but was always turned on regardless. MFC after:1 w

svn commit: r207072 - head/sbin/devd

2010-04-22 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 22 20:46:39 2010 New Revision: 207072 URL: http://svn.freebsd.org/changeset/base/207072 Log: Document the new USB notification types. Modified: head/sbin/devd/devd.conf.5 Modified: head/sbin/devd/devd.conf.5 ==

svn commit: r207027 - head/sys/dev/usb

2010-04-21 Thread Andrew Thompson
Author: thompsa Date: Wed Apr 21 23:03:26 2010 New Revision: 207027 URL: http://svn.freebsd.org/changeset/base/207027 Log: Also add the usb mode to the devd string as the usb controller can work in both host or device (gadget) modes. Suggested by: HPS Modified: head/sys/dev/usb/usb_de

svn commit: r207020 - in head: etc etc/devd sys/dev/usb

2010-04-21 Thread Andrew Thompson
Author: thompsa Date: Wed Apr 21 21:51:14 2010 New Revision: 207020 URL: http://svn.freebsd.org/changeset/base/207020 Log: Change usb devd events from fake attach to a notify. The ugen device is not a proper device_t so it faked the devctl event to appear like one, this is now a notify which

Re: svn commit: r206769 - in head: etc/defaults share/man/man5

2010-04-17 Thread Andrew Thompson
On Sat, Apr 17, 2010 at 11:16:44PM -0700, Doug Barton wrote: > On 04/17/10 22:49, Andrew Thompson wrote: > > Magic ifconfig parameters in rc.conf are usually in upper case, what > > makes this one different? > > It's not magic. :) That's the actual command line

Re: svn commit: r206769 - in head: etc/defaults share/man/man5

2010-04-17 Thread Andrew Thompson
On Sat, Apr 17, 2010 at 06:48:18PM +, Doug Barton wrote: > Author: dougb > Date: Sat Apr 17 18:48:18 2010 > New Revision: 206769 > URL: http://svn.freebsd.org/changeset/base/206769 > > Log: > In case a user wants to configure only an IPv6 link-local address > add an example that shows how

svn commit: r206332 - stable/8/lib/libusb

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Wed Apr 7 00:34:05 2010 New Revision: 206332 URL: http://svn.freebsd.org/changeset/base/206332 Log: MFC r203147 Add a function to check if the usb devices is still connected. Submitted by: Hans Petter Selasky Modified: stable/8/lib/libusb/libusb20.3 stable/

svn commit: r206331 - stable/8/sys/dev/usb

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Wed Apr 7 00:32:59 2010 New Revision: 206331 URL: http://svn.freebsd.org/changeset/base/206331 Log: MFC r205036 Implement USB kernel driver detach from userland. Submitted by: Hans Petter Selasky Modified: stable/8/sys/dev/usb/usb_device.c stable/8/sys/dev/

svn commit: r206330 - in stable/8/sys/dev/usb: . quirk

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Wed Apr 7 00:30:25 2010 New Revision: 206330 URL: http://svn.freebsd.org/changeset/base/206330 Log: MFC r205681 - add some usb devices (scanner, printer, usb storage) - add quirks for the usb storage Modified: stable/8/sys/dev/usb/quirk/usb_quirk.c stable/8/s

svn commit: r206329 - stable/8/sys/dev/usb/wlan

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Wed Apr 7 00:27:59 2010 New Revision: 206329 URL: http://svn.freebsd.org/changeset/base/206329 Log: MFC r203087 adds sysctl knobs to show rate statistics that it could be useful to debug slow TX speed. Modified: stable/8/sys/dev/usb/wlan/if_urtw.c stable/8/sy

svn commit: r206328 - stable/8/sys/dev/usb

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Wed Apr 7 00:26:39 2010 New Revision: 206328 URL: http://svn.freebsd.org/changeset/base/206328 Log: MFC r202609 Product ID of D-Link DWA-120 after loading the firmware is incorrect. Modified: stable/8/sys/dev/usb/usbdevs Directory Properties: stable/8/sys/ (pr

svn commit: r206327 - in stable/8/sys/dev/usb: . wlan

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Wed Apr 7 00:25:03 2010 New Revision: 206327 URL: http://svn.freebsd.org/changeset/base/206327 Log: MFC r202608 Remove a hack to attach TRENDnet TEW-504UB/EU, this has been solved. Modified: stable/8/sys/dev/usb/usbdevs stable/8/sys/dev/usb/wlan/if_uath.c Direct

svn commit: r206326 - in stable/8/sys/dev/usb: . quirk

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Tue Apr 6 23:31:22 2010 New Revision: 206326 URL: http://svn.freebsd.org/changeset/base/206326 Log: MFC r205805 Do not sync cache for the PL2506 PR: usb/144915 Submitted by: Monty Hall Modified: stable/8/sys/dev/usb/quirk/usb_quirk.c stable/8/sy

svn commit: r206325 - stable/8/sys/dev/usb/input

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Tue Apr 6 23:30:57 2010 New Revision: 206325 URL: http://svn.freebsd.org/changeset/base/206325 Log: MFC r205804 Do not swap Apple keys when detecting Apple-FN keyboards. Reported by: Steven Noonan Submitted by: Hans Petter Selasky Modified: stable/8/sys/de

svn commit: r206324 - stable/8/sys/dev/usb

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Tue Apr 6 23:30:30 2010 New Revision: 206324 URL: http://svn.freebsd.org/changeset/base/206324 Log: MFC r205803 Make sure the bsd_urb_list gets initialised and that new URB's are queued at the end of the list. Submitted by: Hans Petter Selasky Modified: st

svn commit: r206323 - stable/8/sys/dev/usb/controller

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Tue Apr 6 23:30:02 2010 New Revision: 206323 URL: http://svn.freebsd.org/changeset/base/206323 Log: MFC r205802 Add PCI IDs for two more nForce controllers. Submitted by: Dmitry Luhtionov @ gmail.com Modified: stable/8/sys/dev/usb/controller/ehci_pci.c stab

svn commit: r206322 - stable/8/sys/dev/usb

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Tue Apr 6 23:29:38 2010 New Revision: 206322 URL: http://svn.freebsd.org/changeset/base/206322 Log: MFC r205801 Add a couple of usb product IDs. Submitted by: Dmitry Luhtionov @ gmail.com Modified: stable/8/sys/dev/usb/usbdevs Directory Properties: stable/8

svn commit: r206321 - stable/8/sys/dev/usb

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Tue Apr 6 23:29:14 2010 New Revision: 206321 URL: http://svn.freebsd.org/changeset/base/206321 Log: MFC r205043 Add device ID for the NATURAL4000 keyboard Modified: stable/8/sys/dev/usb/usbdevs Directory Properties: stable/8/sys/ (props changed) stable/8/sys

svn commit: r206320 - in stable/8/sys/dev/usb: . wlan

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Tue Apr 6 23:28:46 2010 New Revision: 206320 URL: http://svn.freebsd.org/changeset/base/206320 Log: MFC r205042 - Integrate latest driver code from OpenBSD - Drain our tasks from the ieee80211 taskqueue - Add more IDs Submitted by: Akinori Furukoshi Modif

svn commit: r206319 - stable/8/sys/dev/usb/input

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Tue Apr 6 23:28:18 2010 New Revision: 206319 URL: http://svn.freebsd.org/changeset/base/206319 Log: MFC r205040 extend search for Apple Function Key. PR: usb/144414 Submitted by: Hans Petter Selasky Modified: stable/8/sys/dev/usb/input/ukbd.c Dire

svn commit: r206318 - stable/8/sys/dev/usb

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Tue Apr 6 23:27:55 2010 New Revision: 206318 URL: http://svn.freebsd.org/changeset/base/206318 Log: MFC r205039 Add new device ID for the SMC 2514HUB Submitted by: Alexander Best Modified: stable/8/sys/dev/usb/usbdevs Directory Properties: stable/8/sys/ (

svn commit: r206317 - stable/8/sys/dev/usb

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Tue Apr 6 23:27:31 2010 New Revision: 206317 URL: http://svn.freebsd.org/changeset/base/206317 Log: MFC r205038 add new vendor ID for APACER Submitted by: Paul B Mahol Modified: stable/8/sys/dev/usb/usbdevs Directory Properties: stable/8/sys/ (props chang

svn commit: r206316 - stable/8/sys/dev/usb

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Tue Apr 6 23:27:04 2010 New Revision: 206316 URL: http://svn.freebsd.org/changeset/base/206316 Log: MFC r205035 Make sure there is a way to reset the endpoint FIFO on transfer errors for ISOCHRONOUS transfers Submitted by: Hans Petter Selasky Modified: sta

svn commit: r206315 - stable/8/sys/dev/usb/controller

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Tue Apr 6 23:26:40 2010 New Revision: 206315 URL: http://svn.freebsd.org/changeset/base/206315 Log: MFC r205034 For USS820 driver we need to manually reset TX FIFO at each SETUP transaction because the chip doesn't do this by itself. Submitted by: Hans Petter

svn commit: r206314 - stable/8/sys/dev/usb/template

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Tue Apr 6 23:26:17 2010 New Revision: 206314 URL: http://svn.freebsd.org/changeset/base/206314 Log: MFC r205033 isochronous endpoint descriptors should have two more bytes which are zero by default. Submitted by: Hans Petter Selasky Modified: stable/8/sys/

svn commit: r206313 - in stable/8/sys/dev/usb: . serial

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Tue Apr 6 23:25:53 2010 New Revision: 206313 URL: http://svn.freebsd.org/changeset/base/206313 Log: MFC r205032 Add new uvisor(4) device ID. PR: usb/144201 Modified: stable/8/sys/dev/usb/serial/uvisor.c stable/8/sys/dev/usb/usbdevs Directory Prope

svn commit: r206312 - stable/8/sys/dev/usb/serial

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Tue Apr 6 23:25:19 2010 New Revision: 206312 URL: http://svn.freebsd.org/changeset/base/206312 Log: MFC r205031 It appears that some UVISOR devices do not handle when the clear stall command is issued at the beginning of the initial IN/OUT data transfers. Reason

svn commit: r206311 - stable/8/sys/dev/usb/template

2010-04-06 Thread Andrew Thompson
Author: thompsa Date: Tue Apr 6 23:24:55 2010 New Revision: 206311 URL: http://svn.freebsd.org/changeset/base/206311 Log: MFC r205030 - make the usb_temp_setup() and usb_temp_unsetup() functions public so that other modules can generate USB descriptors. - extend the vendor specifi

<    1   2   3   4   5   6   7   8   9   10   >