From owner-freebsd-usb@FreeBSD.ORG Sun Sep 12 20:00:18 2010 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC505106564A for ; Sun, 12 Sep 2010 20:00:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 81E8C8FC16 for ; Sun, 12 Sep 2010 20:00:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8CK0Iva023761 for ; Sun, 12 Sep 2010 20:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8CK0IjW023749; Sun, 12 Sep 2010 20:00:18 GMT (envelope-from gnats) Date: Sun, 12 Sep 2010 20:00:18 GMT Message-Id: <201009122000.o8CK0IjW023749@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Jim Nasby Cc: Subject: Re: usb/150401: Errors from USB drives mixed between UFS and ZFS X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jim Nasby List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2010 20:00:18 -0000 The following reply was made to PR usb/150401; it has been noted by GNATS. From: Jim Nasby To: bug-followup@FreeBSD.org, decibel@decibel.org Cc: Subject: Re: usb/150401: Errors from USB drives mixed between UFS and ZFS Date: Sun, 12 Sep 2010 14:38:10 -0500 UQ_MSC_NO_SYNC_CACHE didn't help. Are there other quirks to try? From owner-freebsd-usb@FreeBSD.ORG Sun Sep 12 23:06:27 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id CCF601065672; Sun, 12 Sep 2010 23:06:27 +0000 (UTC) Date: Sun, 12 Sep 2010 23:06:27 +0000 From: Alexander Best To: Hans Petter Selasky Message-ID: <20100912230627.GA1657@freebsd.org> References: <20100826215028.GA80160@freebsd.org> <201008270904.16009.hselasky@c2i.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201008270904.16009.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: problem with mobile phone X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2010 23:06:27 -0000 On Fri Aug 27 10, Hans Petter Selasky wrote: > On Thursday 26 August 2010 23:50:28 Alexander Best wrote: > > hi there, > > > > when i connect my mobile phone to a recent HEAD (amd64; r211393) i get the > > following: > > > > ugen3.3: at usbus3 > > umass0: on usbus3 > > (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 > > (probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error > > (probe0:umass-sim0:0:0:0): SCSI status: Check Condition > > (probe0:umass-sim0:0:0:0): SCSI sense: UNIT ATTENTION asc:28,0 (Not ready > > to ready change, medium may have changed) da0 at umass-sim0 bus 0 scbus9 > > target 0 lun 0 > > da0: Removable Direct Access SCSI-0 device > > da0: 40.000MB/s transfers > > da0: 3777MB (7736320 512 byte sectors: 255H 63S/T 481C) > > > > when i try to read stuff from the phone, it resets and i get this: > > > > ugen3.3: at usbus3 (disconnected) > > umass0: at uhub8, port 3, addr 3 (disconnected) > > (da0:umass-sim0:0:0:0): AutoSense failed > > (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0xa, scsi > > status == 0x0 (da0:umass-sim0:0:0:0): lost device > > (da0:umass-sim0:0:0:0): removing device entry > > > > it both happens if i mount it and read files or if i directly read > > something from the /dev/da0 device using `dd`. > > > > interestingly it always crashes after the same ammount of data read: > > > > dd: /dev/da0: Input/output error > > 4+0 records in > > 4+0 records out > > 4194304 bytes transferred in 3.333149 secs (1258361 bytes/sec) > > > > after a few retries the usb port i was using becomes unusable and nothing > > is being detected any longer. > > > > i'm pretty sure this didn't happen a few weeks ago, but now it does. > > > > Hi, > > Have you loaded the usb_quirk.ko ? > > Try adding a mass storage quirk for this mass storage device, for test unit > ready and synchronize cache. i've used the following commanda to add the quirks: usbconfig add_dev_quirk_vplh 0x04e8 0x6720 0x0100 0x0100 UQ_MSC_NO_TEST_UNIT_READY usbconfig add_dev_quirk_vplh 0x04e8 0x6720 0x0100 0x0100 UQ_MSC_NO_SYNC_CACHE `usbconfig dump_device_quirks|grep 0x04e8` says: VID=0x04e8 PID=0x5092 REVLO=0x0000 REVHI=0xffff QUIRK=UQ_MSC_NO_SYNC_CACHE VID=0x04e8 PID=0x6720 REVLO=0x0100 REVHI=0x0100 QUIRK=UQ_MSC_NO_SYNC_CACHE VID=0x04e8 PID=0x6720 REVLO=0x0100 REVHI=0x0100 QUIRK=UQ_MSC_NO_TEST_UNIT_READY still no difference. as soon as i attach the device it crashes and reboots itsself (the mobile). sometimes it doesn't, however when i read data from it it then crashes instantly. here are the device details: ugen3.3: at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON Configuration index 0 bLength = 0x0009 bDescriptorType = 0x0002 wTotalLength = 0x0020 bNumInterfaces = 0x0001 bConfigurationValue = 0x0001 iConfiguration = 0x0004 bmAttributes = 0x00e0 bMaxPower = 0x0032 Interface 0 bLength = 0x0009 bDescriptorType = 0x0004 bInterfaceNumber = 0x0000 bAlternateSetting = 0x0000 bNumEndpoints = 0x0002 bInterfaceClass = 0x0008 bInterfaceSubClass = 0x0006 bInterfaceProtocol = 0x0050 iInterface = 0x0006 Endpoint 0 bLength = 0x0007 bDescriptorType = 0x0005 bEndpointAddress = 0x0081 bmAttributes = 0x0002 wMaxPacketSize = 0x0200 bInterval = 0x00ff bRefresh = 0x0000 bSynchAddress = 0x0000 Endpoint 1 bLength = 0x0007 bDescriptorType = 0x0005 bEndpointAddress = 0x0001 bmAttributes = 0x0002 wMaxPacketSize = 0x0200 bInterval = 0x00ff bRefresh = 0x0000 bSynchAddress = 0x0000 the output of `otaku% kldstat -v|grep usb` is: 72 usbus/uhub 71 uhub/usb_linux 69 uss820/usbus 68 at91_udp/usbus 67 ehci/usbus 66 uhci/usbus 65 ohci/usbus however `kldload usb_quirk` fails with EEXIST. cheers. alex > > Else look for changes in SCSI area. > > --HPS -- a13x From owner-freebsd-usb@FreeBSD.ORG Mon Sep 13 11:07:05 2010 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB0B1106573A for ; Mon, 13 Sep 2010 11:07:05 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D7B948FC29 for ; Mon, 13 Sep 2010 11:07:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8DB75X2002039 for ; Mon, 13 Sep 2010 11:07:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8DB75Ae002037 for freebsd-usb@FreeBSD.org; Mon, 13 Sep 2010 11:07:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 13 Sep 2010 11:07:05 GMT Message-Id: <201009131107.o8DB75Ae002037@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 Cc: Subject: Current problem reports assigned to freebsd-usb@FreeBSD.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2010 11:07:06 -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/150401 usb Errors from USB drives mixed between UFS and ZFS o usb/150189 usb if_run appears to corrupt IP traffic o usb/149934 usb Transcend JetFlash V85 poor performance o usb/149900 usb FreeBSD 8.1 uftdi patch to support usb-uirt o usb/149826 usb recognice another PL2303 based usb dongle o usb/149764 usb usbdevs update: Huawei K3765 3G modem o usb/149759 usb add USB vendor 04FC o usb/149675 usb uftdi doesn't react to break properly o usb/149528 usb Wireless USB stick not detected - vendor id 0x083a dev o usb/149283 usb [uftdi] avrdude unable to talk to Arduino board (via u o usb/149162 usb ASUS WL-167g doesn't work in 8.1 (continue of 149058) o usb/149039 usb [uhso] Binding problem with uhso 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 usb/147516 usb [umass] [usb67] kernel unable to deal with Olympus USB o usb/146871 usb [usbdevs] [usb8] [patch] provide descriprive string fo 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 o 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 o 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 o usb/143790 usb [boot] 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 f 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 o usb/143045 usb [umass] [usb8] [patch] mounting Fujitsu 2600Z camera d o usb/142991 usb [uftdi] [usb67] [patch] Patch to add Crystalfontz 533 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 o usb/142713 usb [usb67] [panic] Kernel Panik when connecting an IPhone 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 o 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/141327 usb [ukbd] [usb67] USB kbd not working with 7.1+PAE on IBM o usb/141212 usb [ukbd] [usb8] ukbd_set_leds_callback:700: error=USB_ER o kern/141011 usb [usb] Encrypted root, geli password at boot; enter key 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 f usb/140883 usb [axe] [usb8] USB gigabit ethernet hangs after short pe 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 kern/140614 usb [uplcom] [patch] adding support for Radio Shack Gigwar 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 s usb/139990 usb [panic] [patch] [usb67] Kernel frequently panics after a usb/139598 usb [umass] [usb8] CAM reports "xptioctl: put "device pass o usb/139243 usb [uhci] [usb67] unplug prolific USB serial -> uhci_abor a usb/138904 usb [rum] [panic] [usb67] unpluging USB wifi card panics s f usb/138882 usb [ohci] [panic] [usb67] Can't install FreeBSD 7.2 due t 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/138570 usb [usb] [panic] USB mass device panics current 7.2-STABL o usb/138548 usb [usb67] [usb8] usb devices periodically have unknown a o usb/138175 usb [usb67] [boot] System cannot boot, when USB reader wit o usb/138124 usb [snd_uaudio] [usb8] Axed uaudio functionality in the u o usb/138119 usb [usb67] [usb8] MultiBay CDROM (probably on USB bus) is o usb/137872 usb [usb67] [boot] slow booting on usb flash drive o usb/137806 usb [ukbd] [usb67] USB keyboard doesn't work until it's un o usb/137763 usb [usb67][ukbd] Logitech wireless keyboard media keys no 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 p usb/136761 usb [usbdevs][usb67][patch] Teach usbdevs / u3g(4) about H o usb/135938 usb [aue] [usb67] aue driver only passes traffic in promis o usb/135542 usb [keyboard] boot loader does not work with a usb keyboa o usb/135348 usb [umass] [patch] USB Drive Hangs with ZFS (JMicron USB2 o usb/135206 usb machine reboots when inserted USB device o usb/135200 usb SAMSUNG i740 usb mass: Synchronize cache failed, statu o usb/135182 usb UMASS quirk - Olympus FE20 camera 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] Adding usb quirk for Sony USB flash drive 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/132312 usb [hang] Xorg 7.4 halts USB controller 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 p usb/131123 usb [patch] [usb67] re-add UQ_ASSUME_CM_OVER_DATA USB quir 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/130230 usb Samsung Electronics YP-U3 does not attach in 7.1-RELEA o usb/130208 usb Boot process severely hampered by umass0 error o usb/130122 usb [usb8] DVD drive detects as 'da' device o usb/129766 usb [usb] [panic] plugging in usb modem HUAWEI E226 panics o usb/129673 usb [uhci] uhci (uhub) confused on replugging USB 1.1 scan o usb/129500 usb [umass] [panic] FreeBSD Crashes when connecting SanDis o usb/129311 usb [usb] [panic] Instant crash with an USB card reader s usb/128990 usb [usb] u3g does not handle RTS/CTS available on for exa o usb/128977 usb [usb67] [patch] uaudio is not full duplex p usb/128803 usb [usbdevs] [patch] Quirk for I-Tuner Networks USBLCD4X2 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 s usb/127453 usb [request] ubsa, uark, ubser, uftdi, and friends should p docs/127406 usb [patch] update umodem man page: Sony Ericsson W810i 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/127222 usb [ohci] Regression in 7.0 usb storage generic driver 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 o usb/125450 usb [panic] Removing USB flash card while being accessed c o usb/125238 usb [ums] Habu Mouse turns off in X 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 f usb/124604 usb [ums] Microsoft combo wireless mouse doesn't work 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/123509 usb [umass] continuous reset Samsung SGH-G600 phone 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/122819 usb [usb] [patch] Patch to provide dynamic additions to th o usb/122813 usb [udbp] [request] udbp driver should be removed in favo 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/121755 usb [ohci] [patch] Fix panic after ohci/uhub cardbus devic 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/121474 usb [cam] [patch] QUIRK: SAMSUNG HM250JI in LaCie usb hard o usb/121275 usb [boot] [panic] FreeBSD fails to boot with usb legacy s o usb/121232 usb [usb] [panic] USB CardBus card removal causes reboot s p usb/121184 usb [uipaq] [patch] add ids from linux ipaq driver (plus a 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 o 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 usb/120572 usb [umass] [patch] quirk to support ASUS P535 as umass (a 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/119981 usb [axe] [patch] add support for LOGITEC LAN-GTJ/U2 gigab 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/119513 usb [irq] inserting dlink dwl-g630 wireless card results i o usb/119509 usb [usb] USB flaky on Dell Optiplex 755 o usb/119481 usb [hang] FreeBSD not responding after connecting USB-Mas 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/119201 usb [cam] [patch] Quirks for Olympus FE-210 camera, LG and 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/117200 usb [ugen] ugen0 prints strange string on attach if detach o usb/117183 usb [panic] USB/fusefs -- panic while transferring large a o usb/116947 usb [ukbd] [patch] [regression] enable boot protocol on th o usb/116699 usb [usbhid] USB HID devices do not initialize at system b 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/115933 usb [uftdi] [patch] RATOC REX-USB60F (usb serial converter 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 usb/114068 usb [usb67] [usb8] [umass] [patch] Problem with connection o conf/114013 usb [patch] WITHOUT_USB allow to compil a lot of USB stuff o usb/113060 usb [usb67] [ulpt] [patch] Samsung printer not working in o usb/110856 usb [usb67] [ugen] [patch] interrupt in msgs are truncated s usb/108344 usb [usb67] [atausb] [panic] kernel with atausb panics whe o usb/107827 usb [usb67] [ohci] [panic] ohci_add_done addr not found o usb/107388 usb [usb67] [usb8] [new driver] [patch] add utoppy device o usb/106041 usb [usb67] [usb8] [request] FreeBSD does not recognise Mu o usb/105361 usb [usb67] [panic] Kernel panic during unmounting mass st s usb/103917 usb [usb67] [uhub] USB driver reports "Addr 0 should never o usb/103418 usb [usb67] [usb8] [patch] [request] usbhidctl(8) add abil o usb/103046 usb [usb67] [ulpt] [patch] ulpt event driven I/O with sele o usb/101775 usb [usb67] [usb8] [libusbhid] [patch] possible error in r o usb/101761 usb [usb67] [patch] [request] usb.h: increase maximal size o usb/100746 usb [usb67] [ukbd] system does not boot due to USB keyboar o usb/99431 usb [keyboard] FreeBSD on MSI 6566E (Intel 845E motherboar o kern/99200 usb [bluetooth] SMP-Kernel crashes reliably when Bluetooth 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/96381 usb [cam] [patch] add a quirk table entry for a flash ram 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 s usb/95348 usb [keyboard] USB keyboard unplug causes noise on screen 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/93872 usb [cam] [patch] SCSI quirk required for ELTA 8061 OL USB 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 o 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? s usb/89003 usb [request] LaCie Firewire drive not properly supported 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. o 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 s usb/84336 usb [usb] [reboot] instant system reboot when unmounting a 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/83563 usb [umass] [panic] Page Fault while detaching Mpman Usb d o usb/83504 usb [kernel] [patch] SpeedTouch USB stop working on recent o usb/82660 usb [ehci] [panic] EHCI: I/O stuck in state 'physrd'/panic s usb/82569 usb [umass] [panic] USB mass storage plug/unplug causes sy 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. o usb/80854 usb [patch] [request] suggestion for new iface-no-probe me 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 " f 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 f usb/77294 usb [ucom] [panic] ucom + ulpcom panic o usb/76732 usb [ums] Mouse problems with USB KVM Switch o usb/76653 usb [umass] [patch] Problem with Asahi Optical usb device o usb/76461 usb [umass] disklabel of umass(4)-CAM(4)-da(4) not used by f usb/76395 usb [uhci] USB printer does not work, usbdevs says "addr 0 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 f usb/75797 usb [sound] [regression] 5.3-STABLE(2005 1/4) detect USB h o usb/75764 usb [umass] [patch] "umass0: Phase Error" - no device for f usb/75705 usb [umass] [panic] da0 attach / Optio S4 (with backtrace) f usb/74771 usb [umass] [hang] mounting write-protected umass device a 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/73307 usb [panic] Kernel panics on USB disconnect s usb/72733 usb [ucom] [request] Kyocera 7135 Palm OS connection probl o usb/71455 usb [umass] Slow USB umass performance of 5.3 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/70523 usb [umct] [patch] umct sending/receiving wrong characters o usb/69006 usb [usbdevs] [patch] Apple Cinema Display hangs USB ports o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction 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 o usb/59698 usb [keyboard] [patch] Rework of ukbd HID to AT code trans s bin/57255 usb [patch] usbd(8) and multi-function devices 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 315 problems total. From owner-freebsd-usb@FreeBSD.ORG Mon Sep 13 12:40:05 2010 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0C821065670 for ; Mon, 13 Sep 2010 12:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 754E48FC22 for ; Mon, 13 Sep 2010 12:40:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8DCe5qW099886 for ; Mon, 13 Sep 2010 12:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8DCe5Wo099885; Mon, 13 Sep 2010 12:40:05 GMT (envelope-from gnats) Date: Mon, 13 Sep 2010 12:40:05 GMT Message-Id: <201009131240.o8DCe5Wo099885@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Jim Nasby Cc: Subject: Re: usb/150401: Errors from USB drives mixed between UFS and ZFS X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jim Nasby List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2010 12:40:05 -0000 The following reply was made to PR usb/150401; it has been noted by GNATS. From: Jim Nasby To: bug-followup@FreeBSD.org, decibel@decibel.org Cc: Subject: Re: usb/150401: Errors from USB drives mixed between UFS and ZFS Date: Mon, 13 Sep 2010 07:39:16 -0500 Also, I've now seen errors on all 3 USB drives (though most commonly on = the two ZFS ones). I suspect this is strictly a USB issue and nothing to = do with ZFS.= From owner-freebsd-usb@FreeBSD.ORG Mon Sep 13 13:00:19 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48F0B106564A for ; Mon, 13 Sep 2010 13:00:19 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id C3F2E8FC24 for ; Mon, 13 Sep 2010 13:00:18 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=5jP8hNeLWRF7Y5LTyumHMUTKcQbHVGgJjmh4kxrpN20= c=1 sm=1 a=y0JmmP_JomgA:10 a=Q9fys5e9bTEA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=ZPPvnopXAAAA:8 a=6I5d2MoRAAAA:8 a=RZUZx5khAAAA:8 a=JzVmCgli1Orl8RmaZkcA:9 a=llVVVn9E2wN1R9O4bbsA:7 a=0CJVjWQRcsrF0gEtZ3b2ZrxeVK8A:4 a=PUjeQqilurYA:10 a=p_V6JkcwZ40A:10 a=SV7veod9ZcQA:10 a=lr7q8loTD9IA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:117 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 20144320; Mon, 13 Sep 2010 15:00:11 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, Jim Nasby Date: Mon, 13 Sep 2010 14:56:17 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <201009131240.o8DCe5Wo099885@freefall.freebsd.org> In-Reply-To: <201009131240.o8DCe5Wo099885@freefall.freebsd.org> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201009131456.17360.hselasky@c2i.net> Cc: Subject: Re: usb/150401: Errors from USB drives mixed between UFS and ZFS X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2010 13:00:19 -0000 On Monday 13 September 2010 14:40:05 Jim Nasby wrote: > The following reply was made to PR usb/150401; it has been noted by GNATS. > > From: Jim Nasby > To: bug-followup@FreeBSD.org, > decibel@decibel.org > Cc: > Subject: Re: usb/150401: Errors from USB drives mixed between UFS and ZFS > Date: Mon, 13 Sep 2010 07:39:16 -0500 > > Also, I've now seen errors on all 3 USB drives (though most commonly on = > the two ZFS ones). I suspect this is strictly a USB issue and nothing to = > do with ZFS.= > _______________________________________________ > freebsd-usb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-usb > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" Have you tried enabling USB quirks on your drives? --HPS From owner-freebsd-usb@FreeBSD.ORG Mon Sep 13 13:53:00 2010 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 161431065679; Mon, 13 Sep 2010 13:53:00 +0000 (UTC) (envelope-from arundel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DF9C88FC1A; Mon, 13 Sep 2010 13:52:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8DDqxQN080267; Mon, 13 Sep 2010 13:52:59 GMT (envelope-from arundel@freefall.freebsd.org) Received: (from arundel@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8DDqxq7080263; Mon, 13 Sep 2010 13:52:59 GMT (envelope-from arundel) Date: Mon, 13 Sep 2010 13:52:59 GMT Message-Id: <201009131352.o8DDqxq7080263@freefall.freebsd.org> To: uspoerlein@gmail.com, arundel@FreeBSD.org, freebsd-usb@FreeBSD.org From: arundel@FreeBSD.org Cc: Subject: Re: usb/113060: [usb67] [ulpt] [patch] Samsung printer not working in bidirectional mode X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2010 13:53:00 -0000 Synopsis: [usb67] [ulpt] [patch] Samsung printer not working in bidirectional mode State-Changed-From-To: open->closed State-Changed-By: arundel State-Changed-When: Mon Sep 13 13:50:11 UTC 2010 State-Changed-Why: This issue is limited to the old usb stack. Since the submitter doesn't own the device any longer and thus chances of fixing this issue in stable/7 are very slim, close this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=113060 From owner-freebsd-usb@FreeBSD.ORG Mon Sep 13 18:46:29 2010 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5252F1065673; Mon, 13 Sep 2010 18:46:29 +0000 (UTC) (envelope-from arundel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1194D8FC08; Mon, 13 Sep 2010 18:46:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8DIkS6w079167; Mon, 13 Sep 2010 18:46:28 GMT (envelope-from arundel@freefall.freebsd.org) Received: (from arundel@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8DIkSrj079163; Mon, 13 Sep 2010 18:46:28 GMT (envelope-from arundel) Date: Mon, 13 Sep 2010 18:46:28 GMT Message-Id: <201009131846.o8DIkSrj079163@freefall.freebsd.org> To: uspoerlein@gmail.com, arundel@FreeBSD.org, freebsd-usb@FreeBSD.org From: arundel@FreeBSD.org Cc: Subject: Re: usb/113060: [usb67] [ulpt] [patch] Samsung printer not working in bidirectional mode X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2010 18:46:29 -0000 Synopsis: [usb67] [ulpt] [patch] Samsung printer not working in bidirectional mode State-Changed-From-To: closed->suspended State-Changed-By: arundel State-Changed-When: Mon Sep 13 18:45:10 UTC 2010 State-Changed-Why: Rather suspend this PR than close it. Once 103046 gets fixed this PR should be fixed, too. http://www.freebsd.org/cgi/query-pr.cgi?pr=113060 From owner-freebsd-usb@FreeBSD.ORG Mon Sep 13 20:36:15 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72F1D106564A for ; Mon, 13 Sep 2010 20:36:15 +0000 (UTC) (envelope-from web1@vcvps1364.vcdns.de) Received: from vcvps1364.vcdns.de (vcvps1364.vcdns.de [88.80.215.7]) by mx1.freebsd.org (Postfix) with ESMTP id 3B84A8FC15 for ; Mon, 13 Sep 2010 20:36:15 +0000 (UTC) Received: by vcvps1364.vcdns.de (Postfix, from userid 33) id 3609210BAE3D; Mon, 13 Sep 2010 22:06:41 +0200 (CEST) To: freebsd-usb@freebsd.org From: Mme Claire Page MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Message-Id: <20100913200641.3609210BAE3D@vcvps1364.vcdns.de> Date: Mon, 13 Sep 2010 22:06:41 +0200 (CEST) Subject: Ramadan heureux mon cher X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mm.chiwe.conte@gmail.com List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2010 20:36:15 -0000 I am Mrs Claire Page sending you this mail from my sick bed in the hospital. Please contact my lawyer, Email:(barr_willam_frank@lawyer.com) Je suis Mme Claire Page vous envoie ce mail de mon lit de malade à l'hôpital. S'il vous plaît communiquer avec mon avocat, Email: (barr_willam_frank@lawyer.com) From owner-freebsd-usb@FreeBSD.ORG Tue Sep 14 00:20:17 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id BC49A106566C; Tue, 14 Sep 2010 00:20:17 +0000 (UTC) Date: Tue, 14 Sep 2010 00:20:17 +0000 From: Alexander Best To: freebsd-usb@freebsd.org Message-ID: <20100914002017.GA97489@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: USB_VERBOSE and vendor-/productnames X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 00:20:17 -0000 hi there, a lot of people report issues where usbconfig doesn't show a vendor or device name, although an usbdevs entry exists. i found a few replies to those reports by hps@ stating that USB_VERBOSE needs to be enabled. could anybody explain why? if that option needs to be enabled in order to see vendor and device names in usbconfig how come that even without it i see most of the vendor and device names with usbconfig: ugen0.1: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE ugen1.1: at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE ugen2.1: at usbus2, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE ugen3.1: at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE ugen4.1: at usbus4, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE ugen5.1: at usbus5, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE ugen6.1: at usbus6, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE ugen7.1: at usbus7, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE ugen3.2: at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE ugen1.2: at usbus1, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON ugen1.3: at usbus1, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON my guess would be that these devices are missing the iManufacturer and/or iProduct string, but that's just a wild guess. if that is the case wouldn't it be possible to check for a usbdevs entry in case one of those strings don't exist and if there's an entry in usbdevs use it? i think the option USB_VERBOSE is not really accurate in this particular case. people who want usbconfig to output the vendor and product name actually want less verbosity (i.e. no product/vendor hex ids). cheers. alex -- a13x From owner-freebsd-usb@FreeBSD.ORG Tue Sep 14 01:00:03 2010 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C13411065679 for ; Tue, 14 Sep 2010 01:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8BB938FC22 for ; Tue, 14 Sep 2010 01:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8E103k6059150 for ; Tue, 14 Sep 2010 01:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8E10303059140; Tue, 14 Sep 2010 01:00:03 GMT (envelope-from gnats) Resent-Date: Tue, 14 Sep 2010 01:00:03 GMT Resent-Message-Id: <201009140100.o8E10303059140@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, Robert Jenssen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C1DC106566C for ; Tue, 14 Sep 2010 00:52:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 6AC918FC0A for ; Tue, 14 Sep 2010 00:52:40 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o8E0qdHa005163 for ; Tue, 14 Sep 2010 00:52:39 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o8E0qdbH005162; Tue, 14 Sep 2010 00:52:39 GMT (envelope-from nobody) Message-Id: <201009140052.o8E0qdbH005162@www.freebsd.org> Date: Tue, 14 Sep 2010 00:52:39 GMT From: Robert Jenssen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: usb/150546: libusb(3) libusb_control_transfer() prototype is incorrect X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 01:00:03 -0000 >Number: 150546 >Category: usb >Synopsis: libusb(3) libusb_control_transfer() prototype is incorrect >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 14 01:00:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Robert Jenssen >Release: 8-Stable >Organization: IPS radio and space services >Environment: FreeBSD xxxx 8.1-STABLE FreeBSD 8.1-STABLE #0: Thu Sep 9 09:41:10 EST 2010 root@xxxx:/usr/obj/usr/src/sys/ECLIPSE i386 >Description: In the libusb(3) man page the prototype of libusb_control_transfer is: int libusb_control_transfer(libusb_device_handle *devh, uint8_t bmRequestType, uint16_t wIndex, unsigned char *data, uint16_t wLength, unsigned int timeout) In /usr/include/libusb.h the prototype of libusb_control_transfer is: int libusb_control_transfer(libusb_device_handle * devh, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint8_t *data, uint16_t wLength, uint32_t timeout); >How-To-Repeat: >Fix: diff -C 3 libusb.3.orig libusb.3 *** libusb.3.orig Tue Sep 14 10:48:23 2010 --- libusb.3 Tue Sep 14 10:48:51 2010 *************** *** 337,343 **** . .Pp .Ft int ! .Fn libusb_control_transfer "libusb_device_handle *devh" "uint8_t bmRequestType" "uint16_t wIndex" "unsigned char *data" "uint16_t wLength" "unsigned int timeout" Perform a USB control transfer. Returns 0 on success, LIBUSB_ERROR_TIMEOUT if the transfer timeout, LIBUSB_ERROR_PIPE if the control request was not supported, LIBUSB_ERROR_NO_DEVICE if the device has been disconnected and --- 337,343 ---- . .Pp .Ft int ! .Fn libusb_control_transfer "libusb_device_handle *devh" "uint8_t bmRequestType" "uint8_t bRequest" "uint16_t wValue" "uint16_t wIndex" "unsigned char *data" "uint16_t wLength" "unsigned int timeout" Perform a USB control transfer. Returns 0 on success, LIBUSB_ERROR_TIMEOUT if the transfer timeout, LIBUSB_ERROR_PIPE if the control request was not supported, LIBUSB_ERROR_NO_DEVICE if the device has been disconnected and >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-usb@FreeBSD.ORG Tue Sep 14 12:04:03 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6097910656AB; Tue, 14 Sep 2010 12:04:03 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.freebsd.org (Postfix) with ESMTP id BDA958FC36; Tue, 14 Sep 2010 12:04:02 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=mP0fIXPs66IAoGKMhYEg+JOAm42C+ILCAHtGwqW+990= c=1 sm=1 a=r3edfxhs0h0A:10 a=8nJEP1OIZ-IA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=GWGI_bcx_1NSPwfQ2S0A:9 a=qR3YipdA7okdkx1t8PhPsUPJ5XAA:4 a=wPNLvfGTeEIA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:117 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 21221611; Tue, 14 Sep 2010 14:03:26 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Tue, 14 Sep 2010 14:00:00 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <20100914002017.GA97489@freebsd.org> In-Reply-To: <20100914002017.GA97489@freebsd.org> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201009141400.00427.hselasky@c2i.net> Cc: Alexander Best Subject: Re: USB_VERBOSE and vendor-/productnames X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 12:04:03 -0000 On Tuesday 14 September 2010 02:20:17 Alexander Best wrote: > hi there, > > a lot of people report issues where usbconfig doesn't show a vendor or > device name, although an usbdevs entry exists. i found a few replies to > those reports by hps@ stating that USB_VERBOSE needs to be enabled. > > could anybody explain why? if that option needs to be enabled in order to > see vendor and device names in usbconfig how come that even without it i > see most of the vendor and device names with usbconfig: Hi, The reason the option is not default, is that the verbose database consume a couple of hundred kilobytes. > > ugen0.1: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) > pwr=SAVE ugen1.1: at usbus1, cfg=0 md=HOST spd=FULL > (12Mbps) pwr=SAVE ugen2.1: at usbus2, cfg=0 md=HOST > spd=FULL (12Mbps) pwr=SAVE ugen3.1: at usbus3, cfg=0 > md=HOST spd=HIGH (480Mbps) pwr=SAVE ugen4.1: at > usbus4, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE ugen5.1: Intel> at usbus5, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE ugen6.1: root HUB Intel> at usbus6, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE > ugen7.1: at usbus7, cfg=0 md=HOST spd=HIGH (480Mbps) > pwr=SAVE ugen3.2: at usbus3, cfg=0 md=HOST > spd=HIGH (480Mbps) pwr=SAVE ugen1.2: at usbus1, > cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON ugen1.3: Razer> at usbus1, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON > > my guess would be that these devices are missing the iManufacturer and/or > iProduct string, but that's just a wild guess. > > if that is the case wouldn't it be possible to check for a usbdevs entry in > case one of those strings don't exist and if there's an entry in usbdevs > use it? > > i think the option USB_VERBOSE is not really accurate in this particular > case. people who want usbconfig to output the vendor and product name > actually want less verbosity (i.e. no product/vendor hex ids). I'm not sure if compiling this information into usbdevs will be any better. --HPS From owner-freebsd-usb@FreeBSD.ORG Tue Sep 14 12:53:03 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E4FA106566C for ; Tue, 14 Sep 2010 12:53:03 +0000 (UTC) (envelope-from pki@ex.com.pl) Received: from mx-out.strefa.interia.pl (mx-out.strefa.interia.pl [217.74.66.73]) by mx1.freebsd.org (Postfix) with ESMTP id EA86C8FC22 for ; Tue, 14 Sep 2010 12:53:02 +0000 (UTC) Received: by mx-out.strefa.interia.pl (Postfix, from userid 1235) id 7AA8A18B61F; Tue, 14 Sep 2010 14:53:01 +0200 (CEST) Received: from zgred (katastrofa.ex.com.pl [62.121.86.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by poczta.strefa.pl (Postfix) with ESMTPSA id 517FC28004BAA for ; Tue, 14 Sep 2010 14:53:01 +0200 (CEST) Received: from pki by zgred with local (Exim 4.69) (envelope-from ) id 1OvV0Z-0000zS-Js for freebsd-usb@freebsd.org; Tue, 14 Sep 2010 14:53:11 +0200 Date: Tue, 14 Sep 2010 14:53:11 +0200 From: Piotr Isajew To: freebsd-usb@freebsd.org Message-ID: <20100914125311.GA2319@zgred.localnet> Mail-Followup-To: freebsd-usb@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EuxKj2iCbKjpUGkD" Content-Disposition: inline X-PGP-Key: 0x481BC5D8 User-Agent: Mutt/1.5.20 (2009-06-14) Subject: u3g support for Option Icon 031 modem X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 12:53:03 -0000 --EuxKj2iCbKjpUGkD Content-Type: multipart/mixed; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I made some tests and it appears to work (AT commands as well as PPP connections), but patching u3g.c (at least on 8.1-STABLE) is required for it to work. Regards, Piotr --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="u3g_icon031.patch" --- u3g.c.orig 2010-08-07 21:08:39.000000000 +0200 +++ u3g.c 2010-09-14 14:13:02.000000000 +0200 @@ -336,6 +336,7 @@ U3G_DEV(OPTION, GTMAXHSUPA, 0), U3G_DEV(OPTION, GTMAXHSUPAE, 0), U3G_DEV(OPTION, VODAFONEMC3G, 0), + U3G_DEV(OPTION, ICONEDGE, U3GINIT_REZERO), U3G_DEV(QISDA, H20_1, 0), U3G_DEV(QISDA, H20_2, 0), U3G_DEV(QISDA, H21_1, 0), --vtzGhvizbBRQ85DL-- --EuxKj2iCbKjpUGkD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkyPcDcACgkQ0vhon0gbxdidWQCffoLgHuGGhPqzWl/QQSnjh9uM fT0AniUAShP7rcgBEvkDbY+qq7ZpKlJ7 =dO1t -----END PGP SIGNATURE----- --EuxKj2iCbKjpUGkD-- From owner-freebsd-usb@FreeBSD.ORG Tue Sep 14 19:50:15 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA0001065672; Tue, 14 Sep 2010 19:50:15 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.swip.net [212.247.154.65]) by mx1.freebsd.org (Postfix) with ESMTP id 336038FC12; Tue, 14 Sep 2010 19:50:14 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=GhlECNBrqI/Vf6B1WHh/e6vjIUfzcOr5t82c3MCckdo= c=1 sm=1 a=Z0oWojwFY6AA:10 a=Q9fys5e9bTEA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=6XjVvcuNo1a_wrI9ZggA:9 a=8OD9y9xIGb-CxeRanGYA:7 a=xON0Z6Vp2Sj5lHj_Icd5x6MPTnEA:4 a=PUjeQqilurYA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:117 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 21096544; Tue, 14 Sep 2010 21:49:54 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Tue, 14 Sep 2010 21:46:13 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <201009140052.o8E0qdbH005162@www.freebsd.org> In-Reply-To: <201009140052.o8E0qdbH005162@www.freebsd.org> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201009142146.14093.hselasky@c2i.net> Cc: freebsd-gnats-submit@freebsd.org, Robert Jenssen Subject: Re: usb/150546: libusb(3) libusb_control_transfer() prototype is incorrect X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 19:50:15 -0000 On Tuesday 14 September 2010 02:52:39 Robert Jenssen wrote: > >Number: 150546 > >Category: usb > >Synopsis: libusb(3) libusb_control_transfer() prototype is incorrect > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-usb > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: doc-bug > >Submitter-Id: current-users > >Arrival-Date: Tue Sep 14 01:00:03 UTC 2010 > >Closed-Date: > >Last-Modified: > >Originator: Robert Jenssen > >Release: 8-Stable > > >Organization: > IPS radio and space services > > >Environment: > FreeBSD xxxx 8.1-STABLE FreeBSD 8.1-STABLE #0: Thu Sep 9 09:41:10 EST 2010 > root@xxxx:/usr/obj/usr/src/sys/ECLIPSE i386 > > >Description: > In the libusb(3) man page the prototype of libusb_control_transfer is: > > int libusb_control_transfer(libusb_device_handle *devh, uint8_t > bmRequestType, uint16_t wIndex, unsigned char *data, uint16_t wLength, > unsigned int timeout) > > In /usr/include/libusb.h the prototype of libusb_control_transfer is: > > int libusb_control_transfer(libusb_device_handle * devh, uint8_t > bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint8_t > *data, uint16_t wLength, uint32_t timeout); > > >How-To-Repeat: > > >Fix: See USB P4 change #183770. --HPS From owner-freebsd-usb@FreeBSD.ORG Tue Sep 14 20:00:07 2010 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DC28106566B for ; Tue, 14 Sep 2010 20:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E8D9B8FC17 for ; Tue, 14 Sep 2010 20:00:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8EK06so098988 for ; Tue, 14 Sep 2010 20:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8EK06gb098955; Tue, 14 Sep 2010 20:00:06 GMT (envelope-from gnats) Date: Tue, 14 Sep 2010 20:00:06 GMT Message-Id: <201009142000.o8EK06gb098955@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: usb/150546: libusb(3) libusb_control_transfer() prototype is incorrect X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hans Petter Selasky List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 20:00:07 -0000 The following reply was made to PR usb/150546; it has been noted by GNATS. From: Hans Petter Selasky To: freebsd-usb@freebsd.org Cc: Robert Jenssen , freebsd-gnats-submit@freebsd.org Subject: Re: usb/150546: libusb(3) libusb_control_transfer() prototype is incorrect Date: Tue, 14 Sep 2010 21:46:13 +0200 On Tuesday 14 September 2010 02:52:39 Robert Jenssen wrote: > >Number: 150546 > >Category: usb > >Synopsis: libusb(3) libusb_control_transfer() prototype is incorrect > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-usb > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: doc-bug > >Submitter-Id: current-users > >Arrival-Date: Tue Sep 14 01:00:03 UTC 2010 > >Closed-Date: > >Last-Modified: > >Originator: Robert Jenssen > >Release: 8-Stable > > >Organization: > IPS radio and space services > > >Environment: > FreeBSD xxxx 8.1-STABLE FreeBSD 8.1-STABLE #0: Thu Sep 9 09:41:10 EST 2010 > root@xxxx:/usr/obj/usr/src/sys/ECLIPSE i386 > > >Description: > In the libusb(3) man page the prototype of libusb_control_transfer is: > > int libusb_control_transfer(libusb_device_handle *devh, uint8_t > bmRequestType, uint16_t wIndex, unsigned char *data, uint16_t wLength, > unsigned int timeout) > > In /usr/include/libusb.h the prototype of libusb_control_transfer is: > > int libusb_control_transfer(libusb_device_handle * devh, uint8_t > bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint8_t > *data, uint16_t wLength, uint32_t timeout); > > >How-To-Repeat: > > >Fix: See USB P4 change #183770. --HPS From owner-freebsd-usb@FreeBSD.ORG Tue Sep 14 20:20:57 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55C5E1065695 for ; Tue, 14 Sep 2010 20:20:57 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id D3D5B8FC1C for ; Tue, 14 Sep 2010 20:20:56 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=76g0mb+DR0sl/0/6h7VD3WCdlo715fdkyhgvIVPBhDQ= c=1 sm=1 a=Ztc4Wrcb130A:10 a=Q9fys5e9bTEA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=JMzvCb38wcf09Smn5Z0A:9 a=ZwvWk-o8gMlbxMGdHOrZOaFOTFkA:4 a=PUjeQqilurYA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:117 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 20549205; Tue, 14 Sep 2010 22:20:31 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Tue, 14 Sep 2010 22:16:56 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <20100914125311.GA2319@zgred.localnet> In-Reply-To: <20100914125311.GA2319@zgred.localnet> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201009142216.56651.hselasky@c2i.net> Cc: Subject: Re: u3g support for Option Icon 031 modem X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 20:20:57 -0000 On Tuesday 14 September 2010 14:53:11 Piotr Isajew wrote: > Hi, > > I made some tests and it appears to work (AT commands as well as PPP > connections), but patching u3g.c (at least on 8.1-STABLE) is required > for it to work. > > Regards, > > Piotr Hi, Could you dump the device descriptor using usbconfig for your device? I just want to verify your patch before committing it. And also send dmesg. --HPS From owner-freebsd-usb@FreeBSD.ORG Tue Sep 14 20:25:46 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id 3B0D41065695; Tue, 14 Sep 2010 20:25:46 +0000 (UTC) Date: Tue, 14 Sep 2010 20:25:46 +0000 From: Alexander Best To: Hans Petter Selasky Message-ID: <20100914202546.GA80216@freebsd.org> References: <20100914002017.GA97489@freebsd.org> <201009141400.00427.hselasky@c2i.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201009141400.00427.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: USB_VERBOSE and vendor-/productnames X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 20:25:46 -0000 On Tue Sep 14 10, Hans Petter Selasky wrote: > On Tuesday 14 September 2010 02:20:17 Alexander Best wrote: > > hi there, > > > > a lot of people report issues where usbconfig doesn't show a vendor or > > device name, although an usbdevs entry exists. i found a few replies to > > those reports by hps@ stating that USB_VERBOSE needs to be enabled. > > > > could anybody explain why? if that option needs to be enabled in order to > > see vendor and device names in usbconfig how come that even without it i > > see most of the vendor and device names with usbconfig: > > Hi, > > The reason the option is not default, is that the verbose database consume a > couple of hundred kilobytes. ah i understand. indeed that's a good reason. > > > > > ugen0.1: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) > > pwr=SAVE ugen1.1: at usbus1, cfg=0 md=HOST spd=FULL > > (12Mbps) pwr=SAVE ugen2.1: at usbus2, cfg=0 md=HOST > > spd=FULL (12Mbps) pwr=SAVE ugen3.1: at usbus3, cfg=0 > > md=HOST spd=HIGH (480Mbps) pwr=SAVE ugen4.1: at > > usbus4, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE ugen5.1: > Intel> at usbus5, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE ugen6.1: > root HUB Intel> at usbus6, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE > > ugen7.1: at usbus7, cfg=0 md=HOST spd=HIGH (480Mbps) > > pwr=SAVE ugen3.2: at usbus3, cfg=0 md=HOST > > spd=HIGH (480Mbps) pwr=SAVE ugen1.2: at usbus1, > > cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON ugen1.3: > Razer> at usbus1, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON > > > > my guess would be that these devices are missing the iManufacturer and/or > > iProduct string, but that's just a wild guess. > > > > if that is the case wouldn't it be possible to check for a usbdevs entry in > > case one of those strings don't exist and if there's an entry in usbdevs > > use it? > > > > i think the option USB_VERBOSE is not really accurate in this particular > > case. people who want usbconfig to output the vendor and product name > > actually want less verbosity (i.e. no product/vendor hex ids). > > I'm not sure if compiling this information into usbdevs will be any better. also i've been wondering why freebsd keeps its own set of a usb device db? the databse at http://www.linux-usb.org/usb-ids.html seems very active. can't we just use a script to create usbdevs from that db? that's how pci ids are mapped to vendors/products on freebsd (see http://www.mail-archive.com/freebsd-current@freebsd.org/msg124948.html). cheers. alex > > --HPS -- a13x From owner-freebsd-usb@FreeBSD.ORG Tue Sep 14 20:35:42 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58574106566C; Tue, 14 Sep 2010 20:35:42 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.swip.net [212.247.154.193]) by mx1.freebsd.org (Postfix) with ESMTP id A8D748FC13; Tue, 14 Sep 2010 20:35:41 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=jHKO6T/s/g0/tj1flS9K4XjsjqG9cc42MmspchX31fg= c=1 sm=1 a=r3edfxhs0h0A:10 a=8nJEP1OIZ-IA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=6J4m5fgsAAAA:8 a=Vt2AcnKqAAAA:8 a=6I5d2MoRAAAA:8 a=MqTSEpIgjKX_xgxV_ScA:9 a=T8xUqCHLTgN4kn6N8lrGHNpw7nQA:4 a=wPNLvfGTeEIA:10 a=Ok6pYJjOeekA:10 a=SV7veod9ZcQA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:117 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe07.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 21110284; Tue, 14 Sep 2010 22:35:09 +0200 From: Hans Petter Selasky To: Alexander Best Date: Tue, 14 Sep 2010 22:31:41 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <20100914002017.GA97489@freebsd.org> <201009141400.00427.hselasky@c2i.net> <20100914202546.GA80216@freebsd.org> In-Reply-To: <20100914202546.GA80216@freebsd.org> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201009142231.41221.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: USB_VERBOSE and vendor-/productnames X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 20:35:42 -0000 On Tuesday 14 September 2010 22:25:46 Alexander Best wrote: > also i've been wondering why freebsd keeps its own set of a usb device db? > the databse at http://www.linux-usb.org/usb-ids.html seems very active. > can't we just use a script to create usbdevs from that db? that's how pci > ids are mapped to vendors/products on freebsd (see > http://www.mail-archive.com/freebsd-current@freebsd.org/msg124948.html). If we don't have to GPL the resulting .h and .c files. --HPS From owner-freebsd-usb@FreeBSD.ORG Tue Sep 14 21:03:47 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id B5F661065674; Tue, 14 Sep 2010 21:03:47 +0000 (UTC) Date: Tue, 14 Sep 2010 21:03:47 +0000 From: Alexander Best To: Hans Petter Selasky Message-ID: <20100914210347.GA87874@freebsd.org> References: <20100914002017.GA97489@freebsd.org> <201009141400.00427.hselasky@c2i.net> <20100914202546.GA80216@freebsd.org> <201009142231.41221.hselasky@c2i.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201009142231.41221.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: USB_VERBOSE and vendor-/productnames X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 21:03:47 -0000 On Tue Sep 14 10, Hans Petter Selasky wrote: > On Tuesday 14 September 2010 22:25:46 Alexander Best wrote: > > also i've been wondering why freebsd keeps its own set of a usb device db? > > the databse at http://www.linux-usb.org/usb-ids.html seems very active. > > can't we just use a script to create usbdevs from that db? that's how pci > > ids are mapped to vendors/products on freebsd (see > > http://www.mail-archive.com/freebsd-current@freebsd.org/msg124948.html). > > If we don't have to GPL the resulting .h and .c files. "The contents of the database and the generated files can be distributed under the terms of either the GNU General Public License (version 2 or later) or of the 3-clause BSD License." :) > > --HPS -- a13x From owner-freebsd-usb@FreeBSD.ORG Wed Sep 15 02:08:15 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51C19106564A for ; Wed, 15 Sep 2010 02:08:15 +0000 (UTC) (envelope-from pki@ex.com.pl) Received: from mx-out.strefa.interia.pl (mx-out.strefa.interia.pl [217.74.66.73]) by mx1.freebsd.org (Postfix) with ESMTP id BA7008FC23 for ; Wed, 15 Sep 2010 02:08:14 +0000 (UTC) Received: by mx-out.strefa.interia.pl (Postfix, from userid 1235) id 403C0C5D7DC; Wed, 15 Sep 2010 04:08:13 +0200 (CEST) Received: from zgred (katastrofa.ex.com.pl [62.121.86.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by poczta.strefa.pl (Postfix) with ESMTPSA id D566524000289 for ; Wed, 15 Sep 2010 04:08:12 +0200 (CEST) Received: from pki by zgred with local (Exim 4.69) (envelope-from ) id 1OvhQ7-0000kb-NE for freebsd-usb@freebsd.org; Wed, 15 Sep 2010 04:08:23 +0200 Date: Wed, 15 Sep 2010 04:08:23 +0200 From: Piotr Isajew To: freebsd-usb@freebsd.org Message-ID: <20100915020823.GB2352@zgred.localnet> Mail-Followup-To: freebsd-usb@freebsd.org References: <20100914125311.GA2319@zgred.localnet> <201009142216.56651.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TRYliJ5NKNqkz5bu" Content-Disposition: inline In-Reply-To: <201009142216.56651.hselasky@c2i.net> X-PGP-Key: 0x481BC5D8 User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: u3g support for Option Icon 031 modem X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2010 02:08:15 -0000 --TRYliJ5NKNqkz5bu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 14, 2010 at 10:16:56PM +0200, Hans Petter Selasky wrote: > On Tuesday 14 September 2010 14:53:11 Piotr Isajew wrote: > > Hi, > >=20 > > I made some tests and it appears to work (AT commands as well as PPP > > connections), but patching u3g.c (at least on 8.1-STABLE) is required > > for it to work. > >=20 > > Regards, > >=20 > > Piotr >=20 > Hi, >=20 > Could you dump the device descriptor using usbconfig for your device? I j= ust=20 > want to verify your patch before committing it. And also send dmesg. >=20 > --HPS >=20 >=20 Sure, mbp# usbconfig -d ugen6.3 dump_device_desc ugen6.3: at usbus6, c= fg=3D0 md=3DHOST spd=3DFULL (12Mbps) pwr=3DON bLength =3D 0x0012=20 bDescriptorType =3D 0x0001=20 bcdUSB =3D 0x0110=20 bDeviceClass =3D 0x00ff=20 bDeviceSubClass =3D 0x00ff=20 bDeviceProtocol =3D 0x00ff=20 bMaxPacketSize0 =3D 0x0040=20 idVendor =3D 0x0af0=20 idProduct =3D 0xc031=20 bcdDevice =3D 0x0100=20 iManufacturer =3D 0x0001