From owner-freebsd-usb@FreeBSD.ORG Sun Jan 13 01:38:48 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 32A5EB31 for ; Sun, 13 Jan 2013 01:38:48 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mail-ia0-f169.google.com (mail-ia0-f169.google.com [209.85.210.169]) by mx1.freebsd.org (Postfix) with ESMTP id DE72A15E for ; Sun, 13 Jan 2013 01:38:47 +0000 (UTC) Received: by mail-ia0-f169.google.com with SMTP id j5so535734iaf.0 for ; Sat, 12 Jan 2013 17:38:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=gg7iIPCqRTSQj4nn3BGCXf1xfjAiuYrat6qnGfGT9EM=; b=iYCcJYyX918zsPA3UrF5+wUBJS9/uWeTg80zUI/P9k8/XRttF15O+xeiRXjQL8gzul 4pvs4snBKkEgSK/T2TBoGUSJTQnyQzGM37K0Z31Dw3IaDFd5J26KMsZqHbaZnLo0Nh5A auiIkl6yfw3ilpnJdbO0qPPCbxZKQPttwv0DgnhLLzg8zm6dDxmqaeZWpQVlvHBiRkZ5 gKk4MhNcRTuOnOs2W5/iAxDTvO5DO4ficpAI2cIfO+J2/RMDZ93W2sbXIY8ANfBTiw/y FAqsrWLFgzcy301jJS3pr7cVb1qU171Tw0UIv6DDIxdnAJATBkn+Al3sthPak3iZ/YPQ gk/A== MIME-Version: 1.0 Received: by 10.50.100.170 with SMTP id ez10mr3312697igb.16.1358041120897; Sat, 12 Jan 2013 17:38:40 -0800 (PST) Received: by 10.64.137.1 with HTTP; Sat, 12 Jan 2013 17:38:40 -0800 (PST) Date: Sun, 13 Jan 2013 03:38:40 +0200 Message-ID: Subject: Tablets with webcamd (was: wacom and x11 and webcamd) From: Vitaly Magerya To: freebsd-usb@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2013 01:38:48 -0000 Hans Petter Selasky wrote: > I've created a Wiki Page for Wacom Tablets: > > https://wiki.freebsd.org/WacomTablet I have a more general question: does webcamd contain Linux code for non-Wacom tablets (there's quite a few in drivers/hid), i.e. will it create /dev/input/* devices for them too? If so, is my understanding correct that we'll need xf86-input-evdev to make use of that? If not so, is there a plan to add those drivers too, and is it at all possible? > Feel free to suggest more information which might be added there. Do add a note that UQ_UMS_IGNORE is only available on 9-STABLE and 10-CURRENT. From owner-freebsd-usb@FreeBSD.ORG Sun Jan 13 12:00:40 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B56C8A50 for ; Sun, 13 Jan 2013 12:00:40 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 52F6F1A4 for ; Sun, 13 Jan 2013 12:00:39 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 365993190; Sun, 13 Jan 2013 13:00:31 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Subject: Re: Tablets with webcamd (was: wacom and x11 and webcamd) Date: Sun, 13 Jan 2013 13:01:58 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: In-Reply-To: X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, Cc: Vitaly Magerya X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2013 12:00:40 -0000 On Sunday 13 January 2013 02:38:40 Vitaly Magerya wrote: > Hans Petter Selasky wrote: > > I've created a Wiki Page for Wacom Tablets: > > > > https://wiki.freebsd.org/WacomTablet > > I have a more general question: does webcamd contain Linux code > for non-Wacom tablets (there's quite a few in drivers/hid), i.e. > will it create /dev/input/* devices for them too? If so, is my > understanding correct that we'll need xf86-input-evdev to make > use of that? If not so, is there a plan to add those drivers too, > and is it at all possible? > > > Feel free to suggest more information which might be added there. > > Do add a note that UQ_UMS_IGNORE is only available on 9-STABLE > and 10-CURRENT. Hi, The following tables are supported in the latest version of webcamd: CONFIG_TABLET_USB_ACECAD=y CONFIG_TABLET_USB_AIPTEK=y CONFIG_TABLET_USB_GTCO=y CONFIG_TABLET_USB_HANWANG=y CONFIG_TABLET_USB_KBTAB=y CONFIG_TABLET_USB_WACOM=y --HPS From owner-freebsd-usb@FreeBSD.ORG Sun Jan 13 14:15:23 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B98C5F70 for ; Sun, 13 Jan 2013 14:15:23 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mail-ie0-f174.google.com (mail-ie0-f174.google.com [209.85.223.174]) by mx1.freebsd.org (Postfix) with ESMTP id 8056771F for ; Sun, 13 Jan 2013 14:15:23 +0000 (UTC) Received: by mail-ie0-f174.google.com with SMTP id c11so4006621ieb.19 for ; Sun, 13 Jan 2013 06:15:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=tD4nyF4UKYuuRSC+wSUDy4rQpUt/Ynaox7DMkOGMQFw=; b=Iph4m4A5Y1js6uBefHe7yezr3A74w67yHRTHOjwA/pKypPMrMTpS+ioWf1yImuZumy UaRD8vfqAUImaysr0Iaq13XofTqJSJHRXor1gVpIJz7fssO/29ADGnHY87cUV7kKPH58 m+LsC3BhlgmNCbd75uvX93cPOay6G8xVCBJG0H5+GjkPekP5c7FK6AxQTNfVWulgfglb uUBjdl+QYNIeRCSzKTek+gWuVCbuDFM/Z2uz7ZicXVkhBlckW9WCT+xHkfs+KPe0Ws3O BQC75vEieWvW225UhkNWOy1ML4JLA89YuC1TPJh+rwP2s6WxGy99P7r6w2wajSohuNRd YAhQ== MIME-Version: 1.0 X-Received: by 10.50.189.163 with SMTP id gj3mr4414576igc.14.1358086516904; Sun, 13 Jan 2013 06:15:16 -0800 (PST) Received: by 10.64.137.1 with HTTP; Sun, 13 Jan 2013 06:15:16 -0800 (PST) In-Reply-To: <201301131301.58324.hselasky@c2i.net> References: <201301131301.58324.hselasky@c2i.net> Date: Sun, 13 Jan 2013 16:15:16 +0200 Message-ID: Subject: Re: Tablets with webcamd (was: wacom and x11 and webcamd) From: Vitaly Magerya To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2013 14:15:23 -0000 Hans Petter Selasky wrote: > The following tables are supported in the latest version of webcamd: > > CONFIG_TABLET_USB_ACECAD=y > CONFIG_TABLET_USB_AIPTEK=y > CONFIG_TABLET_USB_GTCO=y > CONFIG_TABLET_USB_HANWANG=y > CONFIG_TABLET_USB_KBTAB=y > CONFIG_TABLET_USB_WACOM=y I see. Any plans for CONFIG_HID_KYE, CONFIG_HID_UCLOGIC and CONFIG_HID_WALTOP? From owner-freebsd-usb@FreeBSD.ORG Sun Jan 13 14:39:27 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1FB797D9 for ; Sun, 13 Jan 2013 14:39:27 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id A8FF87DE for ; Sun, 13 Jan 2013 14:39:25 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 370612560; Sun, 13 Jan 2013 15:34:18 +0100 From: Hans Petter Selasky To: Vitaly Magerya Subject: Re: Tablets with webcamd (was: wacom and x11 and webcamd) Date: Sun, 13 Jan 2013 15:35:45 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: <201301131301.58324.hselasky@c2i.net> In-Reply-To: X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2013 14:39:27 -0000 On Sunday 13 January 2013 15:15:16 Vitaly Magerya wrote: > Hans Petter Selasky wrote: > > The following tables are supported in the latest version of webcamd: > > > > CONFIG_TABLET_USB_ACECAD=y > > CONFIG_TABLET_USB_AIPTEK=y > > CONFIG_TABLET_USB_GTCO=y > > CONFIG_TABLET_USB_HANWANG=y > > CONFIG_TABLET_USB_KBTAB=y > > CONFIG_TABLET_USB_WACOM=y > > I see. > > Any plans for CONFIG_HID_KYE, CONFIG_HID_UCLOGIC and CONFIG_HID_WALTOP? It is just to edit the "config" in the root directory of webcamd, add those options and see if it compiles. --HPS From owner-freebsd-usb@FreeBSD.ORG Sun Jan 13 15:57:00 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9F60E224 for ; Sun, 13 Jan 2013 15:57:00 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mail-ie0-f177.google.com (mail-ie0-f177.google.com [209.85.223.177]) by mx1.freebsd.org (Postfix) with ESMTP id 51354B1B for ; Sun, 13 Jan 2013 15:57:00 +0000 (UTC) Received: by mail-ie0-f177.google.com with SMTP id k13so4102973iea.22 for ; Sun, 13 Jan 2013 07:56:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2ZxidjGknxbhia1dNX3jjIhZ20KchdouFDNgWrOOem8=; b=Xh5Z6y6F4oYW1Vj+ZszT/GG40onFMNGoZjG7DRi91UThnz32qoAMVKTTwmJAnRO01L HrqDcsCG4A4N5z4YWOql+Ehp3bWC2JGi6ro60p+dVbAlYSDbbuNZ/AtKrbxbD1vA7q/K W9TJzJJOxSe1DKPJqK+25trrZfRRnXBiUc89BMcJjoinIO+WLT+nfVaWSrpyCoePkmGU MNk9Ximf8jrH/Ij1MFwgNjrjID5is77JwSen+yGaGqDotrfB1O28RRdyxW+REWThob9x Ara8Lf5+MEOC2SlCVLmwrUqKhL7jZUzujRuFaMmKfomjBDchdwSp6gh/rU1CvBq6xDvh HxXA== MIME-Version: 1.0 Received: by 10.50.5.133 with SMTP id s5mr1328209igs.14.1358092619592; Sun, 13 Jan 2013 07:56:59 -0800 (PST) Received: by 10.64.137.1 with HTTP; Sun, 13 Jan 2013 07:56:59 -0800 (PST) In-Reply-To: <201301131535.45318.hselasky@c2i.net> References: <201301131301.58324.hselasky@c2i.net> <201301131535.45318.hselasky@c2i.net> Date: Sun, 13 Jan 2013 17:56:59 +0200 Message-ID: Subject: Re: Tablets with webcamd (was: wacom and x11 and webcamd) From: Vitaly Magerya To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2013 15:57:00 -0000 Hans Petter Selasky wrote: >> Any plans for CONFIG_HID_KYE, CONFIG_HID_UCLOGIC and CONFIG_HID_WALTOP? > > It is just to edit the "config" in the root directory of webcamd, add those > > options and see if it compiles. It compiles, but webcamd wouldn't attach to the hardware those drivers are supposed to support. It seems that webcamd doesn't contain the needed sources at the moment. In particular drivers/hid/hid-{kye,uclogic,waltop}.c are definitely needed, as well as a bunch of other files (I don't really know which though). Should I try just copying over those files? Is editing 'config' file enough for the rest of the system to pick them up? (I don't think it's that easy, but no harm in asking, right?) From owner-freebsd-usb@FreeBSD.ORG Sun Jan 13 16:15:10 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BE9B6584 for ; Sun, 13 Jan 2013 16:15:10 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id 56B98C20 for ; Sun, 13 Jan 2013 16:15:09 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 370631735; Sun, 13 Jan 2013 17:15:07 +0100 From: Hans Petter Selasky To: Vitaly Magerya Subject: Re: Tablets with webcamd (was: wacom and x11 and webcamd) Date: Sun, 13 Jan 2013 17:16:34 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: <201301131535.45318.hselasky@c2i.net> In-Reply-To: X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2013 16:15:10 -0000 On Sunday 13 January 2013 16:56:59 Vitaly Magerya wrote: > Hans Petter Selasky wrote: > >> Any plans for CONFIG_HID_KYE, CONFIG_HID_UCLOGIC and CONFIG_HID_WALTOP? > > > > It is just to edit the "config" in the root directory of webcamd, add > > those > > > > options and see if it compiles. > > It compiles, but webcamd wouldn't attach to the hardware those > drivers are supposed to support. It seems that webcamd doesn't > contain the needed sources at the moment. In particular > drivers/hid/hid-{kye,uclogic,waltop}.c are definitely needed, > as well as a bunch of other files (I don't really know which > though). > > Should I try just copying over those files? Is editing 'config' > file enough for the rest of the system to pick them up? > (I don't think it's that easy, but no harm in asking, right?) You need to copy those files and include the hid directory at the bottom of the main Makefile too. --HPS From owner-freebsd-usb@FreeBSD.ORG Mon Jan 14 11:06:56 2013 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1969D502 for ; Mon, 14 Jan 2013 11:06:56 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0B397662 for ; Mon, 14 Jan 2013 11:06:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0EB6urZ086569 for ; Mon, 14 Jan 2013 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0EB6tJC086567 for freebsd-usb@FreeBSD.org; Mon, 14 Jan 2013 11:06:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 14 Jan 2013 11:06:55 GMT Message-Id: <201301141106.r0EB6tJC086567@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-usb@FreeBSD.org Subject: Current problem reports assigned to freebsd-usb@FreeBSD.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2013 11:06:56 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/174963 usb buffalo wli-uc-gn wireless card sometimes unusable and o usb/174835 usb uaudio fails to create pcm/dsp device file o usb/174814 usb [PATCH] support for MiFi 2200 o usb/174695 usb usb keeps disconnecting mouse or keyboard o usb/174575 usb Interrupt storm error on startup o usb/174464 usb clone MAC address(es) on usb networks cdce(4) && ue[0- o usb/174254 usb MIDI keyboard not recognised o usb/173722 usb XHCI driver bug after suspend to ram (ACPI S3 mode) o usb/173616 usb LG USB DVD-RW USB STALL o usb/173182 usb usbus appears as a network device o usb/172937 usb FreeBSD 9.1-RC2 usb3 port disconnects o usb/172633 usb Sony Cybershot not recognized as USB mem stick o usb/172199 usb high interrupts load xhci o usb/171354 usb [umass] Medium not present error on flash drive [regre o usb/171262 usb plug in sdhc via usb reader reboots machine o usb/171197 usb ADATA Classic CH11 USB HDD doesn't work in FreeBSD 9.1 o usb/170699 usb FreeBSD 9.0 Doesn't list HDD or its partitions in part o usb/170688 usb patch][usbdevs][wlan] Patch for ASUS Black Diamond USB o usb/170606 usb r239222 kernel panic at boot - usb locking issue o usb/170358 usb [ums] Wrong (duplicate) button numbers o usb/170123 usb [umass] HP v210w USB stick not supported o usb/169935 usb [keyboard] Unable use USB keyboard while panic o usb/169789 usb [u3g] [patch] add support for huawei e3131 o usb/169461 usb [ugen] USB2 high-speed device detected as full speed o usb/169428 usb [ugen] ugen not detecting all endpoints on device [reg o usb/168551 usb [umass] Issues with embedded card reader (Laptop ASUS o usb/168132 usb [umass] MATSHITA memory card size reported wrong, moun o usb/167847 usb [ural] dlink dwl-122g e crashes(?) when trying wap2 cr o usb/167001 usb [USB] [PATCH] add support for Smart G2 64MB memory key o usb/165815 usb [usbdevs] [patch] add k3772z 3g modem support o usb/165163 usb [keyboard] The USB RF keyboard and mouse become non-re o usb/164058 usb [umass] Lexar 8GB USB flash drive doesn't work by defa f usb/163328 usb [usb] Support for Atheros USB abgn devices o kern/163091 usb [panic] Fatal trap 12: page fault while in kernel mode f usb/162306 usb usb devices cant get address asignation, no memories, o usb/162054 usb usbdump just hangs on 9.0-RC1 f usb/161793 usb poor EHCI usb2 i/o performance o usb/160436 usb ucom wedges machine on parity error ? o usb/160299 usb MicroSDHC-to-USB adapters do not work in FreeBSD 8.x o usb/160192 usb [install] Installation from USB-Stick doesn't find the o usb/159274 usb USB 3.0 Etron EJ168A does not work. f usb/159191 usb [fusefs-ntfs] write on fusefs-ntfs mounted partition r o usb/157376 usb LaCie USB disk not recognized o usb/157074 usb [boot] [usb8] vfs_mountroot_ask is called when no usb o usb/156898 usb [keyboard] usb keyboard does not work while boot (ps2 f usb/156735 usb Need Quirk for Goflex USB Disk Drives o usb/156726 usb [snd_uaudio]: snd_uaudio(4) fails to detach when mixer o usb/156725 usb USB stack stall cause complete system input loss o usb/156596 usb [ehci] Extremely high interrupt rate on ehci/uhci IRQ1 o usb/156000 usb rum(4) Fatal trap 18: integer divide fault while in ke f usb/155996 usb NanoBSD not booted as Disk o usb/155784 usb Problem with Transcend StoreJet 25M3 (2AJ1) on Asus M2 o usb/155663 usb [usbdevs] [patch] Add support for Supertop Nano 1GB US o usb/154753 usb [usbdevs] [patch] Support for Qualcomm USB modem/stora o usb/154506 usb [umass] Copying dir with large files makes FreeBSD loa o usb/154192 usb [umass] In Garmin Oregon GPS, only the first umass dev o i386/153851 usb [keyboard] keyboard issues on new Intel Mother boards. o usb/153703 usb [keyboard] My USB keyboard can not be used in 8-STABLE o usb/153609 usb [zyd] [panic] kernel: Fatal trap 12: page fault while o usb/153149 usb [umass] USB stick quirk regression [regression] o usb/152075 usb [usb8] [ehci] [request] Add quirk for CS5536 USB o usb/150892 usb [zyd] Whenever network contacted in any shape, way or o usb/150189 usb [run] [usb8] [patch] if_run appears to corrupt IP traf p usb/149764 usb [u3g] [patch] usbdevs update: Huawei K3765 3G modem o usb/149283 usb [uftdi] avrdude unable to talk to Arduino board (via u o usb/149162 usb [ural] ASUS WL-167g doesn't work in 8.1 (continue of 1 s usb/148702 usb [usb8] [request] IO DATA USB-RSAQ5 support on FreeBSD- o usb/148080 usb usbconfig(8) sometimes does not turn off the device o i386/147475 usb [install] FreeBSD 8.x does not install on ASUS K8N4-E o usb/146840 usb [hang] FreeBSD 7.2 / 7.3 / 8.0 hang at startup after e o usb/146153 usb [axe] [usb8] Hosts in network doesn't receive any pack f usb/146054 usb [urtw] [usb8] urtw driver potentially out of date f usb/145513 usb [usb8] New USB stack: no new devices after forced usb p usb/145455 usb [usb8] [patch] USB debug support cannot be disabled o usb/145415 usb [umass] [usb8] USB card reader does not create slices a usb/145184 usb GENERIC can't mount root from USB on Asus EEE o usb/145165 usb [keyboard] [usb8] ukbd_set_leds_callback: error=USB_ER f kern/144938 usb [keyboard] [boot] Boot Failure with Apple (MB869LL/A) o usb/144387 usb [run] [panic] if_run panic o usb/144043 usb [umass] [usb8] USB DLT tape drive throws random errors a usb/143790 usb [boot] [cam] can not boot from usb hdd f usb/143620 usb [cdce] [usb8] the module if_cdce doesn't support my Op f usb/143294 usb [usb8] copying process stops at some time (10 - 50 sec o usb/143286 usb [ukbd] [usb8] [boot] boot failures on RELENG_8 system p usb/143186 usb [usbdevs] [usb8] [patch] add USB device IDs for Google a usb/143139 usb [umass] [usb8] [patch] Quirk for Century EX35SW4_SB4 J p usb/143045 usb [umass] [usb8] [patch] mounting Fujitsu 2600Z camera d f usb/142989 usb [usb8] canon eos 50D attaches but detaches after few s f usb/142957 usb [umass] [usb8] [patch] patch for USB disk SYNCHRONIZE o usb/142719 usb [urtw] [usb8] AirLive WL-1600USB (RTL8187L chipset) fa f usb/142276 usb [umass] [usb8] Cache Synchronization Error with Olympu o usb/142229 usb [ums] [usb8] [hang] connecting a USB mouse to a Dell P f usb/141680 usb [uath] [usb8] Netgear WG111T not working with uath dri o usb/141664 usb [pcm] [usb8] Logitech USB microphone failure [regressi o usb/141474 usb [boot] [usb8] FreeBSD 8.0 can not install from USB CDR o usb/141212 usb [ukbd] [usb8] ukbd_set_leds_callback:700: error=USB_ER o kern/141011 usb [usb8] Encrypted root, geli password at boot; enter ke o usb/140920 usb [install] [usb8] USB based install fails on 8.0-RELEAS o usb/140893 usb [urtw] [usb8] WPA2 not working on rtl8187b o kern/140849 usb [ums] [usb8] USB mouse doesn't work under FreeBSD 8.0- a usb/140810 usb [uftdi] [usb8] 8.X copy and paste problem / tty overfl o usb/140477 usb [umass] [usb8] [patch] allow boot-time attachment of d o usb/140236 usb [msdosfs] [usb8] Labels wiped on external Journaled US o usb/140160 usb [usb8] [acpi] USB ports are no longer "active" after A o usb/138798 usb [boot] [usb8] 8.0-BETA4 can't boot from USB flash driv o usb/138659 usb [usb8][uftdi] driver broken in RELENG_8/CURRENT o usb/138124 usb [snd_uaudio] [usb8] Axed uaudio functionality in the u o usb/137377 usb [usb8] request support for Huawei E180 o usb/137341 usb [usb8][rum] driver if_rum doesn't work at all and thro f usb/137190 usb [usb8][patch] inhibit spurious button releases for som o usb/137189 usb [usb8][patch] create and use sysctl nodes for HID repo p usb/137188 usb [usb8][patch] correctly handle USB report descriptors o usb/137129 usb [ums] [usb8] SteelSeries Ikari USB laser mouse not att o usb/135542 usb [keyboard] boot loader does not work with a usb keyboa o usb/135206 usb machine reboots when inserted USB device f usb/135200 usb SAMSUNG i740 usb mass: Synchronize cache failed, statu o usb/134950 usb Lowering DTR for USB-modem via ubsa is not possible o usb/134299 usb Kernel Panic plugging in MF626 USB UMTS Stick u3g o usb/134193 usb System freeze on usb MP3 player insertion o usb/134085 usb [umass] [patch] Adding usb quirk for Sony USB flash dr o usb/133989 usb [usb8] [ukbd] USB keyboard dead at mountroot> prompt o usb/133712 usb [ural] [patch] RE: Fixed an issue with ural(4) that wa o usb/133390 usb umass crashes system in 7.1 when Olympus D-540 attache o usb/133296 usb [rum] driver not working properly in hostap mode o usb/132594 usb USB subsystem causes page fault and crashes o usb/132080 usb [patch] [usb] [rum] [panic] Kernel panic after NOMEM c o usb/132066 usb [ukbd] Keyboard failure USB keyboard DELL 760 o usb/132036 usb [panic] page fault when connecting Olympus C740 camera o usb/131583 usb [umass] Failure when detaching umass Device o usb/131576 usb [aue] ADMtek USB To LAN Converter can't send data o usb/131521 usb Registering Belkin UPS to usb_quirks.c o usb/131074 usb no run-time detection of usb devices plugged into exte o usb/130736 usb Page fault unplugging USB stick o usb/130208 usb Boot process severely hampered by umass0 error o usb/130122 usb [usb8] DVD drive detects as 'da' device f usb/129766 usb [usb] [panic] plugging in usb modem HUAWEI E226 panics o usb/129500 usb [umass] [panic] FreeBSD Crashes when connecting SanDis o usb/129311 usb [usb] [panic] Instant crash with an USB card reader o usb/128485 usb [umodem] [patch] Nokia N80 modem support o usb/128425 usb [umass] Cannot Connect Maxtor Onetouch 4 USB drive o usb/128418 usb [panic] [rum] loading if_rum causes panic, looks like o usb/127926 usb [boot] USB Timeout during bootup o usb/127342 usb [boot] [panic] enabling usb keyboard and mouse support o usb/127248 usb [ucom] panic while uplcom devices attach and detach o usb/126884 usb [ugen] [patch] Bug in buffer handling in ugen.c o usb/126848 usb [usb]: USB Keyboard hangs during Installation o usb/126740 usb [ulpt] doesn't work on 7.0-RELEASE, 10 second stall be o usb/126519 usb [usb] [panic] panic when plugging in an iphone o kern/126396 usb [panic] kernel panic after unplug USB Bluetooth device o usb/125631 usb [ums] [panic] kernel panic during bootup while 'Logite o usb/125510 usb [panic] repeated plug and unplug of USB mass storage d f usb/125450 usb [panic] Removing USB flash card while being accessed c o usb/125088 usb [keyboard] Touchpad not detected on Adesso AKB-430UG U o usb/124980 usb [panic] kernel panic on detaching unmounted umass devi o kern/124777 usb [ucom] USB cua devices don't revert to tty devices whe o usb/124758 usb [rum] [panic] rum panics SMP kernel o usb/124708 usb [panic] Kernel panic on USB KVM reattach o kern/124130 usb [usb] gmirror fails to start usb devices that were pre o usb/123969 usb [usb] Supermicro H8SMi-2 usb problem: port reset faile o usb/123714 usb [usb] [panic] Panic when hald-storage-probe runs with o usb/123691 usb usbd(8): usbd hangs o usb/123690 usb [usb] [panic] Panic on USB device insertion when usb l o usb/123611 usb [usb] BBB reset failed, STALLED from Imation/Mitsumi U o usb/122992 usb [umass] [patch] MotoROKR Z6 Phone not recognised by um o usb/122936 usb [ucom] [ubsa] Device does not receive interrupt o usb/122905 usb [ubsa] [patch] add Huawei E220 to ubsa o usb/122547 usb [ehci] USB Printer not being recognized after reboot o usb/122539 usb [ohci] [panic] AnyDATA ADU-E1000D - kernel panic: ohci o usb/122483 usb [panic] [ulpt] Repeatable panic in 7.0-STABLE o usb/122119 usb [umass] umass device causes creation of daX but not da o usb/121734 usb [ugen] ugen HP1022 printer device not working since up o usb/121708 usb [keyboard] nforce 650i mobo w/ usb keyboard infinite k o usb/121275 usb [boot] [panic] FreeBSD fails to boot with usb legacy s o usb/121169 usb [umass] Issues with usb mp3 player o usb/121045 usb [uftdi] [patch] Add support for PC-OP-RS1 and KURO-RS f usb/120786 usb [usb] [panic] Kernel panic when forced umount of a det o usb/120729 usb [panic] fault while in kernel mode with connecting USB o conf/120406 usb [devd] [patch] Handle newly attached pcm devices (eg. o usb/120321 usb [hang] System hangs when transferring data to WD MyBoo o usb/120283 usb [panic] Automation reboot with wireless keyboard & mou o usb/120034 usb [hang] 6.2 & 6.3 hangs on boot at usb0: OHCI with 1.5 o usb/119977 usb [ums] Mouse does not work in a Cherry-USB keyboard/mou o usb/119653 usb [cam] [patch] iriver s7 player sync cache error patch o usb/119633 usb [umass] umass0: BBB reset failed, IOERROR [regression] o usb/119509 usb [usb] USB flaky on Dell Optiplex 755 o usb/119389 usb [umass] Sony DSC-W1 CBI reset failed, STALLED [regress o usb/119227 usb [ubsa] [patch] ubsa buffer is too small; should be tun o usb/118480 usb [umass] Timeout in USB mass storage freezes vfs layer o usb/118353 usb [panic] [ppp] repeatable kernel panic during ppp(4) se o usb/118141 usb [ucom] usb serial and nokia phones ucomreadcb ucomread o usb/118140 usb [ucom] [patch] quick hack for ucom to get it behave wi o usb/118098 usb [umass] 6th gen iPod causes problems when disconnectin o usb/117955 usb [umass] [panic] inserting minolta dimage a2 crashes OS o usb/117946 usb [panic] D-Link DUB-E100 rev. B1 crashes FreeBSD 7.0-BE o usb/117938 usb [ums] [patch] Adding support for MS WL Natural and MS o usb/117911 usb [ums] [request] Mouse Gembird MUSWC not work o usb/117893 usb [umass] Lacie USB DVD writing failing o usb/117613 usb [uhci] [irq] uhci interrupt storm & USB leaked memory o usb/117598 usb [snd_uaudio] [patch] Not possible to record with Plant o usb/117313 usb [umass] [panic] panic on usb camera insertion o usb/117183 usb [panic] USB/fusefs -- panic while transferring large a o usb/116561 usb [umodem] [panic] RELENG_6 umodem panic "trying to slee o usb/116282 usb [ulpt] Cannot print on USB HP LJ1018 or LJ1300 o usb/115935 usb [usbdevs] [patch] kernel counterproductively attaches o usb/115400 usb [ehci] Problem with EHCI on ASUS M2N4-SLI o usb/115298 usb [ulpt] [panic] Turning off USB printer panics kernel o usb/114916 usb [umass] [patch] USB Maxtor drive (L300RO) requires qui o kern/114780 usb [uplcom] [panic] Panics while stress testing the uplco o usb/114682 usb [umass] generic USB media-card reader unusable o usb/114310 usb [libusb] [patch] [panic] USB hub attachment panics ker o conf/114013 usb [patch] WITHOUT_USB allow to compil a lot of USB stuff o usb/99431 usb [keyboard] FreeBSD on MSI 6566E (Intel 845E motherboar o usb/98343 usb [boot] BBB reset failed errors with Creative Muvo MP3 o usb/97472 usb [cam] [patch] add support for Olympus C150,D390 s usb/97286 usb [mouse] [request] MS Wireless Intellimouse Explorer 2. o usb/97175 usb [umass] [hang] USB cardreader hangs system o usb/96457 usb [umass] [panic] fatback on umass = reboot o usb/96224 usb [usb] [msdosfs] mount_msdosfs cause page fault in sync s usb/96120 usb [ums] [request] USB mouse not always detected s usb/95636 usb [umass] [boot] 5 minute delay at boot when using VT620 o usb/95562 usb [umass] Write Stress in USB Mass drive causes "vinvalb o usb/95037 usb [umass] USB disk not recognized on hot-plug. o usb/94897 usb [panic] Kernel Panic when cleanly unmounting USB disk o usb/94717 usb [ulpt] Reading from /dev/ulpt can break work of a UHCI o usb/94384 usb [panic] kernel panic with usb2 hardware o usb/93828 usb [ohci] [panic] ohci causes panic on boot (HP Pavillion o usb/93389 usb [umass] [patch] Digital Camera Pentax S60 don't work o usb/92852 usb [ums] [patch] Vertical scroll not working properly on o usb/92171 usb [panic] panic unplugging Vodafone Mobile Connect (UMTS o usb/92142 usb [uhub] SET_ADDR_FAILED and SHORT_XFER errors from usb o usb/92083 usb [ural] [panic] panic using WPA on ural NIC in 6.0-RELE o usb/92052 usb [ulpt] usbd causes defunct process with busy file-hand o usb/91906 usb [ehci] [hang] FreeBSD hangs while booting with USB leg f usb/91896 usb camcontrol(8): Serial Number of USB Memory Sticks is n o usb/91811 usb [umass] Compact Flash in HP Photosmart 2610 return " o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work o usb/91538 usb [ulpt] [patch] Unable to print to EPSON CX3500 o usb/91283 usb [boot] [regression] booting very slow with usb devices o usb/91238 usb [umass] USB tape unit fails to write a second tape fil o usb/90700 usb [umass] [panic] Kernel panic on connect/mount/use umas o usb/89954 usb [umass] [panic] USB Disk driver race condition? o usb/88743 usb [hang] [regression] USB makes kernel hang at boot (reg o usb/88408 usb [axe] axe0 read PHY failed o usb/87648 usb [mouse] Logitech USB-optical mouse problem. f usb/87224 usb [usb] Cannot mount USB Zip750 o usb/86767 usb [umass] [patch] bogus "slice starts beyond end of the o usb/86298 usb [mouse] Known good USB mouse won't work with correct s s usb/85067 usb [uscanner] Cannot attach ScanJet 4300C to usb device o usb/83977 usb [ucom] [panic] ucom1: open bulk out error (addr 2): IN o usb/83863 usb [ugen] Communication problem between opensc/openct via o usb/83756 usb [ums] [patch] Microsoft Intellimouse Explorer 4.0A doe o usb/83504 usb [kernel] [patch] SpeedTouch USB stop working on recent o usb/82520 usb [udbp] [reboot] Reboot when USL101 connected o usb/82350 usb [ucom] [panic] null pointer dereference in USB stack o usb/81621 usb [ehci] [hang] external hd hangs under load on ehci o usb/80935 usb [uvisor] [patch] uvisor.c is not work with CLIE TH55. s usb/80777 usb [request] usb_rem_task() should wait for callback to c s usb/80776 usb [udav] [request] UDAV device driver shouldn't use usb_ o usb/80774 usb [patch] have "usbd_find_desc" in line with the other " o usb/80361 usb [umass] [patch] mounting of Dell usb-stick fails f usb/80040 usb [sound] [hang] Use of sound mixer causes system freeze o usb/79723 usb [usb] [request] prepare for high speed isochronous tra o usb/78984 usb [umass] [patch] Creative MUVO umass failure o usb/76653 usb [umass] [patch] Problem with Asahi Optical usb device s usb/75928 usb [umass] [request] Cytronix SmartMedia card (SMC) reade o usb/75800 usb [ucom] ucom1: init failed STALLED error in time of syn o usb/75764 usb [umass] [patch] "umass0: Phase Error" - no device for s usb/74453 usb [umass] [patch] Q-lity CD-RW USB ECW-043 (ScanLogic SL o usb/74211 usb [umass] USB flash drive causes CAM status 0x4 on 4.10R o usb/71417 usb [ugen] Cryptoflex e-gate USB token (ugen0) communicati o usb/71416 usb [ugen] Cryptoflex e-gate USB token (ugen0) detach is n o usb/71280 usb [aue] aue0 device (linksys usb100tx) doesn't work in 1 o usb/71155 usb [ulpt] misbehaving usb-printer hangs processes, causes o usb/69006 usb [usbdevs] [patch] Apple Cinema Display hangs USB ports o usb/67301 usb [uftdi] [panic] RTS and system panic o usb/66547 usb [ucom] Palm Tungsten T USB does not initialize correct o usb/63621 usb [umass] [panic] USB MemoryStick Reader stalls/crashes s usb/62257 usb [umass] [request] card reader UCR-61S2B is only half-s s usb/52026 usb [usb] [request] umass driver support for InSystem ISD2 s usb/51958 usb [urio] [patch] update for urio driver o usb/40948 usb [umass] [request] USB HP CDW8200 does not work o usb/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem 282 problems total. From owner-freebsd-usb@FreeBSD.ORG Mon Jan 14 13:44:29 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CF9D4A91 for ; Mon, 14 Jan 2013 13:44:29 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.c2i.net [212.247.154.226]) by mx1.freebsd.org (Postfix) with ESMTP id 44DA4947 for ; Mon, 14 Jan 2013 13:44:28 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe08.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 368864219; Mon, 14 Jan 2013 14:39:19 +0100 From: Hans Petter Selasky To: Vitaly Magerya Subject: Re: Tablets with webcamd (was: wacom and x11 and webcamd) Date: Mon, 14 Jan 2013 14:40:46 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: <201301131301.58324.hselasky@c2i.net> In-Reply-To: X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2013 13:44:29 -0000 Hi, The drivers mentioned does not compile as-is, but you are free to send a patch to make them compile. Should not be too hard! --HPS Index: config =================================================================== --- config (revision 2525) +++ config (working copy) @@ -220,6 +220,9 @@ CONFIG_TABLET_USB_HANWANG=y CONFIG_TABLET_USB_KBTAB=y CONFIG_TABLET_USB_WACOM=y +CONFIG_HID_KYE=y +CONFIG_HID_UCLOGIC=y +CONFIG_HID_WALTOP=y CONFIG_TOUCHSCREEN_USB_3M=y CONFIG_TOUCHSCREEN_USB_COMPOSITE=y CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y @@ -363,3 +366,5 @@ CONFIG_VIDEO_VP27SMPX=y CONFIG_VIDEO_WM8739=y CONFIG_VIDEO_WM8775=y +CONFIG_USB_MA901=y +CONFIG_HID=y Index: Makefile =================================================================== --- Makefile (revision 2526) +++ Makefile (working copy) @@ -292,5 +292,6 @@ -i media_tree/drivers/media \ -i media_tree/drivers/staging/media \ -i media_tree/sound/i2c/other \ + -i media_tree/drivers/hid \ -i contrib/dvb-usb \ -o build/ media_tree/drivers/hid/hid-core.c:55: error: redefinition of 'mod_param_debug_init_desc' media_tree/drivers/hid/hid-core.c:50: error: previous definition of 'mod_param_debug_init_desc' was here media_tree/drivers/hid/hid-core.c:55: error: redefinition of 'mod_param_debug_init_desc_p' media_tree/drivers/hid/hid-core.c:50: error: previous definition of 'mod_param_debug_init_desc_p' was here media_tree/drivers/hid/hid-core.c: In function 'implement': media_tree/drivers/hid/hid-core.c:961: warning: implicit declaration of function 'put_unaligned_le64' media_tree/drivers/hid/hid-core.c: At top level: media_tree/drivers/hid/hid-core.c:1379: error: unknown field 'attr' specified in initializer media_tree/drivers/hid/hid-core.c:1379: warning: braces around scalar initializer media_tree/drivers/hid/hid-core.c:1379: warning: (near initialization for 'dev_bin_attr_report_desc.name') media_tree/drivers/hid/hid-core.c:1379: error: field name not in record or union initializer media_tree/drivers/hid/hid-core.c:1379: error: (near initialization for 'dev_bin_attr_report_desc.name') media_tree/drivers/hid/hid-core.c:1379: error: field name not in record or union initializer media_tree/drivers/hid/hid-core.c:1379: error: (near initialization for 'dev_bin_attr_report_desc.name') media_tree/drivers/hid/hid-core.c:1379: warning: excess elements in scalar initializer media_tree/drivers/hid/hid-core.c:1379: warning: (near initialization for 'dev_bin_attr_report_desc.name') media_tree/drivers/hid/hid-core.c:1380: error: unknown field 'read' specified in initializer media_tree/drivers/hid/hid-core.c:1380: warning: initialization makes integer from pointer without a cast media_tree/drivers/hid/hid-core.c:1380: error: initializer element is not computable at load time media_tree/drivers/hid/hid-core.c:1380: error: (near initialization for 'dev_bin_attr_report_desc.mode') media_tree/drivers/hid/hid-core.c:1381: error: unknown field 'size' specified in initializer media_tree/drivers/hid/hid-core.c:1381: warning: excess elements in struct initializer media_tree/drivers/hid/hid-core.c:1381: warning: (near initialization for 'dev_bin_attr_report_desc') media_tree/drivers/hid/hid-core.c: In function 'hid_connect': media_tree/drivers/hid/hid-core.c:1459: warning: implicit declaration of function 'device_create_bin_file' media_tree/drivers/hid/hid-core.c: In function 'hid_disconnect': media_tree/drivers/hid/hid-core.c:1474: warning: implicit declaration of function 'device_remove_bin_file' media_tree/drivers/hid/hid-core.c: In function 'store_new_id': media_tree/drivers/hid/hid-core.c:1788: warning: implicit declaration of function 'driver_attach' media_tree/drivers/hid/hid-core.c: At top level: media_tree/drivers/hid/hid-core.c:1792: error: expected ')' before numeric constant media_tree/drivers/hid/hid-core.c:1930: error: variable 'hid_bus_type' has initializer but incomplete type media_tree/drivers/hid/hid-core.c:1931: error: unknown field 'name' specified in initializer media_tree/drivers/hid/hid-core.c:1931: warning: excess elements in struct initializer media_tree/drivers/hid/hid-core.c:1931: warning: (near initialization for 'hid_bus_type') media_tree/drivers/hid/hid-core.c:1932: error: unknown field 'dev_attrs' specified in initializer media_tree/drivers/hid/hid-core.c:1932: warning: excess elements in struct initializer media_tree/drivers/hid/hid-core.c:1932: warning: (near initialization for 'hid_bus_type') media_tree/drivers/hid/hid-core.c:1933: error: unknown field 'match' specified in initializer media_tree/drivers/hid/hid-core.c:1933: warning: excess elements in struct initializer media_tree/drivers/hid/hid-core.c:1933: warning: (near initialization for 'hid_bus_type') media_tree/drivers/hid/hid-core.c:1934: error: unknown field 'probe' specified in initializer media_tree/drivers/hid/hid-core.c:1934: warning: excess elements in struct initializer media_tree/drivers/hid/hid-core.c:1934: warning: (near initialization for 'hid_bus_type') media_tree/drivers/hid/hid-core.c:1935: error: unknown field 'remove' specified in initializer media_tree/drivers/hid/hid-core.c:1935: warning: excess elements in struct initializer media_tree/drivers/hid/hid-core.c:1935: warning: (near initialization for 'hid_bus_type') media_tree/drivers/hid/hid-core.c:1936: error: unknown field 'uevent' specified in initializer media_tree/drivers/hid/hid-core.c:1936: warning: excess elements in struct initializer media_tree/drivers/hid/hid-core.c:1936: warning: (near initialization for 'hid_bus_type') media_tree/drivers/hid/hid-core.c: In function 'hid_allocate_device': media_tree/drivers/hid/hid-core.c:2311: error: 'struct device' has no member named 'bus' media_tree/drivers/hid/hid-core.c: In function '__hid_register_driver': media_tree/drivers/hid/hid-core.c:2356: error: 'struct device_driver' has no member named 'bus' media_tree/drivers/hid/hid-core.c:2358: error: 'struct device_driver' has no member named 'mod_name' media_tree/drivers/hid/hid-core.c:2363: warning: implicit declaration of function 'driver_register' media_tree/drivers/hid/hid-core.c:2367: warning: implicit declaration of function 'driver_create_file' media_tree/drivers/hid/hid-core.c:2367: error: 'driver_attr_new_id' undeclared (first use in this function) media_tree/drivers/hid/hid-core.c:2367: error: (Each undeclared identifier is reported only once media_tree/drivers/hid/hid-core.c:2367: error: for each function it appears in.) media_tree/drivers/hid/hid-core.c:2369: warning: implicit declaration of function 'driver_unregister' media_tree/drivers/hid/hid-core.c: In function 'hid_unregister_driver': media_tree/drivers/hid/hid-core.c:2377: warning: implicit declaration of function 'driver_remove_file' media_tree/drivers/hid/hid-core.c:2377: error: 'driver_attr_new_id' undeclared (first use in this function) media_tree/drivers/hid/hid-core.c: In function 'hid_init': media_tree/drivers/hid/hid-core.c:2410: warning: implicit declaration of function 'bus_register' media_tree/drivers/hid/hid-core.c:2424: warning: implicit declaration of function 'bus_unregister' From owner-freebsd-usb@FreeBSD.ORG Mon Jan 14 14:09:48 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6756229C; Mon, 14 Jan 2013 14:09:48 +0000 (UTC) (envelope-from xiaofanc@gmail.com) Received: from mail-qa0-f49.google.com (mail-qa0-f49.google.com [209.85.216.49]) by mx1.freebsd.org (Postfix) with ESMTP id E3720A60; Mon, 14 Jan 2013 14:09:47 +0000 (UTC) Received: by mail-qa0-f49.google.com with SMTP id r4so1456499qaq.15 for ; Mon, 14 Jan 2013 06:09:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=muQWHg6YM+nTSf/fvK7tmMYWOoR1rxFZIWXMwFXgU1M=; b=IOxCzjLp8NJz7xwUIMWr/IoQtVMUd82WZMr3tFGnlTdG2fX3csy/CSTmN+615TubXv XE7JFktejox8+TTTEsBzEUpsvoEZ+qq+kjtjz3YE6ubwEzYNXq8vG8IorkZp/rPcy8cB 1B0+OeFM2VsB6EWbdVoYn8qS6RqjWjQeb9sO2mfKR1ocbOomoWe6cvORr3490tqTG5FI 1Nc45xDlu28Kg1AhKLrP5TgTPvx0SNzBOdCnXFRnLAhJvGuexaO05gVv/NRt3G01SPM2 nWQm7cbspbSRu0QF3ok+85pm66ylSqoWd3faA8wwGQjliWcLW18HKUfJi6aC8RDZmJjK 1kZg== MIME-Version: 1.0 Received: by 10.49.59.48 with SMTP id w16mr82888444qeq.38.1358172253943; Mon, 14 Jan 2013 06:04:13 -0800 (PST) Received: by 10.49.87.197 with HTTP; Mon, 14 Jan 2013 06:04:13 -0800 (PST) In-Reply-To: References: <201211162247.qAGMlTm2057387@red.freebsd.org> <201212210838.32260.hselasky@c2i.net> <201212231040.25892.hselasky@c2i.net> Date: Mon, 14 Jan 2013 22:04:13 +0800 Message-ID: Subject: Re: usb/173666: [USB, LIBUSB] usb_reset() behavior different between GNU/Linux and FreeBSD From: Xiaofan Chen To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 Cc: "Wojciech A. Koszek" , freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2013 14:09:48 -0000 On Mon, Dec 24, 2012 at 9:17 AM, Xiaofan Chen wrote: > On Sun, Dec 23, 2012 at 5:40 PM, Hans Petter Selasky wrote: >> On Saturday 22 December 2012 11:17:15 Xiaofan Chen wrote: >>> On Fri, Dec 21, 2012 at 3:38 PM, Hans Petter Selasky >> wrote: >>> > If you look in the old libusb-0.1 code you'll see something different I >>> > think. Could you check that? >>> >>> Not much differences in reality. I believe it is a document bug for the >>> libusb-0.1. >>> >>> Both old libusb-0.1 code and libusb-1.0 use the same IOCTL under Linux >>> and the behavior should be similar. >>> >>> Please refer to the following code listing and take note even though >>> the name of the IOCTL is different but they are the same if you >>> look at the defines. >> >> Can you create a thread for this at the libusb lists? > > Okay. There is no reply in that thread. But in another thread, Alan Stern confirms that Linux libusb reset will not cause re-enumeation. Ref: http://libusb.6.n5.nabble.com/USB-device-works-in-linux-but-not-in-OSX-tp5711092p5711132.html The detailed Linux behavior is as following as explained by Alan Stern. http://libusb.6.n5.nabble.com/USB-device-works-in-linux-but-not-in-OSX-tp5711092p5711148.html It is not that pretty in this case since different OS may behave differently. Summary here: http://libusb.6.n5.nabble.com/USB-device-works-in-linux-but-not-in-OSX-tp5711092p5711139.html -- Xiaofan From owner-freebsd-usb@FreeBSD.ORG Mon Jan 14 14:41:50 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B0DA0CC8 for ; Mon, 14 Jan 2013 14:41:50 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mail-ia0-f173.google.com (mail-ia0-f173.google.com [209.85.210.173]) by mx1.freebsd.org (Postfix) with ESMTP id 7560FCC2 for ; Mon, 14 Jan 2013 14:41:50 +0000 (UTC) Received: by mail-ia0-f173.google.com with SMTP id l29so948851iag.32 for ; Mon, 14 Jan 2013 06:41:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=dRUGoNEySrntdqhNxwAuEt3okNYR5ZvCneZc4sLp3jY=; b=JI35hP5y7JXqPFd0VGa+IKbs3yzaOB4FWpmYViBYEb5kjy1EFR3qcgOGndq2Rx+VnQ KLtkvylxlgEU0VN0e+K6i37j/TfkaE42/FvOWl+V1G1IfB/Fl25hD5d2j+0AwzAr4lER hutv31QTWcljF1F5SgT+liOqaxpXZjWrjUcQYR/XIgrDdNFFRthcL2uPk5Cjyq+rUrPH oj+JqMaOM83pKI9Ll5xSGw0mI9WQ5zUOF9b9y5jSnwHrGRz/NWbUpvSuzUQ7SXtFou7N /Yvyf3GlHesfMzkzmzRY/HWmXWlnYXRBRTklaOh+TJceis3WFOw8nNcsmSa1eMkiARLT vtDg== MIME-Version: 1.0 X-Received: by 10.50.40.225 with SMTP id a1mr7040456igl.7.1358174504231; Mon, 14 Jan 2013 06:41:44 -0800 (PST) Received: by 10.64.137.1 with HTTP; Mon, 14 Jan 2013 06:41:43 -0800 (PST) In-Reply-To: <201301141440.46049.hselasky@c2i.net> References: <201301131301.58324.hselasky@c2i.net> <201301141440.46049.hselasky@c2i.net> Date: Mon, 14 Jan 2013 16:41:43 +0200 Message-ID: Subject: Re: Tablets with webcamd (was: wacom and x11 and webcamd) From: Vitaly Magerya To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2013 14:41:50 -0000 Hans Petter Selasky wrote: > The drivers mentioned does not compile as-is, That is my conclusion as well. > but you are free to send a > patch to make them compile. Should not be too hard! In that case I will look into it as time permits. No promises though. Thank you for your help. From owner-freebsd-usb@FreeBSD.ORG Mon Jan 14 17:07:06 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 44C4CC11 for ; Mon, 14 Jan 2013 17:07:06 +0000 (UTC) (envelope-from lowell@be-well.ilk.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id 1106573A for ; Mon, 14 Jan 2013 17:07:05 +0000 (UTC) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.50]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id 351FAA7195E for ; Mon, 14 Jan 2013 12:07:05 -0500 (EST) Received: (qmail 3383 invoked from network); 14 Jan 2013 17:07:04 -0000 Received: by simscan 1.4.0 ppid: 31402, pid: 15855, t: 0.1814s scanners: clamav: 0.88.2/m:52/d:10739 Received: from unknown (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 14 Jan 2013 17:07:04 -0000 Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.8]) by be-well.ilk.org (Postfix) with ESMTP id 0EE1133C1D; Mon, 14 Jan 2013 12:06:59 -0500 (EST) Received: by lowell-desk.lan (Postfix, from userid 1147) id C6ED539855; Mon, 14 Jan 2013 12:06:58 -0500 (EST) To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] disable fake CD mount for Atria HD phone From: Lowell Gilbert X-send-pr-version: 3.114 X-GNATS-Notify: Message-Id: <20130114170658.C6ED539855@lowell-desk.lan> Date: Mon, 14 Jan 2013 12:06:58 -0500 (EST) Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Lowell Gilbert List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2013 17:07:06 -0000 >Submitter-Id: current-users >Originator: Lowell Gilbert >Organization: The Ilk >Confidential: no >Synopsis: [PATCH] disable fake CD mount for Atria HD phone >Severity: non-critical >Priority: low >Category: usb >Class: change-request >Release: FreeBSD 9.1-STABLE amd64 >Environment: System: FreeBSD lowell-desk.lan 9.1-STABLE FreeBSD 9.1-STABLE #9 r245177M: Wed Jan 9 06:47:54 EST 2013 root@lowell-desk.lan:/usr/obj/usr/src/sys/LOWELL64 amd64 >Description: Add another device that shouldn't mount the fake CD device presented for Windows/MAC drivers. >How-To-Repeat: Requires Motorola MB886 phone >Fix: May not be the most elegant solution, but it works... =================================================================== --- sys/dev/usb/serial/u3g.c (revision 245177) +++ sys/dev/usb/serial/u3g.c (working copy) @@ -555,6 +555,7 @@ U3G_DEV(YISO, C893, 0), /* Autoinstallers */ U3G_DEV(NOVATEL, ZEROCD, U3GINIT_SCSIEJECT), + U3G_DEV(MOTOROLA2, MB886, U3GINIT_SCSIEJECT), U3G_DEV(OPTION, GTICON322, U3GINIT_REZERO), U3G_DEV(QUALCOMMINC, ZTE_STOR, U3GINIT_ZTESTOR), U3G_DEV(QUALCOMMINC, ZTE_STOR2, U3GINIT_SCSIEJECT), Index: sys/dev/usb/usbdevs =================================================================== --- sys/dev/usb/usbdevs (revision 245177) +++ sys/dev/usb/usbdevs (working copy) @@ -2930,6 +2930,7 @@ /* Motorola products */ product MOTOROLA MC141555 0x1555 MC141555 hub controller product MOTOROLA SB4100 0x4100 SB4100 USB Cable Modem +product MOTOROLA2 MB886 0x710f MB886 Mobile Phone (Atria HD) product MOTOROLA2 T720C 0x2822 T720c product MOTOROLA2 A41XV32X 0x2a22 A41x/V32x Mobile Phones product MOTOROLA2 E398 0x4810 E398 Mobile Phone From owner-freebsd-usb@FreeBSD.ORG Mon Jan 14 17:42:15 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 896503C8; Mon, 14 Jan 2013 17:42:15 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.c2i.net [212.247.154.66]) by mx1.freebsd.org (Postfix) with ESMTP id E7CC68C7; Mon, 14 Jan 2013 17:42:14 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 200659752; Mon, 14 Jan 2013 18:42:06 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, Lowell Gilbert Subject: Re: [PATCH] disable fake CD mount for Atria HD phone Date: Mon, 14 Jan 2013 18:43:30 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: <20130114170658.C6ED539855@lowell-desk.lan> In-Reply-To: <20130114170658.C6ED539855@lowell-desk.lan> X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, Cc: FreeBSD-gnats-submit@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2013 17:42:15 -0000 On Monday 14 January 2013 18:06:58 Lowell Gilbert wrote: > Lowell Gilbert http://svnweb.freebsd.org/changeset/base/245427 --HPS From owner-freebsd-usb@FreeBSD.ORG Mon Jan 14 19:12:35 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B9A17D64 for ; Mon, 14 Jan 2013 19:12:35 +0000 (UTC) (envelope-from lowell@be-well.ilk.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id 7C6F01BC for ; Mon, 14 Jan 2013 19:12:35 +0000 (UTC) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.52]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id A8A08A71987 for ; Mon, 14 Jan 2013 14:12:34 -0500 (EST) Received: (qmail 10897 invoked from network); 14 Jan 2013 19:12:34 -0000 Received: by simscan 1.4.0 ppid: 10368, pid: 16170, t: 0.1876s scanners: clamav: 0.88.2/m:52/d:13513 Received: from unknown (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 14 Jan 2013 19:12:34 -0000 Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.8]) by be-well.ilk.org (Postfix) with ESMTP id 6173C33C1D; Mon, 14 Jan 2013 14:12:28 -0500 (EST) Received: by lowell-desk.lan (Postfix, from userid 1147) id 2255539855; Mon, 14 Jan 2013 14:12:28 -0500 (EST) To: FreeBSD-gnats-submit@freebsd.org Subject: don't mount virtual driver CD for my phone From: Lowell Gilbert X-send-pr-version: 3.114 X-GNATS-Notify: Message-Id: <20130114191228.2255539855@lowell-desk.lan> Date: Mon, 14 Jan 2013 14:12:28 -0500 (EST) Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Lowell Gilbert List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2013 19:12:35 -0000 >Submitter-Id: current-users >Originator: Lowell Gilbert >Organization: The Ilk >Confidential: no >Synopsis: don't mount virtual driver CD for my phone >Severity: non-critical >Priority: low >Category: usb >Class: change-request >Release: FreeBSD 9.1-STABLE amd64 >Environment: System: FreeBSD lowell-desk.lan 9.1-STABLE FreeBSD 9.1-STABLE #9 r245177M: Wed Jan 9 06:47:54 EST 2013 root@lowell-desk.lan:/usr/obj/usr/src/sys/LOWELL64 amd64 >Description: Add another device that shouldn't auto-mount its faked-up driver CD when loaded. Sent this in a few minutes ago, but I spelled my own address wrong. I'll automate that before my next PR. >How-To-Repeat: [Requires my phone.] >Fix: I can move this to somewhere more relevant to my not-a-serial-port-device, but I'll need guidance on where that should be. Index: sys/dev/usb/serial/u3g.c =================================================================== --- sys/dev/usb/serial/u3g.c (revision 245177) +++ sys/dev/usb/serial/u3g.c (working copy) @@ -555,6 +555,7 @@ U3G_DEV(YISO, C893, 0), /* Autoinstallers */ U3G_DEV(NOVATEL, ZEROCD, U3GINIT_SCSIEJECT), + U3G_DEV(MOTOROLA2, MB886, U3GINIT_SCSIEJECT), U3G_DEV(OPTION, GTICON322, U3GINIT_REZERO), U3G_DEV(QUALCOMMINC, ZTE_STOR, U3GINIT_ZTESTOR), U3G_DEV(QUALCOMMINC, ZTE_STOR2, U3GINIT_SCSIEJECT), Index: sys/dev/usb/usbdevs =================================================================== --- sys/dev/usb/usbdevs (revision 245177) +++ sys/dev/usb/usbdevs (working copy) @@ -2930,6 +2930,7 @@ /* Motorola products */ product MOTOROLA MC141555 0x1555 MC141555 hub controller product MOTOROLA SB4100 0x4100 SB4100 USB Cable Modem +product MOTOROLA2 MB886 0x710f MB886 Mobile Phone (Atria HD) product MOTOROLA2 T720C 0x2822 T720c product MOTOROLA2 A41XV32X 0x2a22 A41x/V32x Mobile Phones product MOTOROLA2 E398 0x4810 E398 Mobile Phone From owner-freebsd-usb@FreeBSD.ORG Mon Jan 14 22:57:14 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E2B60F70 for ; Mon, 14 Jan 2013 22:57:14 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id B93FB178 for ; Mon, 14 Jan 2013 22:57:14 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id r0EMvDcP071832 for ; Mon, 14 Jan 2013 14:57:14 -0800 (PST) (envelope-from yuri@rawbw.com) Message-ID: <50F48D49.1060406@rawbw.com> Date: Mon, 14 Jan 2013 14:57:13 -0800 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-usb@freebsd.org Subject: Plugging out Microsoft Nano Tranceiver (USB mouse) causes PS2 keyboard to cease functioning Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2013 22:57:15 -0000 I have Microsoft USB Explorer Touch mouse. It works fine, but when I plug out its (wireless) USB dongle, keyboard also stops working. Plugging the dongle back in enables the keyboard again. Plugging in some other USB mouse instead doesn't make keyboard work again. There were two keyboard devices defined before this mouse was first plugged in: kbd0 at atkbd0 and kbd1 at kbdmux0, see messages below. This mouse defines the new keyboard device kbd2 at ukbd0. When the dongle is plugged out, these two items (kbd2 at ukbd0) disappear from /dev, leaving all the same devices that existed before. Except keyboard becomes disfunctional. What could be a problem with this USB mouse? Looks like it interacts with the previous setup and leaves something modified when plugged out. Yuri PS: This of course isn't the major usability issue since, when plugged in, everything works. Nevertheless, I can't plug it out without losing the keyboard. ---messages (kbd related during boot)-- kbd1 at kbdmux0 <...skipped...> atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] ---messages (plug out)--- Jan 14 14:30:59 eagle kernel: ugen1.2: at usbus1 (disconnected) Jan 14 14:30:59 eagle kernel: ukbd0: at uhub1, port 1, addr 2 (disconnected) Jan 14 14:30:59 eagle kernel: ums0: at uhub1, port 1, addr 2 (disconnected) Jan 14 14:30:59 eagle kernel: uhid0: at uhub1, port 1, addr 2 (disconnected) ---messages (plug in)--- Jan 14 14:31:09 eagle kernel: ugen1.2: at usbus1 Jan 14 14:31:09 eagle kernel: ukbd0: on usbus1 Jan 14 14:31:09 eagle kernel: kbd2 at ukbd0 Jan 14 14:31:09 eagle kernel: ums0: on usbus1 Jan 14 14:31:09 eagle kernel: ums0: 5 buttons and [XYZT] coordinates ID=26 Jan 14 14:31:09 eagle kernel: ums0: 0 buttons and [T] coordinates ID=0 Jan 14 14:31:09 eagle kernel: uhid0: on usbus1 $ ls -l /dev/*kbd* crw------- 1 root wheel 0, 57 Jan 4 11:50 /dev/atkbd0 lrwxr-xr-x 1 root wheel 6 Jan 4 11:50 /dev/kbd0 -> atkbd0 lrwxr-xr-x 1 root wheel 7 Jan 4 11:50 /dev/kbd1 -> kbdmux0 lrwxr-xr-x 1 root wheel 5 Jan 14 14:38 /dev/kbd2 -> ukbd0 crw------- 1 root wheel 0, 13 Jan 4 11:50 /dev/kbdmux0 crw------- 1 root wheel 0, 182 Jan 14 14:38 /dev/ukbd0 From owner-freebsd-usb@FreeBSD.ORG Tue Jan 15 07:16:18 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A71E2F9B for ; Tue, 15 Jan 2013 07:16:18 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.c2i.net [212.247.154.34]) by mx1.freebsd.org (Postfix) with ESMTP id 1005AF7 for ; Tue, 15 Jan 2013 07:16:17 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 368630826; Tue, 15 Jan 2013 08:11:09 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Subject: Re: Plugging out Microsoft Nano Tranceiver (USB mouse) causes PS2 keyboard to cease functioning Date: Tue, 15 Jan 2013 08:12:33 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: <50F48D49.1060406@rawbw.com> In-Reply-To: <50F48D49.1060406@rawbw.com> X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2013 07:16:18 -0000 On Monday 14 January 2013 23:57:13 Yuri wrote: > I have Microsoft USB Explorer Touch mouse. It works fine, but when I > plug out its (wireless) USB dongle, keyboard also stops working. > Plugging the dongle back in enables the keyboard again. Plugging in some > other USB mouse instead doesn't make keyboard work again. > > There were two keyboard devices defined before this mouse was first > plugged in: kbd0 at atkbd0 and kbd1 at kbdmux0, see messages below. > This mouse defines the new keyboard device kbd2 at ukbd0. > When the dongle is plugged out, these two items (kbd2 at ukbd0) > disappear from /dev, leaving all the same devices that existed before. > Except keyboard becomes disfunctional. > > What could be a problem with this USB mouse? Looks like it interacts > with the previous setup and leaves something modified when plugged out. > > Yuri > > PS: This of course isn't the major usability issue since, when plugged > in, everything works. Nevertheless, I can't plug it out without losing > the keyboard. > > > ---messages (kbd related during boot)-- > kbd1 at kbdmux0 > <...skipped...> > atkbdc0: port 0x60,0x64 irq 1 on acpi0 > atkbd0: irq 1 on atkbdc0 > kbd0 at atkbd0 > atkbd0: [GIANT-LOCKED] > > ---messages (plug out)--- > Jan 14 14:30:59 eagle kernel: ugen1.2: at usbus1 (disconnected) > Jan 14 14:30:59 eagle kernel: ukbd0: at uhub1, port 1, addr 2 > (disconnected) Jan 14 14:30:59 eagle kernel: ums0: at uhub1, port 1, addr > 2 (disconnected) Jan 14 14:30:59 eagle kernel: uhid0: at uhub1, port 1, > addr 2 (disconnected) > > ---messages (plug in)--- > Jan 14 14:31:09 eagle kernel: ugen1.2: at usbus1 > Jan 14 14:31:09 eagle kernel: ukbd0: Transceiver v1.0, class 0/0, rev 2.00/6.74, addr 2> on usbus1 > Jan 14 14:31:09 eagle kernel: kbd2 at ukbd0 > Jan 14 14:31:09 eagle kernel: ums0: Transceiver v1.0, class 0/0, rev 2.00/6.74, addr 2> on usbus1 > Jan 14 14:31:09 eagle kernel: ums0: 5 buttons and [XYZT] coordinates ID=26 > Jan 14 14:31:09 eagle kernel: ums0: 0 buttons and [T] coordinates ID=0 > Jan 14 14:31:09 eagle kernel: uhid0: Transceiver v1.0, class 0/0, rev 2.00/6.74, addr 2> on usbus1 > > $ ls -l /dev/*kbd* > crw------- 1 root wheel 0, 57 Jan 4 11:50 /dev/atkbd0 > lrwxr-xr-x 1 root wheel 6 Jan 4 11:50 /dev/kbd0 -> atkbd0 > lrwxr-xr-x 1 root wheel 7 Jan 4 11:50 /dev/kbd1 -> kbdmux0 > lrwxr-xr-x 1 root wheel 5 Jan 14 14:38 /dev/kbd2 -> ukbd0 > crw------- 1 root wheel 0, 13 Jan 4 11:50 /dev/kbdmux0 > crw------- 1 root wheel 0, 182 Jan 14 14:38 /dev/ukbd0 > The problem is that the Nano transceiver also provides a keyboard, which is set as default. See /etc/devd.conf and: # When a USB keyboard arrives, attach it as the console keyboard. attach 100 { device-name "ukbd0"; action "/etc/rc.d/syscons setkeyboard /dev/ukbd0"; }; detach 100 { device-name "ukbd0"; action "/etc/rc.d/syscons setkeyboard /dev/kbd0"; }; Which probably should be updated. --HPS From owner-freebsd-usb@FreeBSD.ORG Tue Jan 15 09:11:22 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D1B636A5 for ; Tue, 15 Jan 2013 09:11:22 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id B4F2872E for ; Tue, 15 Jan 2013 09:11:22 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id r0F9BHVW064309; Tue, 15 Jan 2013 01:11:17 -0800 (PST) (envelope-from yuri@rawbw.com) Message-ID: <50F51D34.9040904@rawbw.com> Date: Tue, 15 Jan 2013 01:11:16 -0800 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Hans Petter Selasky Subject: Re: Plugging out Microsoft Nano Tranceiver (USB mouse) causes PS2 keyboard to cease functioning References: <50F48D49.1060406@rawbw.com> <201301150812.33427.hselasky@c2i.net> In-Reply-To: <201301150812.33427.hselasky@c2i.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2013 09:11:22 -0000 On 01/14/2013 23:12, Hans Petter Selasky wrote: > The problem is that the Nano transceiver also provides a keyboard, which is > set as default. > > See /etc/devd.conf and: > > # When a USB keyboard arrives, attach it as the console keyboard. > attach 100 { > device-name "ukbd0"; > action "/etc/rc.d/syscons setkeyboard /dev/ukbd0"; > }; > detach 100 { > device-name "ukbd0"; > action "/etc/rc.d/syscons setkeyboard /dev/kbd0"; > }; > > Which probably should be updated. These directives look quite crude. device-name "ukbd0"; should probably be device-name "ukbd[0-9]+"; Also why kbd0 is taken as new default after ukbd disconnect? Replacing kbd0 with kbd1 there didn't fix the problem though as I expected. Following /etc/rc.d/sysconsit looks like in my case "/etc/rc.d/syscons setkeyboard /dev/ukbd0" doesn't do anything, since "kbdcontrol -k ${kbd} < ${kbddev}" is only called when there is no kbdmux. Here is another problem: In the presence of mouse, this command doesn't show ukbd0 attached to kbdmux: # kbdcontrol -i < /dev/ttyv0 kbd1: kbdmux0, type:AT 101/102 (2) Also it looks like the keyboard provided by mouse isn't working. Mouse keyboard only has 2 buttons, by default Page-Up and Page-Down and these events are never triggered. Trying to attach it manually, following kbdcontrol(1), I get this error: # kbdcontrol -a ukbd0 < /dev/kbdmux0 su: /dev/kbdmux0: Device busy Who is normally supposed to connect ukbd to kbdmux? Yuri From owner-freebsd-usb@FreeBSD.ORG Tue Jan 15 09:55:58 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0BB9B599 for ; Tue, 15 Jan 2013 09:55:58 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-ob0-f174.google.com (mail-ob0-f174.google.com [209.85.214.174]) by mx1.freebsd.org (Postfix) with ESMTP id C6C0B8FD for ; Tue, 15 Jan 2013 09:55:57 +0000 (UTC) Received: by mail-ob0-f174.google.com with SMTP id ta14so4852677obb.5 for ; Tue, 15 Jan 2013 01:55:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=BqK6dljqnN59VKUmP0waLcXOWnt2/lVvsQrGX1dtEQQ=; b=wkCv0PMFlFRJLOu8REdO4+SIHMjfsErbtImnf9AHCq5uphFf8yxxgWNv8EIcNpOc/1 lX31x92XBHRXXOXzLRDK7zwT7KRVfm/RA2QkPBAzOOiKTmfceS724bK8ggJYuc5LSd++ 0VlIroISNrsAxi8Q9zqwG0HBWQgiG688gh4eF5NM2NKiZnamd1mFxbqItMBNhGvDbK9d vn0qYYQGWF4lplxo9O+Jp+yPN4mIvpCRPeyuzC75oJCl7iV1HNRxl0Htj0jnxO7L4iQt GALXoDUoZxg/oLMUsmvpMGNWuM/iaFO8EOih2dF8aANzCxYarnk5KofIuhd7k5p5yGgI Cyxw== MIME-Version: 1.0 Received: by 10.60.36.75 with SMTP id o11mr54047988oej.69.1358243751119; Tue, 15 Jan 2013 01:55:51 -0800 (PST) Received: by 10.60.170.167 with HTTP; Tue, 15 Jan 2013 01:55:51 -0800 (PST) In-Reply-To: <50F51D34.9040904@rawbw.com> References: <50F48D49.1060406@rawbw.com> <201301150812.33427.hselasky@c2i.net> <50F51D34.9040904@rawbw.com> Date: Tue, 15 Jan 2013 11:55:51 +0200 Message-ID: Subject: Re: Plugging out Microsoft Nano Tranceiver (USB mouse) causes PS2 keyboard to cease functioning From: Alexander Yerenkow To: Yuri Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2013 09:55:58 -0000 Actually there probably still can be bug there. I have laptop, which lost internal keyboard after I plug and unplug my wireless KB+ Mouse. When wireless plugged both KBs are working. I'll try to reproduce it near days, will write back. -- Regards, Alexander Yerenkow From owner-freebsd-usb@FreeBSD.ORG Wed Jan 16 05:31:12 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D9A10ADA for ; Wed, 16 Jan 2013 05:31:12 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id BD552906 for ; Wed, 16 Jan 2013 05:31:12 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id r0G5V0CC027266; Tue, 15 Jan 2013 21:31:00 -0800 (PST) (envelope-from yuri@rawbw.com) Message-ID: <50F63B14.8050901@rawbw.com> Date: Tue, 15 Jan 2013 21:31:00 -0800 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Hans Petter Selasky Subject: Re: Plugging out Microsoft Nano Tranceiver (USB mouse) causes PS2 keyboard to cease functioning References: <50F48D49.1060406@rawbw.com> <201301150812.33427.hselasky@c2i.net> In-Reply-To: <201301150812.33427.hselasky@c2i.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2013 05:31:12 -0000 On 01/14/2013 23:12, Hans Petter Selasky wrote: > The problem is that the Nano transceiver also provides a keyboard, which is > set as default. > > See /etc/devd.conf and: > > # When a USB keyboard arrives, attach it as the console keyboard. > attach 100 { > device-name "ukbd0"; > action "/etc/rc.d/syscons setkeyboard /dev/ukbd0"; > }; > detach 100 { > device-name "ukbd0"; > action "/etc/rc.d/syscons setkeyboard /dev/kbd0"; > }; > > Which probably should be updated. Actually, disabling the above entries altogether also doesn't solve the problem. However, stopping devd daemon causes the problem to disappear. Even though devd.conf even didn't have those ukbd directives. I ran devd with -D flag, but log only shows the execution of 'syscons' and 'moused' when the mouse is plugged/unplugged. Removing moused entries also doesn't solve the problem. So devd does something that triggers this problem, even though it doesn't execute any commands. Looks like a mystery. Yuri From owner-freebsd-usb@FreeBSD.ORG Thu Jan 17 18:00:01 2013 Return-Path: Delivered-To: freebsd-usb@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9D6E83DB for ; Thu, 17 Jan 2013 18:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8511D745 for ; Thu, 17 Jan 2013 18:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0HI01BQ009736 for ; Thu, 17 Jan 2013 18:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0HI01ax009735; Thu, 17 Jan 2013 18:00:01 GMT (envelope-from gnats) Resent-Date: Thu, 17 Jan 2013 18:00:01 GMT Resent-Message-Id: <201301171800.r0HI01ax009735@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-usb@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yury Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 65368FD5 for ; Thu, 17 Jan 2013 17:51:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 55A136DD for ; Thu, 17 Jan 2013 17:51:46 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r0HHpj3T078252 for ; Thu, 17 Jan 2013 17:51:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r0HHpjcN078250; Thu, 17 Jan 2013 17:51:45 GMT (envelope-from nobody) Message-Id: <201301171751.r0HHpjcN078250@red.freebsd.org> Date: Thu, 17 Jan 2013 17:51:45 GMT From: Yury To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: usb/175379: usb card-reader problem X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2013 18:00:01 -0000 >Number: 175379 >Category: usb >Synopsis: usb card-reader problem >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 17 18:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yury >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD 94.180.117.72 9.1-RELEASE FreeBSD 9.1-RELEASE #5 r245384: Tue Jan 15 15:22:10 NOVT 2013 root@94.180.117.72:/usr/obj/usr/src/sys/GJA822N amd64 >Description: After connecting USB card-reader with microSD card loaded, the red led light turns on. Then I mount that drive. In dmesg I see: umass0: on usbus2 umass0:8:0:-1: Attached to scbus8 (probe0:umass-sim0:0:0:0): Down reving Protocol Version from 2 to 0? sg2 at umass-sim0 bus 0 scbus8 target 0 lun 0 sg2: Removable Direct Access SCSI-0 device sg2: Serial Number 058F0O1111B1 sg2: 40.000MB/s transfers pass5 at umass-sim0 bus 0 scbus8 target 0 lun 0 pass5: Removable Direct Access SCSI-0 device pass5: Serial Number 058F0O1111B1 pass5: 40.000MB/s transfers GEOM: new disk da0 da0 at umass-sim0 bus 0 scbus8 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: Serial Number 058F0O1111B1 da0: 40.000MB/s transfers da0: 15279MB (31291392 512 byte sectors: 255H 63S/T 1947C) Files are read O.K. from SD card through that USB-cardreader. But when I try to write some files on SD card, I get luck in much less than half times. Small files (about tens of kB) are written O.K. But when I write larger ones, the device turnes led light off, and becomes irresponsible. Only "usbconfig reset" helps. But filesystem is wrecked and needs "fsck". Dmesg output is as follows^ (da0:umass-sim0:0:0:0): WRITE(10). CDB: 2a 0 0 1 e2 c0 0 0 80 0 (da0:umass-sim0:0:0:0): CAM status: CCB request completed with an error (da0:umass-sim0:0:0:0): Retrying command (da0:umass-sim0:0:0:0): WRITE(10). CDB: 2a 0 0 1 e2 c0 0 0 80 0 (da0:umass-sim0:0:0:0): CAM status: CCB request completed with an error (da0:umass-sim0:0:0:0): Retrying command (da0:umass-sim0:0:0:0): WRITE(10). CDB: 2a 0 0 1 e2 c0 0 0 80 0 (da0:umass-sim0:0:0:0): CAM status: CCB request completed with an error (da0:umass-sim0:0:0:0): Retrying command (da0:umass-sim0:0:0:0): WRITE(10). CDB: 2a 0 0 1 e2 c0 0 0 80 0 (da0:umass-sim0:0:0:0): CAM status: CCB request completed with an error (da0:umass-sim0:0:0:0): Retrying command (da0:umass-sim0:0:0:0): WRITE(10). CDB: 2a 0 0 1 e2 c0 0 0 80 0 (da0:umass-sim0:0:0:0): CAM status: CCB request completed with an error (da0:umass-sim0:0:0:0): Error 5, Retries exhausted g_vfs_done():da0s1[WRITE(offset=59146240, length=65536)]error = 5 g_vfs_done():da0s1[WRITE(offset=59211776, length=65536)]error = 5 g_vfs_done():da0s1[WRITE(offset=59277312, length=65536)]error = 5 g_vfs_done():da0s1[WRITE(offset=59342848, length=65536)]error = 5 ... I have AMD-powered usb controller on motherboard: kernel: ehci1: mem 0xfe5fa800-0xfe5fa8ff irq 19 at device 19.2 on pci0 kernel: ehci1: AMD SB600/700 quirk applied kernel: ohci4: mem 0xfe5f9000-0xfe5f9fff irq 18 at device 20.5 on pci0 Yes, on Windows there's no such problem as far as I tried. >How-To-Repeat: Use mentioned above hardware and try usage scenario. >Fix: >Release-Note: >Audit-Trail: >Unformatted: