From owner-freebsd-usb@FreeBSD.ORG Sun Mar 28 20:10:09 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 B67B5106566C for ; Sun, 28 Mar 2010 20:10:09 +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 8D0058FC12 for ; Sun, 28 Mar 2010 20:10:09 +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 o2SKA9IC043653 for ; Sun, 28 Mar 2010 20:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2SKA9Gj043652; Sun, 28 Mar 2010 20:10:09 GMT (envelope-from gnats) Date: Sun, 28 Mar 2010 20:10:09 GMT Message-Id: <201003282010.o2SKA9Gj043652@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: usb/144915: commit references a PR X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Mar 2010 20:10:09 -0000 The following reply was made to PR usb/144915; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: usb/144915: commit references a PR Date: Sun, 28 Mar 2010 20:09:19 +0000 (UTC) Author: thompsa Date: Sun Mar 28 20:09:04 2010 New Revision: 205805 URL: http://svn.freebsd.org/changeset/base/205805 Log: Do not sync cache for the PL2506 PR: usb/144915 Submitted by: Monty Hall Modified: head/sys/dev/usb/quirk/usb_quirk.c head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/quirk/usb_quirk.c ============================================================================== --- head/sys/dev/usb/quirk/usb_quirk.c Sun Mar 28 20:07:08 2010 (r205804) +++ head/sys/dev/usb/quirk/usb_quirk.c Sun Mar 28 20:09:04 2010 (r205805) @@ -318,6 +318,8 @@ static struct usb_quirk_entry usb_quirks USB_QUIRK(PNY, ATTACHE2, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_BBB, UQ_MSC_FORCE_PROTO_SCSI, UQ_MSC_IGNORE_RESIDUE, UQ_MSC_NO_START_STOP), + USB_QUIRK(PROLIFIC, PL2506, 0x0000, 0xffff, + UQ_MSC_NO_SYNC_CACHE), USB_QUIRK_VP(USB_VENDOR_SAMSUNG_TECHWIN, USB_PRODUCT_SAMSUNG_TECHWIN_DIGIMAX_410, UQ_MSC_FORCE_WIRE_BBB, UQ_MSC_FORCE_PROTO_SCSI, UQ_MSC_NO_INQUIRY), Modified: head/sys/dev/usb/usbdevs ============================================================================== --- head/sys/dev/usb/usbdevs Sun Mar 28 20:07:08 2010 (r205804) +++ head/sys/dev/usb/usbdevs Sun Mar 28 20:09:04 2010 (r205805) @@ -2416,6 +2416,7 @@ product PROLIFIC PL2303 0x2303 PL2303 S product PROLIFIC PL2305 0x2305 Parallel printer product PROLIFIC ATAPI4 0x2307 ATAPI-4 Controller product PROLIFIC PL2501 0x2501 PL2501 Host-Host interface +product PROLIFIC PL2506 0x2506 PL2506 USB to IDE Bridge product PROLIFIC PHAROS 0xaaa0 Prolific Pharos product PROLIFIC RSAQ3 0xaaa2 PL2303 Serial Adapter (IODATA USB-RSAQ3) product PROLIFIC2 WSIM 0x2001 Willcom WSIM _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-usb@FreeBSD.ORG Sun Mar 28 20:12: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 4184A106566C; Sun, 28 Mar 2010 20:12:03 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 189358FC13; Sun, 28 Mar 2010 20:12: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 o2SKC2ib051650; Sun, 28 Mar 2010 20:12:02 GMT (envelope-from thompsa@freefall.freebsd.org) Received: (from thompsa@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2SKC2BC051645; Sun, 28 Mar 2010 20:12:02 GMT (envelope-from thompsa) Date: Sun, 28 Mar 2010 20:12:02 GMT Message-Id: <201003282012.o2SKC2BC051645@freefall.freebsd.org> To: kungfu_disciple@sbcglobal.net, thompsa@FreeBSD.org, freebsd-usb@FreeBSD.org, thompsa@FreeBSD.org From: thompsa@FreeBSD.org Cc: Subject: Re: usb/144915: [usb8] [patch] Prolific USB-IDE Bridge for Seagate ST350083 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, 28 Mar 2010 20:12:03 -0000 Synopsis: [usb8] [patch] Prolific USB-IDE Bridge for Seagate ST350083 State-Changed-From-To: open->patched State-Changed-By: thompsa State-Changed-When: Sun Mar 28 20:11:37 UTC 2010 State-Changed-Why: Committed. Responsible-Changed-From-To: freebsd-usb->thompsa Responsible-Changed-By: thompsa Responsible-Changed-When: Sun Mar 28 20:11:37 UTC 2010 Responsible-Changed-Why: grab http://www.freebsd.org/cgi/query-pr.cgi?pr=144915 From owner-freebsd-usb@FreeBSD.ORG Sun Mar 28 22:28:56 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 6EA28106564A; Sun, 28 Mar 2010 22:28:56 +0000 (UTC) (envelope-from andy@siliconlandmark.com) Received: from lexi.siliconlandmark.com (lexi.siliconlandmark.com [66.184.117.4]) by mx1.freebsd.org (Postfix) with ESMTP id 1CF9D8FC0C; Sun, 28 Mar 2010 22:28:55 +0000 (UTC) Received: from [10.0.1.7] (c-68-41-9-122.hsd1.mi.comcast.net [68.41.9.122]) (authenticated bits=0) by lexi.siliconlandmark.com (8.14.2/8.14.2) with ESMTP id o2SMSrgu084468 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Sun, 28 Mar 2010 22:28:54 GMT (envelope-from andy@siliconlandmark.com) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Andre Guibert de Bruet In-Reply-To: <201003222357.o2MNvqeX084987@freefall.freebsd.org> Date: Sun, 28 Mar 2010 18:28:53 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <332F9199-6DBC-4C93-B714-BE2293C0C00D@siliconlandmark.com> References: <201003222357.o2MNvqeX084987@freefall.freebsd.org> To: linimon@freebsd.org X-Mailer: Apple Mail (2.1077) X-Virus-Scanned: ClamAV 0.94.1/10642/Sun Mar 28 12:22:51 2010 on lexi.siliconlandmark.com X-Virus-Status: Clean Cc: freebsd-usb@freebsd.org Subject: Re: usb/128803: [usbdevs] [patch] Quirk for I-Tuner Networks USBLCD4X20 support 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, 28 Mar 2010 22:28:56 -0000 Mark, It worked fine on 8-CURRENT after hps@ committed my quirk patch for = newusb, so 8.0 should work without issues. My dev machine is currently = running 9-CURRENT and the LCD works well under it. Cheers, Andy /* Andre Guibert de Bruet * 436f 6465 2070 6f65 742e 2042 6974 206a */ /* Managing Partner * 6f63 6b65 792e 2053 7973 4164 6d69 6e2e */ /* GSM: +1 734 846 8758 * 2055 4e49 5820 736c 6575 7468 2e00 0000 */ /* WWW: siliconlandmark.com * C/C++, Java, Perl, PHP, SQL, XHTML, XML */ On Mar 22, 2010, at 7:57 PM, linimon@freebsd.org wrote: > Synopsis: [usbdevs] [patch] Quirk for I-Tuner Networks USBLCD4X20 = support >=20 > State-Changed-From-To: open->feedback > State-Changed-By: linimon > State-Changed-When: Mon Mar 22 23:57:32 UTC 2010 > State-Changed-Why:=20 > To submitter: have you tried this with the new USB stack in FreeBSD 8? >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D128803 From owner-freebsd-usb@FreeBSD.ORG Mon Mar 29 10:08:23 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 CD8BF106564A for ; Mon, 29 Mar 2010 10:08:23 +0000 (UTC) (envelope-from Steve.Brownjohn@hackney.gov.uk) Received: from cluster-j.mailcontrol.com (cluster-j.mailcontrol.com [85.115.54.190]) by mx1.freebsd.org (Postfix) with ESMTP id 632788FC20 for ; Mon, 29 Mar 2010 10:08:23 +0000 (UTC) Received: from smomc01.ad.hackney.gov.uk ([156.61.245.25]) by rly18j.srv.mailcontrol.com (MailControl) with SMTP id o2T9QI2G019262 for ; Mon, 29 Mar 2010 10:26:36 +0100 Received: from MAIL2.ad.hackney.gov.uk ([156.61.41.146]) by smomc01.ad.hackney.gov.uk with Microsoft SMTPSVC(5.0.2195.6713); Mon, 29 Mar 2010 10:26:40 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Mon, 29 Mar 2010 10:26:33 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ulpt0 and cheap ink-jet printer Thread-Index: AcrPIbZabyFALOKCQ+aE2MGUsy9jmQ== From: "Steve Brownjohn" To: X-OriginalArrivalTime: 29 Mar 2010 09:26:40.0301 (UTC) FILETIME=[F02075D0:01CACF21] X-Scanned-By: MailControl A_09_30_00 (www.mailcontrol.com) on 10.74.0.128 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ulpt0 and cheap ink-jet printer 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, 29 Mar 2010 10:08:23 -0000 hi all, =20 I'm having no luck in getting a cheap HP printer - DeskJet 3940 - to work with FreeBSD 8. It shows up as connected to ulpt0, but won't respond to lp / lpr even with appropriate printcap settings. =20 I'm guessing that the fact that I can't # cat file > /dev/ulpt0 has something to do with it, perhaps the printer requires a filter to print anything. =20 At a pinch, I'll go down the HPLIP route - CUPS on its own didn't work, even with a ulpt-less kernel - but I only want to print plain text files! =20 thanks for any ideas you may have, =20 Steve -------- =20 =20 =20 Hackney Council may exercise its right to intercept any communication, the = only exception to this would be confidential survey data, with any employee= or agent of the Council using its telephony or data networks. By using the= se networks you give your consent to Hackney Council monitoring and recordi= ng your communication. If you have received this e-mail in error please delete it immediately and = contact the sender. For further information about Hackney Council policies please contact Hackn= ey Service Centre on: 020 8356 3000 **********************************************************************=20 London Borough of Hackney may exercise its right to intercept any communica= tion on its networks - for more information see=20 http://www.hackney.gov.uk/email_disclaimer.html=20 **********************************************************************=20 This message has been scanned for malware by Websense. www.websense.com From owner-freebsd-usb@FreeBSD.ORG Mon Mar 29 10:58:46 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 8CBE81065670 for ; Mon, 29 Mar 2010 10:58:46 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe10.tele2.se [212.247.155.33]) by mx1.freebsd.org (Postfix) with ESMTP id 1FC3F8FC12 for ; Mon, 29 Mar 2010 10:58:44 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=8nJEP1OIZ-IA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=LKbTK7i2AAAA:8 a=OYVN3WtrNRvzpVrJ9ZQA:9 a=SlZHSkpHDWBEM7u-EtcA:7 a=KMR9do3SsNTYy_oC_LCOKJLp_eMA:4 a=wPNLvfGTeEIA:10 a=CeQlkLTVoki4bfg_:21 a=rddgbVDWRr8NHwAX:21 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe10.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 1180197396; Mon, 29 Mar 2010 12:58:42 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Mon, 29 Mar 2010 12:56:52 +0200 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: In-Reply-To: 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: <201003291256.52388.hselasky@c2i.net> Cc: Steve Brownjohn Subject: Re: ulpt0 and cheap ink-jet printer 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, 29 Mar 2010 10:58:46 -0000 On Monday 29 March 2010 11:26:33 Steve Brownjohn wrote: > hi all, > > I'm having no luck in getting a cheap HP printer - DeskJet 3940 - to > work with FreeBSD 8. It shows up as connected to ulpt0, but won't > respond to lp / lpr even with appropriate printcap settings. > > I'm guessing that the fact that I can't # cat file > /dev/ulpt0 has > something to do with it, perhaps the printer requires a filter to print > anything. > > At a pinch, I'll go down the HPLIP route - CUPS on its own didn't work, > even with a ulpt-less kernel - but I only want to print plain text > files! > > thanks for any ideas you may have, > > Steve > -------- > > Have you tried /dev/unlpt0 ? --HPS From owner-freebsd-usb@FreeBSD.ORG Mon Mar 29 11:07:06 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 91AD1106568D for ; Mon, 29 Mar 2010 11:07:06 +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 7F16E8FC08 for ; Mon, 29 Mar 2010 11:07: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 o2TB76MK058141 for ; Mon, 29 Mar 2010 11:07:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2TB75XZ058139 for freebsd-usb@FreeBSD.org; Mon, 29 Mar 2010 11:07:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 29 Mar 2010 11:07:05 GMT Message-Id: <201003291107.o2TB75XZ058139@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, 29 Mar 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 -------------------------------------------------------------------------------- f kern/144938 usb [keyboard] [boot] Boot Failure with Apple (MB869LL/A) o usb/144751 usb [ukbd] [usb8] kernel without keyboard support won't co o usb/144423 usb [usb8] [patch] if_run panic with USB-N13 o usb/144414 usb [keyboard] [patch] Apple "Fn" key doesn't work properl o usb/144387 usb [run] [panic] if_run panic f usb/144332 usb [build] Kernel compile fails when aue is enabled but n o usb/144043 usb [umass] USB DLT tape drive throws random errors o usb/143790 usb [boot] can not boot from usb hdd f usb/143634 usb [umass] [usb8] Jetflash USB flash stick fails to mount f usb/143620 usb [cdce] [usb8] the module if_cdce doesn't support my Op o usb/143448 usb [usbdevs] [usb8] [patch] QUIRK: JMicron JM20336 USB/SA 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 a usb/141467 usb [uftdi] [patch] RATOC REX-USB60F (usb serial converter o usb/141327 usb [ukbd] [usb67] USB kbd not working with 7.1+PAE on IBM o usb/141313 usb [usb8] nvidia USB 2.0 controller - stops copying on US 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/140928 usb [u3g] [usb8] [patch] ZTE CDMA2000 1X EV-DO (MG478/AC87 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/140590 usb [bluetooth] [usb8] ng_ubt(4) ng_l2cap_process_cmd_rej o usb/140477 usb [umass] [usb8] [patch] allow boot-time attachment of d o usb/140259 usb [libusb] [patch] [usb8] libusb-1.0 portability/compati 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 o usb/138915 usb [patch] [usb8] [usb67] add support for SheevaPlug seri 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 a usb/138879 usb [uftdi] [patch] Patch to add support for CTI USB-Mini 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/138175 usb [usb67] [boot] System cannot boot, when USB reader wit o usb/138172 usb [u3g] [patch] [usb67] Additional dev id for u3g (Optio o usb/138138 usb [u3g] [patch] [usb67] Novatel U760 for u3g (Verizon an 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/137616 usb [usb67][usb8][usbdevs] [patch]: usbdevs update: Please 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 f bin/137180 usb [build] [patch] building world for 8.0-BETA2 fails on 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/135575 usb [usbdevs] [patch] [usb67] Add HTC Wizard phone vid/pid 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/134633 usb Add support for WILLCOM03(SHARP smart phone) o usb/134631 usb [usbdevs] [patch] WiSPY DBx support requires usb tweak 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/134117 usb [Patch] Add support for 'Option GlobeTrotter HSDPA Mod 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 p usb/132799 usb [usb][patch]GENESYS USB2IDE requires NO_SYNCHRONIZE_CA o usb/132785 usb [usb] [patch] Gemtech remote powersocket is classed as 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] Kernel panic after NOMEM caused by 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/131912 usb [uslcom] [patch] New devices using Silicon Labs chips o usb/131900 usb [usbdevs] [patch] Additional product identification co 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/131123 usb [patch] re-add UQ_ASSUME_CM_OVER_DATA USB quirk 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/129945 usb [usb67] [usbdevs] [patch] add u3g support for Longchee o usb/129766 usb [usb] plugging in usb modem HUAWEI E226 panics system o usb/129758 usb [uftdi] [patch] add Pyramid LCD usb support o usb/129673 usb [uhci] uhci (uhub) confused on replugging USB 1.1 scan o usb/129522 usb [ubsa] [usb67] [patch] add support for ZTE AC8700 mode 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/129251 usb [usbdevs] [usb67] [patch] Liebert UPS being assigned u o usb/129173 usb [uplcom] [patch] Add support for Corega CG-USBRS232R a 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 f 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/128324 usb [uplcom] [patch] remove baud rate restriction for PL23 o usb/127980 usb [umass] [patch] Fix Samsung YP U2 MP3 player on 7.x an o usb/127926 usb [boot] USB Timeout during bootup p usb/127549 usb [umass] [usb67] [patch] Meizu MiniPlayer M6 (SL) requi f usb/127543 usb [patch] [ubsa] Support Option Globetrotter HSDPA modem 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/125736 usb [ukbd] [hang] system hangs after AT keyboard detect if 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 o 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/123352 usb [usbdevs] [patch] Add Option GTMAX3.6/7.2 and Quallcom o usb/123351 usb [usbdevs] [patch] Add Reiner SCT cyberJack, Omnikey [2 o usb/122992 usb [umass] [patch] MotoROKR Z6 Phone not recognised by um o usb/122956 usb [ubsa] [patch] add support for Novatel Wireless XU870 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/122621 usb [new driver] [patch] New driver for Sierra Wireless 3G 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/122025 usb [uscanner] [patch] uscanner does not attach to Epson R 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/121426 usb [patch] [uscanner] add HP ScanJet 3570C 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/118485 usb [usbdevs] [patch] Logitech Headset Workaround 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/107243 usb [usb67] [cam] [quirk] [patch] Apacer USB Flash Drive q 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/99538 usb [keyboard] while using USB keyboard default params of 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/91629 usb [usb] usbd_abort_pipe() may result in infinite loop 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 f usb/84750 usb [hang] 6-BETA2 reboot/shutdown with root_fs on externa 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/80862 usb [patch] USB locking issues: missing some Giant calls o usb/80854 usb [patch] [request] suggestion for new iface-no-probe me o usb/80829 usb [modules] [panic] possible panic when loading USB-modu 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 o 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/79722 usb [ehci] wrong alignments in ehci.h a usb/79656 usb [ehci] RHSC interrupts lost o usb/79524 usb [ulpt] printing to Minolta PagePro 1[23]xxW via USB fa o usb/79287 usb [uhci] [hang] UHCI hang after interrupt transfer o usb/79269 usb [ohci] USB ohci da0 plug/unplug causes crashes and loc o usb/78984 usb [umass] [patch] Creative MUVO umass failure o usb/77294 usb [ucom] [panic] ucom + ulpcom panic o usb/77184 usb [umass] [panic] kernel panic on USB device disconnect, 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 o 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 o 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 o usb/75705 usb [umass] [panic] da0 attach / Optio S4 (with backtrace) o 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 i386/46371 usb USB controller cannot be initialized on IBM Netfinity 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 345 problems total. From owner-freebsd-usb@FreeBSD.ORG Mon Mar 29 11:43:26 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 3F2C5106572E; Mon, 29 Mar 2010 11:43:26 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 15D8D8FC0C; Mon, 29 Mar 2010 11:43:26 +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 o2TBhPfE097585; Mon, 29 Mar 2010 11:43:25 GMT (envelope-from brucec@freefall.freebsd.org) Received: (from brucec@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2TBhPlK097581; Mon, 29 Mar 2010 11:43:25 GMT (envelope-from brucec) Date: Mon, 29 Mar 2010 11:43:25 GMT Message-Id: <201003291143.o2TBhPlK097581@freefall.freebsd.org> To: brucec@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org From: brucec@FreeBSD.org Cc: Subject: Re: kern /145165: ukbd_set_leds_callback: error=USB_ERR_STALLED 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, 29 Mar 2010 11:43:26 -0000 Synopsis: ukbd_set_leds_callback: error=USB_ERR_STALLED Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: brucec Responsible-Changed-When: Mon Mar 29 11:42:59 UTC 2010 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=145165 From owner-freebsd-usb@FreeBSD.ORG Mon Mar 29 12:04:31 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 B2D5F1065687 for ; Mon, 29 Mar 2010 12:04:31 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 6E5FC8FC0C for ; Mon, 29 Mar 2010 12:04:31 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id o2TC4Uhj084623; Mon, 29 Mar 2010 06:04:30 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id o2TC4Tgl084620; Mon, 29 Mar 2010 06:04:30 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 29 Mar 2010 06:04:29 -0600 (MDT) From: Warren Block To: Steve Brownjohn In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (wonkity.com [127.0.0.1]); Mon, 29 Mar 2010 06:04:30 -0600 (MDT) Cc: freebsd-usb@freebsd.org Subject: Re: ulpt0 and cheap ink-jet printer 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, 29 Mar 2010 12:04:31 -0000 On Mon, 29 Mar 2010, Steve Brownjohn wrote: > I'm having no luck in getting a cheap HP printer - DeskJet 3940 - to > work with FreeBSD 8. It shows up as connected to ulpt0, but won't > respond to lp / lpr even with appropriate printcap settings. > > I'm guessing that the fact that I can't # cat file > /dev/ulpt0 has > something to do with it, perhaps the printer requires a filter to print > anything. > > At a pinch, I'll go down the HPLIP route - CUPS on its own didn't work, > even with a ulpt-less kernel - but I only want to print plain text > files! Deskjet 3940 is LIDIL (host-based), so HPLIP is pretty much required. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-usb@FreeBSD.ORG Mon Mar 29 23:10:01 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 C6C9E1065676 for ; Mon, 29 Mar 2010 23:10:01 +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 859858FC15 for ; Mon, 29 Mar 2010 23:10:01 +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 o2TNA1vM078377 for ; Mon, 29 Mar 2010 23:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2TNA13C078376; Mon, 29 Mar 2010 23:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 29 Mar 2010 23:10:01 GMT Resent-Message-Id: <201003292310.o2TNA13C078376@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, Eir Nym Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06EED106566B for ; Mon, 29 Mar 2010 23:09:42 +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 E9B4A8FC08 for ; Mon, 29 Mar 2010 23:09:41 +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 o2TN9fTR009221 for ; Mon, 29 Mar 2010 23:09:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o2TN9fD4009192; Mon, 29 Mar 2010 23:09:41 GMT (envelope-from nobody) Message-Id: <201003292309.o2TN9fD4009192@www.freebsd.org> Date: Mon, 29 Mar 2010 23:09:41 GMT From: Eir Nym To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: usb/145184: GENERIC can't mount root from USB on Asus EEE 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, 29 Mar 2010 23:10:01 -0000 >Number: 145184 >Category: usb >Synopsis: GENERIC can't mount root from USB on Asus EEE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 29 23:10:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Eir Nym >Release: SVN revision 205702 >Organization: >Environment: >Description: Kernel doesn't see any USB disks (HDD and flash) on boot. After reinsert flash disk, kernel see device, but can't mount root from it (doesn't list it as possible boot GEOM). This problem is only on my EEE. desktop computer bootup well. CURRENT about 15th may 2009 boot well from flash drive. But it's too old :) dmesg.boot you can see at http://freebsd.eroese.org/dmesg.r205702 this kernel is based on generic, http://freebsd.eroese.org/FASTGENr205702 >How-To-Repeat: Checkout code from SVN, build generic system, install it on flash disk, reboot from. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-usb@FreeBSD.ORG Tue Mar 30 07:19:26 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 EDABF1065672 for ; Tue, 30 Mar 2010 07:19:26 +0000 (UTC) (envelope-from Steve.Brownjohn@hackney.gov.uk) Received: from cluster-a.mailcontrol.com (cluster-a.mailcontrol.com [85.115.52.190]) by mx1.freebsd.org (Postfix) with ESMTP id 7F0268FC12 for ; Tue, 30 Mar 2010 07:19:25 +0000 (UTC) Received: from rly03a.srv.mailcontrol.com (localhost.localdomain [127.0.0.1]) by rly03a.srv.mailcontrol.com (MailControl) with ESMTP id o2U7JMoK006332 for ; Tue, 30 Mar 2010 08:19:22 +0100 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by rly03a.srv.mailcontrol.com (MailControl) id o2U7JD9m004441 for ; Tue, 30 Mar 2010 08:19:13 +0100 Received: from smomc01.ad.hackney.gov.uk ([156.61.245.25]) by rly03a-eth0.srv.mailcontrol.com (envelope-sender ) (MIMEDefang) with ESMTP id o2U7IpFt002659; Tue, 30 Mar 2010 08:19:13 +0100 (BST) Received: from MAIL2.ad.hackney.gov.uk ([156.61.41.146]) by smomc01.ad.hackney.gov.uk with Microsoft SMTPSVC(5.0.2195.6713); Tue, 30 Mar 2010 08:19:01 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 30 Mar 2010 08:18:19 +0100 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ulpt0 and cheap ink-jet printer Thread-Index: AcrPOA0BaW3BCQIgRBun9cr6t3TImAAn9tNA From: "Steve Brownjohn" To: "Warren Block" , , "Hans Petter Selasky" X-OriginalArrivalTime: 30 Mar 2010 07:19:01.0114 (UTC) FILETIME=[454F05A0:01CACFD9] X-Scanned-By: MailControl A_09_30_00 (www.mailcontrol.com) on 10.65.1.113 Cc: Subject: RE: ulpt0 and cheap ink-jet printer 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, 30 Mar 2010 07:19:27 -0000 many thanks to Hans Petter, who suggested trying unlpt0 - I'm sure I did, at some stage, with the same (non-)result as ulpt0, but it's a good thought and to=20 Warren, who pointed out the LIDIL / host-based nature of my printer and thus the need for HPLIP. So, I installed cups and hplip, put cupsd_enable=3D"YES" (likewise hpiod and hpssd) in my rc.conf, found a ppd file for my printer and set it up via # hp-setup. After aliasing lp to /usr/local/bin/lp in my .zshrc, I can print from the command line. The usb stack in 8.0 seems to make the ulpt0 device acceptable to hplip/cups, so no need to rebuild my kernel without it. Steve ----- apologies for the silly message that follows ... Hackney Council may exercise its right to intercept any communication, the = only exception to this would be confidential survey data, with any employee= or agent of the Council using its telephony or data networks. By using the= se networks you give your consent to Hackney Council monitoring and recordi= ng your communication. If you have received this e-mail in error please delete it immediately and = contact the sender. For further information about Hackney Council policies please contact Hackn= ey Service Centre on: 020 8356 3000 **********************************************************************=20 London Borough of Hackney may exercise its right to intercept any communica= tion on its networks - for more information see=20 http://www.hackney.gov.uk/email_disclaimer.html=20 **********************************************************************=20 This message has been scanned for malware by Websense. www.websense.com From owner-freebsd-usb@FreeBSD.ORG Tue Mar 30 07:27:21 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 BA825106566C; Tue, 30 Mar 2010 07:27:21 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.swip.net [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id E69928FC22; Tue, 30 Mar 2010 07:27:20 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=vEfOkCw301YA:10 a=Q9fys5e9bTEA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=aVidIQxpAAAA:8 a=FCe8bhO4zK2uDBgqMqYA:9 a=yAe7b4t96hgT9rgiXQ0A:7 a=FJDV8-bPoaeMOYK-ckiwZ9SHfUoA:4 a=PUjeQqilurYA:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe11.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 1213441738; Tue, 30 Mar 2010 09:27:18 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, Scott Long Date: Tue, 30 Mar 2010 09:25:26 +0200 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: <201003292309.o2TN9fD4009192@www.freebsd.org> In-Reply-To: <201003292309.o2TN9fD4009192@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: <201003300925.26305.hselasky@c2i.net> Cc: freebsd-gnats-submit@freebsd.org, thompsa@freebsd.org Subject: Re: usb/145184: GENERIC can't mount root from USB on Asus EEE 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, 30 Mar 2010 07:27:21 -0000 On Tuesday 30 March 2010 01:09:41 Eir Nym wrote: > >Number: 145184 > >Category: usb > >Synopsis: GENERIC can't mount root from USB on Asus EEE > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-usb > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Mon Mar 29 23:10:01 UTC 2010 > >Closed-Date: > >Last-Modified: > >Originator: Eir Nym > >Release: SVN revision 205702 > >Organization: > >Environment: > >Description: > > Kernel doesn't see any USB disks (HDD and flash) on boot. After reinsert > flash disk, kernel see device, but can't mount root from it (doesn't list > it as possible boot GEOM). This problem is only on my EEE. desktop > computer bootup well. > > CURRENT about 15th may 2009 boot well from flash drive. But it's too old :) > > dmesg.boot you can see at http://freebsd.eroese.org/dmesg.r205702 > this kernel is based on generic, http://freebsd.eroese.org/FASTGENr205702 > > >How-To-Repeat: > > Checkout code from SVN, build generic system, install it on flash disk, > reboot from. > This is a known issue. --HPS From owner-freebsd-usb@FreeBSD.ORG Tue Mar 30 07:30:06 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 14D54106566B for ; Tue, 30 Mar 2010 07:30:06 +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 F39EB8FC15 for ; Tue, 30 Mar 2010 07:30: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 o2U7U58N035374 for ; Tue, 30 Mar 2010 07:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2U7U5ON035371; Tue, 30 Mar 2010 07:30:05 GMT (envelope-from gnats) Date: Tue, 30 Mar 2010 07:30:05 GMT Message-Id: <201003300730.o2U7U5ON035371@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: usb/145184: GENERIC can't mount root from USB on Asus EEE 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, 30 Mar 2010 07:30:06 -0000 The following reply was made to PR usb/145184; it has been noted by GNATS. From: Hans Petter Selasky To: freebsd-usb@freebsd.org, Scott Long Cc: Eir Nym , freebsd-gnats-submit@freebsd.org, thompsa@freebsd.org Subject: Re: usb/145184: GENERIC can't mount root from USB on Asus EEE Date: Tue, 30 Mar 2010 09:25:26 +0200 On Tuesday 30 March 2010 01:09:41 Eir Nym wrote: > >Number: 145184 > >Category: usb > >Synopsis: GENERIC can't mount root from USB on Asus EEE > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-usb > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Mon Mar 29 23:10:01 UTC 2010 > >Closed-Date: > >Last-Modified: > >Originator: Eir Nym > >Release: SVN revision 205702 > >Organization: > >Environment: > >Description: > > Kernel doesn't see any USB disks (HDD and flash) on boot. After reinsert > flash disk, kernel see device, but can't mount root from it (doesn't list > it as possible boot GEOM). This problem is only on my EEE. desktop > computer bootup well. > > CURRENT about 15th may 2009 boot well from flash drive. But it's too old :) > > dmesg.boot you can see at http://freebsd.eroese.org/dmesg.r205702 > this kernel is based on generic, http://freebsd.eroese.org/FASTGENr205702 > > >How-To-Repeat: > > Checkout code from SVN, build generic system, install it on flash disk, > reboot from. > This is a known issue. --HPS From owner-freebsd-usb@FreeBSD.ORG Tue Mar 30 08: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 EFF53106564A for ; Tue, 30 Mar 2010 08: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 C62518FC1A for ; Tue, 30 Mar 2010 08: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 o2U80I6m067017 for ; Tue, 30 Mar 2010 08: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 o2U80Ij6067016; Tue, 30 Mar 2010 08:00:18 GMT (envelope-from gnats) Date: Tue, 30 Mar 2010 08:00:18 GMT Message-Id: <201003300800.o2U80Ij6067016@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Andrew Thompson Cc: Subject: Re: usb/145184: GENERIC can't mount root from USB on Asus EEE X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrew Thompson List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2010 08:00:19 -0000 The following reply was made to PR usb/145184; it has been noted by GNATS. From: Andrew Thompson To: Gnats Cc: Eir Nym Subject: Re: usb/145184: GENERIC can't mount root from USB on Asus EEE Date: Tue, 30 Mar 2010 20:54:10 +1300 > > Kernel doesn't see any USB disks (HDD and flash) on boot. After reinsert > > flash disk, kernel see device, but can't mount root from it (doesn't list > > it as possible boot GEOM). This problem is only on my EEE. desktop > > computer bootup well. You can set kern.cam.boot_delay=4 in /boot/loader.conf in order to boot. Andrew From owner-freebsd-usb@FreeBSD.ORG Tue Mar 30 10:37: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 E4D2B106566B; Tue, 30 Mar 2010 10:37:19 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 488EB8FC13; Tue, 30 Mar 2010 10:37:18 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so3312838fga.13 for ; Tue, 30 Mar 2010 03:37:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:in-reply-to:x-mailer :subject:references:message-id:content-type :content-transfer-encoding:mime-version:date:cc; bh=IzqwS/Zccdr9kYKeaGMuLEWS9uog3mMBy0OEN7qkq1U=; b=rdKsZe19h/1QBWzuvCtVmcAIt4ioF50AkTngeoEmV2/sA0FjK0Xy7bn1cKWpe/PCYj 97tV2GOXrofpha9y2W9jQCKAk8IK2huXbn+PtSU9WuDNGwUerb8T0cQslbISvQqNXl9f MHVnwVyr4QqCbdACqRcCH5oPAS8gjslVuX1po= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:in-reply-to:x-mailer:subject:references:message-id :content-type:content-transfer-encoding:mime-version:date:cc; b=wUX1sHIS17EDNiXvQI7CZtKl6EJlxK0ND9zrP9lgox3K/1JxRwUQpgAsNHKMhkNUCz jm30ByemBEYGGFY8C8+kDBKwqfJiVVdfiQXcp8/LUv8Np/kZq0n6x+E1iQo/O9h8j3Jk 5/1MVfJMDAvddYtVa0nljmjd+LCr4vXmk1DB8= Received: by 10.103.3.20 with SMTP id f20mr3392754mui.95.1269943886852; Tue, 30 Mar 2010 03:11:26 -0700 (PDT) Received: from [192.168.0.7] ([77.41.31.122]) by mx.google.com with ESMTPS id s11sm21910771mue.41.2010.03.30.03.11.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 30 Mar 2010 03:11:26 -0700 (PDT) From: Arseny Nasokin To: Andrew Thompson In-Reply-To: <201003300800.o2U80Ij6067016@freefall.freebsd.org> X-Mailer: iPhone Mail (7D11) References: <201003300800.o2U80Ij6067016@freefall.freebsd.org> Message-Id: Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (iPhone Mail 7D11) Date: Tue, 30 Mar 2010 14:11:31 +0400 Cc: "freebsd-usb@FreeBSD.org" Subject: Re: usb/145184: GENERIC can't mount root from USB on Asus EEE 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, 30 Mar 2010 10:37:20 -0000 On 30 Mar 2010, at 08:00, Andrew Thompson wrote: > The following reply was made to PR usb/145184; it has been noted by > GNATS. > > From: Andrew Thompson > To: Gnats > Cc: Eir Nym > Subject: Re: usb/145184: GENERIC can't mount root from USB on Asus EEE > Date: Tue, 30 Mar 2010 20:54:10 +1300 > >>> Kernel doesn't see any USB disks (HDD and flash) on boot. After >>> reinsert >>> flash disk, kernel see device, but can't mount root from it >>> (doesn't list >>> it as possible boot GEOM). This problem is only on my EEE. desktop >>> computer bootup well. > > You can set kern.cam.boot_delay=4 in /boot/loader.conf in order to > boot. > > I've tried up set this value up to 10-15. This is not work. I also tryed put this option in defaults/loader.conf to test Which latest world doesn't have this issue? > Andrew > _______________________________________________ > 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" From owner-freebsd-usb@FreeBSD.ORG Tue Mar 30 19: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 289071065674 for ; Tue, 30 Mar 2010 19: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 F35988FC1C for ; Tue, 30 Mar 2010 19:00:17 +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 o2UJ0HTK042675 for ; Tue, 30 Mar 2010 19:00:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2UJ0HEj042674; Tue, 30 Mar 2010 19:00:17 GMT (envelope-from gnats) Date: Tue, 30 Mar 2010 19:00:17 GMT Message-Id: <201003301900.o2UJ0HEj042674@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Andre Guibert de Bruet Cc: Subject: Re: usb/128803: [usbdevs] [patch] Quirk for I-Tuner Networks USBLCD4X20 support X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andre Guibert de Bruet List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2010 19:00:18 -0000 The following reply was made to PR usb/128803; it has been noted by GNATS. From: Andre Guibert de Bruet To: bug-followup@FreeBSD.org Cc: Subject: Re: usb/128803: [usbdevs] [patch] Quirk for I-Tuner Networks USBLCD4X20 support Date: Tue, 30 Mar 2010 14:45:48 -0400 This issue has been addressed in FreeBSD 8 by hps' fix. For FreeBSD 7.3, it appears that the usbdevs entry for the USBLCD4X20 = device was MFC'ed but the quirk wasn't. Would it be possible to have the = quirk MFC'ed to RELENG_7 for users still using 7.x?=20 -- /* Andre Guibert de Bruet * 436f 6465 2070 6f65 742e 2042 6974 206a */ /* Managing Partner * 6f63 6b65 792e 2053 7973 4164 6d69 6e2e */ /* GSM: +1 734 846 8758 * 2055 4e49 5820 736c 6575 7468 2e00 0000 */ /* WWW: siliconlandmark.com * C/C++, Java, Perl, PHP, SQL, XHTML, XML */ From owner-freebsd-usb@FreeBSD.ORG Tue Mar 30 19:12:00 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 3BF08106566C for ; Tue, 30 Mar 2010 19:12:00 +0000 (UTC) (envelope-from andy@fud.org.nz) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id EEFE08FC20 for ; Tue, 30 Mar 2010 19:11:59 +0000 (UTC) Received: by vws17 with SMTP id 17so3312721vws.13 for ; Tue, 30 Mar 2010 12:11:59 -0700 (PDT) MIME-Version: 1.0 Sender: andy@fud.org.nz Received: by 10.220.98.148 with HTTP; Tue, 30 Mar 2010 11:45:57 -0700 (PDT) In-Reply-To: References: <201003300800.o2U80Ij6067016@freefall.freebsd.org> Date: Wed, 31 Mar 2010 07:45:57 +1300 X-Google-Sender-Auth: 76c49acbf9dbe5cb Received: by 10.220.158.79 with SMTP id e15mr87826vcx.48.1269974757392; Tue, 30 Mar 2010 11:45:57 -0700 (PDT) Message-ID: <1280352d1003301145s360f30bdpee875b56530842da@mail.gmail.com> From: Andrew Thompson To: Arseny Nasokin Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-usb@FreeBSD.org" Subject: Re: usb/145184: GENERIC can't mount root from USB on Asus EEE 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, 30 Mar 2010 19:12:00 -0000 On 30 March 2010 23:11, Arseny Nasokin wrote: > On 30 Mar 2010, at 08:00, Andrew Thompson wrote: > >> The following reply was made to PR usb/145184; it has been noted by GNATS. >> >> From: Andrew Thompson >> To: Gnats >> Cc: Eir Nym >> Subject: Re: usb/145184: GENERIC can't mount root from USB on Asus EEE >> Date: Tue, 30 Mar 2010 20:54:10 +1300 >> >>>> Kernel doesn't see any USB disks (HDD and flash) on boot. After reinsert >>>> flash disk, kernel see device, but can't mount root from it (doesn't >>>> list >>>> it as possible boot GEOM). This problem is only on my EEE. desktop >>>> computer bootup well. >> >> You can set kern.cam.boot_delay=4 in /boot/loader.conf in order to boot. >> >> > > I've tried up set this value up to 10-15. This is not work. I also tryed put > this option in defaults/loader.conf to test It may be in milliseconds, try 4000. Andrew From owner-freebsd-usb@FreeBSD.ORG Tue Mar 30 20:40:56 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 0DC071065690; Tue, 30 Mar 2010 20:40:56 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: from mail-fx0-f225.google.com (mail-fx0-f225.google.com [209.85.220.225]) by mx1.freebsd.org (Postfix) with ESMTP id 608058FC25; Tue, 30 Mar 2010 20:40:54 +0000 (UTC) Received: by fxm25 with SMTP id 25so186751fxm.3 for ; Tue, 30 Mar 2010 13:40:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:in-reply-to:x-mailer :subject:references:message-id:content-type :content-transfer-encoding:mime-version:date:cc; bh=f5w/FbTst9kEpaT/iuARclmGh74wSuNBRjvhLGxHHuA=; b=TtGUqomzh4mEixdJmasn0hdWjBiejDI9LLur11VkMOTQOTS2eY3x7MkD5wgR5thbjM LO4GzMV4t6/j1FVUS0vqaxh1vWevCIwCWyTX5wLnLhr2GUC+SfPdg/xOgLWuCmKvISJw kt+PqU2ESJtEt+uEsWwGFIv4lj4CM4nvzhD/c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:in-reply-to:x-mailer:subject:references:message-id :content-type:content-transfer-encoding:mime-version:date:cc; b=WNszcwfRFflOORiZ/o3KuCyxjPvlq8aoTIgOaVlhLSl5WGGhJSO1TXIFSgrrwh1+NM RFOFNeGrBC8GVPZpIGHCduQi5ldSvtVsuEU5Z08YFf8BON8SitpijYOk4JcJuTDTNTb7 r/HRFaBj9dJKCiIiytPNBcizZIZg2x2HJqRoU= Received: by 10.102.13.11 with SMTP id 11mr4043412mum.88.1269981654084; Tue, 30 Mar 2010 13:40:54 -0700 (PDT) Received: from [192.168.0.7] ([77.41.31.122]) by mx.google.com with ESMTPS id j10sm25215417muh.28.2010.03.30.13.40.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 30 Mar 2010 13:40:53 -0700 (PDT) From: Arseny Nasokin To: Andrew Thompson In-Reply-To: <1280352d1003301145s360f30bdpee875b56530842da@mail.gmail.com> X-Mailer: iPhone Mail (7D11) References: <201003300800.o2U80Ij6067016@freefall.freebsd.org> <1280352d1003301145s360f30bdpee875b56530842da@mail.gmail.com> Message-Id: <0B363D34-D4B1-4C95-881E-93F463275922@gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (iPhone Mail 7D11) Date: Wed, 31 Mar 2010 00:40:57 +0400 Cc: "freebsd-usb@FreeBSD.org" Subject: Re: usb/145184: GENERIC can't mount root from USB on Asus EEE 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, 30 Mar 2010 20:40:56 -0000 I -- With pleasure On 30 Mar 2010, at 22:45, Andrew Thompson wrote: > On 30 March 2010 23:11, Arseny Nasokin wrote: >> On 30 Mar 2010, at 08:00, Andrew Thompson >> wrote: >> >>> The following reply was made to PR usb/145184; it has been noted >>> by GNATS. >>> >>> From: Andrew Thompson >>> To: Gnats >>> Cc: Eir Nym >>> Subject: Re: usb/145184: GENERIC can't mount root from USB on Asus >>> EEE >>> Date: Tue, 30 Mar 2010 20:54:10 +1300 >>> >>>>> Kernel doesn't see any USB disks (HDD and flash) on boot. After >>>>> reinsert >>>>> flash disk, kernel see device, but can't mount root from it >>>>> (doesn't >>>>> list >>>>> it as possible boot GEOM). This problem is only on my EEE. desktop >>>>> computer bootup well. >>> >>> You can set kern.cam.boot_delay=4 in /boot/loader.conf in order to >>> boot. >>> >>> >> >> I've tried up set this value up to 10-15. This is not work. I also >> tryed put >> this option in defaults/loader.conf to test > > It may be in milliseconds, try 4000. > > > Andrew Obviously, it doesn't work. I've found patch in same issue kern/144824 but it doesn't work also :( Grep finds this tunable int in xpt(4) device, not in da(4) or pass(4). From owner-freebsd-usb@FreeBSD.ORG Tue Mar 30 20:51:18 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 54558106566B; Tue, 30 Mar 2010 20:51:18 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id B62B78FC15; Tue, 30 Mar 2010 20:51:17 +0000 (UTC) Received: by wyb33 with SMTP id 33so6096403wyb.13 for ; Tue, 30 Mar 2010 13:51:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=KgQARqTsEaLlX3mNi3JIGyHmoOzmJVevXCYJBUITLCI=; b=OxtwyonWwxHLXYIMA/q8pJ7i0COZKJlpam4KNRcefvhNQ0XdwrM0WUVCeBptU3I7N9 q6SNUXggTXXoWiC7I3tupd1rIj+dnLefBgaylWVQd0sRyyDOqaPfhYST1fh+tl2ahLgi QnQxcRdAM0A258qOwHwhE1MUHwyaLH5u8Zcks= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Xu8OvrUg97Wal4i+YHoMgt2ny7/R7fJM/gU1zJHebSyAq/1S2YRCsWRKIFl6bmT8ba 9ZKc7IHr4TAC2QA1wCtpFntG8WOhI33tJ0+t2WBfhlaVtE2taCo2IE33aJjyLYN7KX0f vEMKU7vZVuCyQ9+fcmVg4uEIwSRxWbeWxJACM= MIME-Version: 1.0 Received: by 10.216.44.135 with HTTP; Tue, 30 Mar 2010 13:51:15 -0700 (PDT) In-Reply-To: <1280352d1003301145s360f30bdpee875b56530842da@mail.gmail.com> References: <201003300800.o2U80Ij6067016@freefall.freebsd.org> <1280352d1003301145s360f30bdpee875b56530842da@mail.gmail.com> Date: Tue, 30 Mar 2010 20:51:15 +0000 Received: by 10.216.88.71 with SMTP id z49mr614614wee.90.1269982276262; Tue, 30 Mar 2010 13:51:16 -0700 (PDT) Message-ID: <3a142e751003301351j6cf6d2cdg254546efb9ce442c@mail.gmail.com> From: Paul B Mahol To: Andrew Thompson Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-usb@FreeBSD.org" Subject: Re: usb/145184: GENERIC can't mount root from USB on Asus EEE 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, 30 Mar 2010 20:51:18 -0000 On 3/30/10, Andrew Thompson wrote: > On 30 March 2010 23:11, Arseny Nasokin wrote: >> On 30 Mar 2010, at 08:00, Andrew Thompson wrote: >> >>> The following reply was made to PR usb/145184; it has been noted by >>> GNATS. >>> >>> From: Andrew Thompson >>> To: Gnats >>> Cc: Eir Nym >>> Subject: Re: usb/145184: GENERIC can't mount root from USB on Asus EEE >>> Date: Tue, 30 Mar 2010 20:54:10 +1300 >>> >>>>> Kernel doesn't see any USB disks (HDD and flash) on boot. After >>>>> reinsert >>>>> flash disk, kernel see device, but can't mount root from it (doesn't >>>>> list >>>>> it as possible boot GEOM). This problem is only on my EEE. desktop >>>>> computer bootup well. >>> >>> You can set kern.cam.boot_delay=4 in /boot/loader.conf in order to boot. >>> >>> >> >> I've tried up set this value up to 10-15. This is not work. I also tryed >> put >> this option in defaults/loader.conf to test > > It may be in milliseconds, try 4000. 10000 in my case works. From owner-freebsd-usb@FreeBSD.ORG Wed Mar 31 08:26:07 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 B7CBA106566B; Wed, 31 Mar 2010 08:26:07 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: from mail-fx0-f225.google.com (mail-fx0-f225.google.com [209.85.220.225]) by mx1.freebsd.org (Postfix) with ESMTP id 12D238FC14; Wed, 31 Mar 2010 08:26:06 +0000 (UTC) Received: by fxm25 with SMTP id 25so264833fxm.3 for ; Wed, 31 Mar 2010 01:26:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:in-reply-to:x-mailer :subject:references:message-id:content-type :content-transfer-encoding:mime-version:date:cc; bh=yX4XVSauHD0q+k+ZAZZaJqfMkcsRQiU8+F0UJWt6fjc=; b=rDwD1GEZNOc77wVaS8PidUBvaYhS59MfiQeZklWZVCjU65VzqcTjyeSDHDQCK+C6fK U9gCMdcIbMwLDMKhlVvxoUnVOQ1365sJX8dOpinUEAXnHjiLlCNStrDxNF6wDuyNZVb4 V8Q2/x4n18+xMucqYE3/4tmMl/+GP9f3LY3Hs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:in-reply-to:x-mailer:subject:references:message-id :content-type:content-transfer-encoding:mime-version:date:cc; b=V145/DUogvfjCZjySz0JajicNhG3/tUkID0uhkSO8+M1I2S23gBgIK9BUGkKSoQp5A E9PMnjC6VjBa45MAd2pRgmlVREmB5G10II/t+za/jBO4HPzukmle5vlUa1V8k+Q6ZOai LhJ4ioV4gjqSHW8j0oohv/gCVny+hUoH53cUg= Received: by 10.103.81.12 with SMTP id i12mr4380691mul.89.1270023965775; Wed, 31 Mar 2010 01:26:05 -0700 (PDT) Received: from [192.168.0.7] ([77.41.31.122]) by mx.google.com with ESMTPS id b9sm27424699mug.13.2010.03.31.01.26.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 31 Mar 2010 01:26:05 -0700 (PDT) From: Arseny Nasokin To: Paul B Mahol In-Reply-To: <3a142e751003301351j6cf6d2cdg254546efb9ce442c@mail.gmail.com> X-Mailer: iPhone Mail (7D11) References: <201003300800.o2U80Ij6067016@freefall.freebsd.org> <1280352d1003301145s360f30bdpee875b56530842da@mail.gmail.com> <3a142e751003301351j6cf6d2cdg254546efb9ce442c@mail.gmail.com> Message-Id: Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (iPhone Mail 7D11) Date: Wed, 31 Mar 2010 12:26:09 +0400 Cc: "freebsd-usb@FreeBSD.org" , Andrew Thompson Subject: Re: usb/145184: GENERIC can't mount root from USB on Asus EEE 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, 31 Mar 2010 08:26:07 -0000 On 31 Mar 2010, at 00:51, Paul B Mahol wrote: > On 3/30/10, Andrew Thompson wrote: >> On 30 March 2010 23:11, Arseny Nasokin wrote: >>> On 30 Mar 2010, at 08:00, Andrew Thompson >>> wrote: >>> >>>> The following reply was made to PR usb/145184; it has been noted by >>>> GNATS. >>>> >>>> From: Andrew Thompson >>>> To: Gnats >>>> Cc: Eir Nym >>>> Subject: Re: usb/145184: GENERIC can't mount root from USB on >>>> Asus EEE >>>> Date: Tue, 30 Mar 2010 20:54:10 +1300 >>>> >>>>>> Kernel doesn't see any USB disks (HDD and flash) on boot. After >>>>>> reinsert >>>>>> flash disk, kernel see device, but can't mount root from it >>>>>> (doesn't >>>>>> list >>>>>> it as possible boot GEOM). This problem is only on my EEE. >>>>>> desktop >>>>>> computer bootup well. >>>> >>>> You can set kern.cam.boot_delay=4 in /boot/loader.conf in order >>>> to boot. >>>> >>>> >>> >>> I've tried up set this value up to 10-15. This is not work. I also >>> tryed >>> put >>> this option in defaults/loader.conf to test >> >> It may be in milliseconds, try 4000. > > 10000 in my case works. Wow! It woks! Thanks for this workaround! From owner-freebsd-usb@FreeBSD.ORG Wed Mar 31 17:06:25 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 29EA7106566B for ; Wed, 31 Mar 2010 17:06:25 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [IPv6:2a01:170:102f::2]) by mx1.freebsd.org (Postfix) with ESMTP id 303EA8FC1F for ; Wed, 31 Mar 2010 17:06:23 +0000 (UTC) Received: from lurza.secnetix.de (localhost [127.0.0.1]) by lurza.secnetix.de (8.14.3/8.14.3) with ESMTP id o2VH673p000776; Wed, 31 Mar 2010 19:06:22 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.14.3/8.14.3/Submit) id o2VH66Y7000775; Wed, 31 Mar 2010 19:06:06 +0200 (CEST) (envelope-from olli) Date: Wed, 31 Mar 2010 19:06:06 +0200 (CEST) Message-Id: <201003311706.o2VH66Y7000775@lurza.secnetix.de> From: Oliver Fromme To: freebsd-usb@FreeBSD.ORG X-Newsgroups: list.freebsd-usb User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/6.4-PRERELEASE-20080904 (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Wed, 31 Mar 2010 19:06:22 +0200 (CEST) Cc: Subject: HID LCD display trouble 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, 31 Mar 2010 17:06:25 -0000 Hi, I've recently bought a small USB color LCD module that has 132 x 64 pixels and supports 16 bit colors. When I connect it to a stable/8 machine, three interfaces are detected: The first two of them are keyboard and mouse interfaces. That's because the display also has an IR port with which you can use certain IR keyboards and mice and IR remote controls. The mouse interface attaches to ums(4), the keyboard interface attaches to uhid(4) because I don't have ukbd in the kernel for certain reasons. Anyway, I'm not interested in these, so I don't care, I only want to control the LCD display itself. The third interface represents the display itself. It is a HID interface, so it attaches to a uhid(4) instance. So this is what I get in dmesg: ugen0.3: at usbus0 uhid1: on usbus0 ums1: on usbus0 ums1: 3 buttons and [XY] coordinates ID=1 uhid2: on usbus0 And these are the devices: /dev: lrwxr-xr-x 1 root wheel 9 Mar 30 10:36 ugen0.3 -> usb/0.3.0 crw-r--r-- 1 root operator 0, 110 Mar 30 10:36 uhid1 crw-r--r-- 1 root operator 0, 112 Mar 30 10:36 uhid2 crw-r--r-- 1 root operator 0, 111 Mar 30 10:36 ums1 /dev/usb: crw------- 1 root operator 0, 104 Mar 30 10:36 0.3.0 crw------- 1 root operator 0, 106 Mar 30 10:36 0.3.1 crw------- 1 root operator 0, 107 Mar 30 10:36 0.3.2 crw------- 1 root operator 0, 108 Mar 30 10:36 0.3.3 crw------- 1 root operator 0, 109 Mar 30 10:36 0.3.4 usbconfig reveals these details: # usbconfig -u 0 -a 3 show_ifdrv ugen0.3: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON ugen0.3.0: uhid1: ugen0.3.1: ums1: ugen0.3.2: uhid2: # jot 6 0 | xargs -n 1 usbconfig -u 0 -a 3 dump_string STRING_0x00 = <> STRING_0x01 = STRING_0x02 = STRING_0x03 = STRING_0x04 = STRING_0x05 = # usbconfig -u 0 -a 3 dump_device_desc ugen0.3: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0200 bDeviceClass = 0x0000 bDeviceSubClass = 0x0000 bDeviceProtocol = 0x0000 bMaxPacketSize0 = 0x0008 idVendor = 0x4243 idProduct = 0xee08 bcdDevice = 0x0101 iManufacturer = 0x0001 iProduct = 0x0005 iSerialNumber = 0x0000 bNumConfigurations = 0x0001 # usbconfig -u 0 -a 3 dump_all_config_desc ugen0.3: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON Configuration index 0 bLength = 0x0009 bDescriptorType = 0x0002 wTotalLength = 0x005b bNumInterfaces = 0x0003 bConfigurationValue = 0x0001 iConfiguration = 0x0001 bmAttributes = 0x00a0 bMaxPower = 0x0032 Interface 0 bLength = 0x0009 bDescriptorType = 0x0004 bInterfaceNumber = 0x0000 bAlternateSetting = 0x0000 bNumEndpoints = 0x0001 bInterfaceClass = 0x0003 bInterfaceSubClass = 0x0001 bInterfaceProtocol = 0x0001 iInterface = 0x0002 Additional Descriptor bLength = 0x09 bDescriptorType = 0x21 bDescriptorSubType = 0x11 RAW dump: 0x00 | 0x09, 0x21, 0x11, 0x01, 0x00, 0x01, 0x22, 0x3f, 0x08 | 0x00 Endpoint 0 bLength = 0x0007 bDescriptorType = 0x0005 bEndpointAddress = 0x0081 bmAttributes = 0x0003 wMaxPacketSize = 0x0008 bInterval = 0x000a bRefresh = 0x0000 bSynchAddress = 0x0000 Interface 1 bLength = 0x0009 bDescriptorType = 0x0004 bInterfaceNumber = 0x0001 bAlternateSetting = 0x0000 bNumEndpoints = 0x0001 bInterfaceClass = 0x0003 bInterfaceSubClass = 0x0001 bInterfaceProtocol = 0x0002 iInterface = 0x0003 Additional Descriptor bLength = 0x09 bDescriptorType = 0x21 bDescriptorSubType = 0x11 RAW dump: 0x00 | 0x09, 0x21, 0x11, 0x01, 0x00, 0x01, 0x22, 0x6a, 0x08 | 0x00 Endpoint 0 bLength = 0x0007 bDescriptorType = 0x0005 bEndpointAddress = 0x0082 bmAttributes = 0x0003 wMaxPacketSize = 0x0009 bInterval = 0x000a bRefresh = 0x0000 bSynchAddress = 0x0000 Interface 2 bLength = 0x0009 bDescriptorType = 0x0004 bInterfaceNumber = 0x0002 bAlternateSetting = 0x0000 bNumEndpoints = 0x0002 bInterfaceClass = 0x0003 bInterfaceSubClass = 0x0000 bInterfaceProtocol = 0x0000 iInterface = 0x0004 Additional Descriptor bLength = 0x09 bDescriptorType = 0x21 bDescriptorSubType = 0x11 RAW dump: 0x00 | 0x09, 0x21, 0x11, 0x01, 0x00, 0x01, 0x22, 0x24, 0x08 | 0x00 Endpoint 0 bLength = 0x0007 bDescriptorType = 0x0005 bEndpointAddress = 0x0083 bmAttributes = 0x0003 wMaxPacketSize = 0x0040 bInterval = 0x0001 bRefresh = 0x0000 bSynchAddress = 0x0000 Endpoint 1 bLength = 0x0007 bDescriptorType = 0x0005 bEndpointAddress = 0x0004 bmAttributes = 0x0003 wMaxPacketSize = 0x0040 bInterval = 0x0001 bRefresh = 0x0000 bSynchAddress = 0x0000 Finally, usbhidctl shows this: # usbhidctl -f /dev/uhid2 -v -r Report descriptor: Collection page=Microsoft usage=0x0001 Input size=8 count=1 page=Microsoft usage=0x0001, logical range 0..1 Input size=8 count=1 page=Microsoft usage=0x0002, logical range 0..1 Input size=8 count=1 page=Microsoft usage=0x0003, logical range 0..1 Input size=8 count=1 page=Microsoft usage=0x0004, logical range 0..1 Input size=8 count=1 page=Microsoft usage=0x0005, logical range 0..1 Input size=8 count=1 page=Microsoft usage=0x0006, logical range 0..1 Input size=8 count=1 page=Microsoft usage=0x0007, logical range 0..1 Input size=8 count=1 page=Microsoft usage=0x0008, logical range 0..1 Input size=8 count=1 page=Microsoft usage=0x0008, logical range 0..1 Input size=8 count=1 page=Microsoft usage=0x0008, logical range 0..1 [50 more lines that are identical to the last one] Output size=8 count=1 page=Microsoft usage=0x0001, logical range 0..1 Output size=8 count=1 page=Microsoft usage=0x0002, logical range 0..1 Output size=8 count=1 page=Microsoft usage=0x0003, logical range 0..1 Output size=8 count=1 page=Microsoft usage=0x0004, logical range 0..1 Output size=8 count=1 page=Microsoft usage=0x0005, logical range 0..1 Output size=8 count=1 page=Microsoft usage=0x0006, logical range 0..1 Output size=8 count=1 page=Microsoft usage=0x0007, logical range 0..1 Output size=8 count=1 page=Microsoft usage=0x0008, logical range 0..1 Output size=8 count=1 page=Microsoft usage=0x0008, logical range 0..1 Output size=8 count=1 page=Microsoft usage=0x0008, logical range 0..1 [50 more lines that are identical to the last one] End collection Total input size 60 bytes Total output size 60 bytes Total feature size 0 bytes The USB HID commands to control the display are documented in this PDF document: http://www.digitaldevices.de/lcdfarbe/USB_Color_commands.pdf My first Idea (probably very naive) was to simply open one of the devices (/dev/uhid2 or /dev/usb/0.3.*) and write the commands listed in the PDF to the file descriptor, e.g. one byte 0x02 to clear the screen. This did not work. Next I looked at some Linux sources. The serdisplib does support this particular device. It also claims to support FreeBSD, but only for displays connected via RS232 and parallel ports: http://serdisplib.sourceforge.net/ser/usb_l4m132c.html It can be compiled with either libusb or Linux HID ioctl support. The latter looks vastly different from what FreeBSD does, so I tried compiling it with libusb support (using FreeBSD's libusb20, of course). It didn't work either, it just hangs forever. Close inspection of the serdisplib docs indicate that libusb support doesn't even work correctly on Linux, so I gave up on this software. Next I installed ports/devel/libhid and modified the test programm (included with the source tarball) to send simple commands (i.e. 0x02 to clear the screen) to the output path 0xff00:0x0001/0xff00:0x0001 (also tried the other usages listed by usbhidctl, see above). Nothing. There's even no indication whatsoever that the display receives anything, it just keeps display its boot logo. Now I'm running out of ideas ... How to proceed? By the way, I have zero knowledge about HID. This is the first time I do anything with a HID device, so please excuse me if I'm asking anything stupid. Also, any pointers to *useful* documentation about HID (in particular on FreeBSD) would be greatly appreciated. I would really like to RTFM, but I haven't been able to find a good FM so far. :-) Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "FreeBSD is Yoda, Linux is Luke Skywalker" -- Daniel C. Sobral From owner-freebsd-usb@FreeBSD.ORG Wed Mar 31 19:07:37 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 5DCF11065670 for ; Wed, 31 Mar 2010 19:07:37 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id C996C8FC13 for ; Wed, 31 Mar 2010 19:07:36 +0000 (UTC) Received: by bwz8 with SMTP id 8so337551bwz.3 for ; Wed, 31 Mar 2010 12:07:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=OT1FIf8LZwJKNT2sZSRj9heX7jtbOa6/DXnD+Ct0iF8=; b=ozYO/Hn9gE0TF0MOIdsPq4YcjfHbnLIqCIaXxLkM12fB2oXuAPenJnY8S9tWAsyssq BkSv6DvLVCfMlQ7aq0ZkMFJAWpGnjmWfsgeKbQY5G3NJHiiFKrMUz8ybR2+JwB/erJx1 YnwrlUrOj2W997D+brvBQ0xw7qdKJDeUaCJpA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=BHTHrVdqWYEDxie7/oKetqsTKl7XGmVwD+NK94BFvAaL+TBxK+KmbvQvM9zrnKDv/X LPB6qaUIP03FZp15CxGOcP9PZdN3oou7UXdb7Q3IJY3rY0H8ht7pOf2KJyL+GyPhIvJM 4BOc2EfGPSzTMU1TbAQ036h/Qj4J1qqep95Nc= Received: by 10.204.35.139 with SMTP id p11mr3546167bkd.178.1270062455258; Wed, 31 Mar 2010 12:07:35 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id l1sm59903019bkl.8.2010.03.31.12.07.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 31 Mar 2010 12:07:32 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Wed, 31 Mar 2010 12:06:31 -0700 From: Pyun YongHyeon Date: Wed, 31 Mar 2010 12:06:31 -0700 To: Nenhum_de_Nos Message-ID: <20100331190631.GQ1473@michelle.cdnetworks.com> References: <20100324231833.GX1278@michelle.cdnetworks.com> <35a626b67a1556071f4c76498214581d.squirrel@cygnus.homeunix.com> <20100325173556.GA1278@michelle.cdnetworks.com> <20100326003150.GI1278@michelle.cdnetworks.com> <20100326195012.GS1278@michelle.cdnetworks.com> <6672a5444e755931f93f58f7b2df28c4.squirrel@cygnus.homeunix.com> <20100327021954.GY1278@michelle.cdnetworks.com> <4f4516c4a748aacfbd62cad9691afb90.squirrel@cygnus.homeunix.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline In-Reply-To: <4f4516c4a748aacfbd62cad9691afb90.squirrel@cygnus.homeunix.com> User-Agent: Mutt/1.4.2.3i X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-usb@freebsd.org Subject: Re: 10Mbps+ throughput usb based ethernet recommendation X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2010 19:07:37 -0000 --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Mar 26, 2010 at 11:31:50PM -0300, Nenhum_de_Nos wrote: [...] > >> I changed and got this: > >> > >> miibus1: on axe0 > >> ukphy0: PHY 1 on miibus1 > >> ukphy0: XXX ID1 = 0x0282, ID2 = 0xf012 > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > > > This is *NOT* bogus value. It's Agere Systems' ET1011 gigabit PHY. > > FreeBSD has truephy(4) for Agere Systems' PHY but it does not have > > support code for the model yet. > > so I can think that's the issue, right ? Probably. But this does not explain sometimes why you get some bogus value form PHY id registers. > > >> ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, > >> 1000baseT-FDX, auto > >> ue0: on axe0 > >> ue0: Ethernet address: xxxxxxxxxxxxxx > >> ue0: link state changed to DOWN > >> > >> so it didn't now. other thing is that not every time it works: > >> > > > > Yeah, that is real issue here. I guess there should be some magic > > to wakeup the PHY from deep sleep state. I'll see what can be done. > > ok, great it was found :) > > let me know if I can help in anything :) > Would you try attached patch and let me know how it goes? --/9DWx/yDrRhgMJTb-- From owner-freebsd-usb@FreeBSD.ORG Thu Apr 1 13:50:10 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 7A96F1065677 for ; Thu, 1 Apr 2010 13:50:10 +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 364358FC1C for ; Thu, 1 Apr 2010 13:50:10 +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 o31DoAcW034847 for ; Thu, 1 Apr 2010 13:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o31DoA98034846; Thu, 1 Apr 2010 13:50:10 GMT (envelope-from gnats) Resent-Date: Thu, 1 Apr 2010 13:50:10 GMT Resent-Message-Id: <201004011350.o31DoA98034846@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, Urankar Mikael Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AB24106564A for ; Thu, 1 Apr 2010 13:44:10 +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 79C138FC14 for ; Thu, 1 Apr 2010 13:44:10 +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 o31Di9g6014645 for ; Thu, 1 Apr 2010 13:44:10 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o31Di9m6014642; Thu, 1 Apr 2010 13:44:09 GMT (envelope-from nobody) Message-Id: <201004011344.o31Di9m6014642@www.freebsd.org> Date: Thu, 1 Apr 2010 13:44:09 GMT From: Urankar Mikael To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: usb/145265: [patch] Freecom USB-IDE bridge 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: Thu, 01 Apr 2010 13:50:10 -0000 >Number: 145265 >Category: usb >Synopsis: [patch] Freecom USB-IDE bridge >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 Apr 01 13:50:09 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Urankar Mikael >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: FreeBSD iut-mir-o.ujf-grenoble.fr 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r205164M: Mon Mar 29 07:27:02 CEST 2010 murankar@iut-mir-o.ujf-grenoble.fr:/usr/obj/usr/src/sys/LETHE amd64 >Description: I have the same problem described in usb/144915, ie the external HDD works fine with UFS but I get the following messages with ZFS : (da1:umass-sim1:1:0:0): SYNCHRONIZE CACHE(10). CDB: 35 0 0 0 0 0 0 0 0 0 (da1:umass-sim1:1:0:0): CAM status: SCSI Status Error (da1:umass-sim1:1:0:0): SCSI status: Check Condition (da1:umass-sim1:1:0:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code) >How-To-Repeat: use ZFS on a Freecom Classic SL Hard Drive USB-IDE bridge >Fix: Apply the attached patch Patch attached with submission follows: Index: usbdevs =================================================================== --- usbdevs (révision 205164) +++ usbdevs (copie de travail) @@ -1481,6 +1481,7 @@ /* Freecom products */ product FREECOM DVD 0xfc01 DVD drive +product FREECOM HDD 0xfc05 Classic SL Hard Drive /* Fujitsu Siemens Computers products */ product FSC E5400 0x1009 PrismGT USB 2.0 WLAN Index: quirk/usb_quirk.c =================================================================== --- quirk/usb_quirk.c (révision 205164) +++ quirk/usb_quirk.c (copie de travail) @@ -184,6 +184,7 @@ USB_QUIRK(FEIYA, 5IN1, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_BBB, UQ_MSC_FORCE_PROTO_SCSI), USB_QUIRK(FREECOM, DVD, 0x0000, 0xffff, UQ_MSC_FORCE_PROTO_SCSI), + USB_QUIRK(FREECOM, HDD, 0x0000, 0xffff, UQ_MSC_NO_SYNC_CACHE), USB_QUIRK(FUJIPHOTO, MASS0100, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_CBI_I, UQ_MSC_FORCE_PROTO_ATAPI, UQ_MSC_NO_RS_CLEAR_UA), USB_QUIRK(GENESYS, GL641USB2IDE, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_BBB, >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-usb@FreeBSD.ORG Thu Apr 1 15:24:55 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 B4C3A1065674; Thu, 1 Apr 2010 15:24:55 +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 1B2B38FC26; Thu, 1 Apr 2010 15:24:54 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=DOIWiFXTaA4A:10 a=Q9fys5e9bTEA:10 a=YcLNZHlxp0wA:10 a=RERtC8nhXGhYvIZhK0yWrQ==:17 a=JTNfMh499UiORC_6_TgA:9 a=1k_nZt44dVm2nC1Vi59N7IRlxw8A:4 a=PUjeQqilurYA:10 Received: from [90.149.203.35] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 1365100554; Thu, 01 Apr 2010 17:24:52 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Thu, 1 Apr 2010 17:22:56 +0200 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: <201004011344.o31Di9m6014642@www.freebsd.org> In-Reply-To: <201004011344.o31Di9m6014642@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: <201004011722.56606.hselasky@c2i.net> Cc: freebsd-gnats-submit@freebsd.org, Urankar Mikael Subject: Re: usb/145265: [patch] Freecom USB-IDE bridge 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: Thu, 01 Apr 2010 15:24:55 -0000 On Thursday 01 April 2010 15:44:09 Urankar Mikael wrote: > usb/145265 > See USB P4 change #176415. Please check and verify. --HPS From owner-freebsd-usb@FreeBSD.ORG Thu Apr 1 15:30:10 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 28CC01065677 for ; Thu, 1 Apr 2010 15:30:10 +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 F2C978FC27 for ; Thu, 1 Apr 2010 15:30:09 +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 o31FU95O039792 for ; Thu, 1 Apr 2010 15:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o31FU92C039789; Thu, 1 Apr 2010 15:30:09 GMT (envelope-from gnats) Date: Thu, 1 Apr 2010 15:30:09 GMT Message-Id: <201004011530.o31FU92C039789@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: usb/145265: [patch] Freecom USB-IDE bridge 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: Thu, 01 Apr 2010 15:30:10 -0000 The following reply was made to PR usb/145265; it has been noted by GNATS. From: Hans Petter Selasky To: freebsd-usb@freebsd.org Cc: Urankar Mikael , freebsd-gnats-submit@freebsd.org Subject: Re: usb/145265: [patch] Freecom USB-IDE bridge Date: Thu, 1 Apr 2010 17:22:56 +0200 On Thursday 01 April 2010 15:44:09 Urankar Mikael wrote: > usb/145265 > See USB P4 change #176415. Please check and verify. --HPS From owner-freebsd-usb@FreeBSD.ORG Fri Apr 2 06:58:54 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 6F2131065670; Fri, 2 Apr 2010 06:58:54 +0000 (UTC) (envelope-from murankar@iut-mir-o.ujf-grenoble.fr) Received: from amazone2.ujf-grenoble.fr (amazone2.ujf-grenoble.fr [152.77.2.202]) by mx1.freebsd.org (Postfix) with ESMTP id CA59D8FC1E; Fri, 2 Apr 2010 06:58:48 +0000 (UTC) Received: from tana3.ujf-grenoble.fr (tana3.ujf-grenoble.fr [152.77.18.201]) by amazone2.ujf-grenoble.fr (8.13.7/8.13.7/Configured by JE 21 07 2006) with ESMTP id o3260HLF051666; Fri, 2 Apr 2010 08:00:22 +0200 (CEST) Received: from localhost (unknown [127.0.0.1]) by tana3.ujf-grenoble.fr (Postfix) with ESMTP id 841095C03; Fri, 2 Apr 2010 08:00:17 +0200 (CEST) X-UJF-AV: Scanned on tana3.ujf-grenoble.fr Received: from tibre2.ujf-grenoble.fr (tibre2.ujf-grenoble.fr [152.77.24.10]) by tana3.ujf-grenoble.fr (Postfix) with ESMTP id 4EDA35C31; Fri, 2 Apr 2010 08:00:17 +0200 (CEST) Received: from iut-mir-o.ujf-grenoble.fr (iut-mir-o.ujf-grenoble.fr [152.77.59.35]) by tibre2.ujf-grenoble.fr (8.14.2/8.14.2/SyS-1.10) with ESMTP id o3260Fen080363; Fri, 2 Apr 2010 08:00:17 +0200 (CEST) (envelope-from murankar@iut-mir-o.ujf-grenoble.fr) Received: from iut-mir-o.ujf-grenoble.fr (localhost [127.0.0.1]) by iut-mir-o.ujf-grenoble.fr (8.14.4/8.14.4) with ESMTP id o3260Evm003914; Fri, 2 Apr 2010 08:00:14 +0200 (CEST) (envelope-from murankar@iut-mir-o.ujf-grenoble.fr) Received: (from murankar@localhost) by iut-mir-o.ujf-grenoble.fr (8.14.4/8.14.4/Submit) id o3260Ddu003907; Fri, 2 Apr 2010 08:00:13 +0200 (CEST) (envelope-from murankar) Date: Fri, 2 Apr 2010 08:00:13 +0200 From: Urankar Mikael To: Hans Petter Selasky Message-ID: <20100402060013.GA1704@iut-mir-o.ujf-grenoble.fr> References: <201004011344.o31Di9m6014642@www.freebsd.org> <201004011722.56606.hselasky@c2i.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201004011722.56606.hselasky@c2i.net> User-Agent: Mutt/1.4.2.3i Cc: freebsd-gnats-submit@freebsd.org, freebsd-usb@freebsd.org Subject: Re: usb/145265: [patch] Freecom USB-IDE bridge 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: Fri, 02 Apr 2010 06:58:54 -0000 That's OK From owner-freebsd-usb@FreeBSD.ORG Fri Apr 2 07:00:28 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 DB72B10656DE for ; Fri, 2 Apr 2010 07:00:28 +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 B023D8FC1A for ; Fri, 2 Apr 2010 07:00:28 +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 o3270SNn043941 for ; Fri, 2 Apr 2010 07:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3270SKe043940; Fri, 2 Apr 2010 07:00:28 GMT (envelope-from gnats) Date: Fri, 2 Apr 2010 07:00:28 GMT Message-Id: <201004020700.o3270SKe043940@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Urankar Mikael Cc: Subject: Re: usb/145265: [patch] Freecom USB-IDE bridge X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Urankar Mikael List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Apr 2010 07:00:28 -0000 The following reply was made to PR usb/145265; it has been noted by GNATS. From: Urankar Mikael To: Hans Petter Selasky Cc: freebsd-usb@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: usb/145265: [patch] Freecom USB-IDE bridge Date: Fri, 2 Apr 2010 08:00:13 +0200 That's OK From owner-freebsd-usb@FreeBSD.ORG Sat Apr 3 04:00: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 82BB71065674 for ; Sat, 3 Apr 2010 04:00:29 +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 58E558FC0C for ; Sat, 3 Apr 2010 04:00: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 o3340TmO067856 for ; Sat, 3 Apr 2010 04:00:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3340TwU067855; Sat, 3 Apr 2010 04:00:29 GMT (envelope-from gnats) Resent-Date: Sat, 3 Apr 2010 04:00:29 GMT Resent-Message-Id: <201004030400.o3340TwU067855@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, lrvvpamr Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4540106564A for ; Sat, 3 Apr 2010 03:50:45 +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 B95CA8FC13 for ; Sat, 3 Apr 2010 03:50:45 +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 o333oj3Y040447 for ; Sat, 3 Apr 2010 03:50:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o333ojPN040446; Sat, 3 Apr 2010 03:50:45 GMT (envelope-from nobody) Message-Id: <201004030350.o333ojPN040446@www.freebsd.org> Date: Sat, 3 Apr 2010 03:50:45 GMT From: lrvvpamr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: usb/145317: lrvvpamr 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: Sat, 03 Apr 2010 04:00:29 -0000 >Number: 145317 >Category: usb >Synopsis: lrvvpamr >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 03 04:00:28 UTC 2010 >Closed-Date: >Last-Modified: >Originator: lrvvpamr >Release: lrvvpamr >Organization: lrvvpamr >Environment: lrvvpamr >Description: xozeadxu taekznye http://qvugbood.com csvqhcoi hooiooow [URL=http://qfaztetj.com]vqaiobcs[/URL] >How-To-Repeat: lrvvpamr >Fix: lrvvpamr >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-usb@FreeBSD.ORG Sat Apr 3 04:16:17 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 D38351065670; Sat, 3 Apr 2010 04:16:17 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AA3868FC1C; Sat, 3 Apr 2010 04:16:17 +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 o334GH4d085355; Sat, 3 Apr 2010 04:16:17 GMT (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o334GH4h085351; Sat, 3 Apr 2010 04:16:17 GMT (envelope-from hrs) Date: Sat, 3 Apr 2010 04:16:17 GMT Message-Id: <201004030416.o334GH4h085351@freefall.freebsd.org> To: xpznzgon@ezeaojzc.com, hrs@FreeBSD.org, freebsd-usb@FreeBSD.org From: hrs@FreeBSD.org Cc: Subject: Re: usb/145317: lrvvpamr 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: Sat, 03 Apr 2010 04:16:17 -0000 Synopsis: lrvvpamr State-Changed-From-To: open->closed State-Changed-By: hrs State-Changed-When: Sat Apr 3 04:15:46 UTC 2010 State-Changed-Why: spam. http://www.freebsd.org/cgi/query-pr.cgi?pr=145317