From owner-freebsd-usb@FreeBSD.ORG Sun Aug 8 13:10:11 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 0F970106566B for ; Sun, 8 Aug 2010 13:10:11 +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 F0F808FC16 for ; Sun, 8 Aug 2010 13:10: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 o78DAA0G019152 for ; Sun, 8 Aug 2010 13:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o78DAAVi019151; Sun, 8 Aug 2010 13:10:10 GMT (envelope-from gnats) Date: Sun, 8 Aug 2010 13:10:10 GMT Message-Id: <201008081310.o78DAAVi019151@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Daniel Gerzo Cc: Subject: Re: usb/125736: [ukbd] [hang] system hangs after AT keyboard detect if ukbd loaded as a module X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2010 13:10:11 -0000 The following reply was made to PR usb/125736; it has been noted by GNATS. From: Daniel Gerzo To: bug-followup@FreeBSD.org Cc: hps@FreeBSD.org, admin@lissyara.su Subject: Re: usb/125736: [ukbd] [hang] system hangs after AT keyboard detect if ukbd loaded as a module Date: Sun, 8 Aug 2010 13:09:08 +0000 --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, attached, I am sending patch which fixes other modules similarly. -- Best regards, Danile Gerzo --X1bOJ3K7DJ5YkBrT Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="hps.diff" Index: if_ndis/if_ndis_usb.c =================================================================== --- if_ndis/if_ndis_usb.c (revision 211066) +++ if_ndis/if_ndis_usb.c (working copy) @@ -107,6 +107,7 @@ static devclass_t ndis_devclass; DRIVER_MODULE(ndis, uhub, ndis_driver, ndis_devclass, ndisdrv_modevent, 0); +MODULE_VERSION(ndis, 1); static int ndisusb_devcompare(interface_type bustype, struct ndis_usb_type *t, device_t dev) Index: usb/serial/u3g.c =================================================================== --- usb/serial/u3g.c (revision 211066) +++ usb/serial/u3g.c (working copy) @@ -178,6 +178,7 @@ DRIVER_MODULE(u3g, uhub, u3g_driver, u3g_devclass, u3g_driver_loaded, 0); MODULE_DEPEND(u3g, ucom, 1, 1, 1); MODULE_DEPEND(u3g, usb, 1, 1, 1); +MODULE_VERSION(u3g, 1); static const struct usb_device_id u3g_devs[] = { #define U3G_DEV(v,p,i) { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i) } Index: usb/serial/ucycom.c =================================================================== --- usb/serial/ucycom.c (revision 211066) +++ usb/serial/ucycom.c (working copy) @@ -176,6 +176,7 @@ DRIVER_MODULE(ucycom, uhub, ucycom_driver, ucycom_devclass, NULL, 0); MODULE_DEPEND(ucycom, ucom, 1, 1, 1); MODULE_DEPEND(ucycom, usb, 1, 1, 1); +MODULE_VERSION(ucycom, 1); /* * Supported devices Index: usb/serial/uark.c =================================================================== --- usb/serial/uark.c (revision 211066) +++ usb/serial/uark.c (working copy) @@ -169,6 +169,7 @@ DRIVER_MODULE(uark, uhub, uark_driver, uark_devclass, NULL, 0); MODULE_DEPEND(uark, ucom, 1, 1, 1); MODULE_DEPEND(uark, usb, 1, 1, 1); +MODULE_VERSION(uark, 1); static const struct usb_device_id uark_devs[] = { {USB_VPI(USB_VENDOR_ARKMICRO, USB_PRODUCT_ARKMICRO_ARK3116, 0)}, Index: usb/serial/ufoma.c =================================================================== --- usb/serial/ufoma.c (revision 211066) +++ usb/serial/ufoma.c (working copy) @@ -326,6 +326,7 @@ DRIVER_MODULE(ufoma, uhub, ufoma_driver, ufoma_devclass, NULL, 0); MODULE_DEPEND(ufoma, ucom, 1, 1, 1); MODULE_DEPEND(ufoma, usb, 1, 1, 1); +MODULE_VERSION(ufoma, 1); static int ufoma_probe(device_t dev) Index: usb/serial/umct.c =================================================================== --- usb/serial/umct.c (revision 211066) +++ usb/serial/umct.c (working copy) @@ -219,6 +219,7 @@ DRIVER_MODULE(umct, uhub, umct_driver, umct_devclass, NULL, 0); MODULE_DEPEND(umct, ucom, 1, 1, 1); MODULE_DEPEND(umct, usb, 1, 1, 1); +MODULE_VERSION(umct, 1); static int umct_probe(device_t dev) Index: usb/serial/uftdi.c =================================================================== --- usb/serial/uftdi.c (revision 211066) +++ usb/serial/uftdi.c (working copy) @@ -205,6 +205,7 @@ DRIVER_MODULE(uftdi, uhub, uftdi_driver, uftdi_devclass, NULL, 0); MODULE_DEPEND(uftdi, ucom, 1, 1, 1); MODULE_DEPEND(uftdi, usb, 1, 1, 1); +MODULE_VERSION(uftdi, 1); static struct usb_device_id uftdi_devs[] = { #define UFTDI_DEV(v,p,t) \ Index: usb/serial/uchcom.c =================================================================== --- usb/serial/uchcom.c (revision 211066) +++ usb/serial/uchcom.c (working copy) @@ -855,3 +855,4 @@ DRIVER_MODULE(uchcom, uhub, uchcom_driver, uchcom_devclass, NULL, 0); MODULE_DEPEND(uchcom, ucom, 1, 1, 1); MODULE_DEPEND(uchcom, usb, 1, 1, 1); +MODULE_VERSION(uchcom, 1); Index: usb/serial/uipaq.c =================================================================== --- usb/serial/uipaq.c (revision 211066) +++ usb/serial/uipaq.c (working copy) @@ -1085,6 +1085,7 @@ DRIVER_MODULE(uipaq, uhub, uipaq_driver, uipaq_devclass, NULL, 0); MODULE_DEPEND(uipaq, ucom, 1, 1, 1); MODULE_DEPEND(uipaq, usb, 1, 1, 1); +MODULE_VERSION(uipaq, 1); static int uipaq_probe(device_t dev) Index: usb/serial/ubser.c =================================================================== --- usb/serial/ubser.c (revision 211066) +++ usb/serial/ubser.c (working copy) @@ -215,6 +215,7 @@ DRIVER_MODULE(ubser, uhub, ubser_driver, ubser_devclass, NULL, 0); MODULE_DEPEND(ubser, ucom, 1, 1, 1); MODULE_DEPEND(ubser, usb, 1, 1, 1); +MODULE_VERSION(ubser, 1); static int ubser_probe(device_t dev) Index: usb/serial/ugensa.c =================================================================== --- usb/serial/ugensa.c (revision 211066) +++ usb/serial/ugensa.c (working copy) @@ -153,6 +153,7 @@ DRIVER_MODULE(ugensa, uhub, ugensa_driver, ugensa_devclass, NULL, 0); MODULE_DEPEND(ugensa, ucom, 1, 1, 1); MODULE_DEPEND(ugensa, usb, 1, 1, 1); +MODULE_VERSION(ugensa, 1); static const struct usb_device_id ugensa_devs[] = { {USB_VPI(USB_VENDOR_AIRPRIME, USB_PRODUCT_AIRPRIME_PC5220, 0)}, Index: usb/serial/umoscom.c =================================================================== --- usb/serial/umoscom.c (revision 211066) +++ usb/serial/umoscom.c (working copy) @@ -279,6 +279,7 @@ DRIVER_MODULE(umoscom, uhub, umoscom_driver, umoscom_devclass, NULL, 0); MODULE_DEPEND(umoscom, ucom, 1, 1, 1); MODULE_DEPEND(umoscom, usb, 1, 1, 1); +MODULE_VERSION(umoscom, 1); static const struct usb_device_id umoscom_devs[] = { {USB_VPI(USB_VENDOR_MOSCHIP, USB_PRODUCT_MOSCHIP_MCS7703, 0)} Index: usb/serial/ulpt.c =================================================================== --- usb/serial/ulpt.c (revision 211066) +++ usb/serial/ulpt.c (working copy) @@ -745,3 +745,4 @@ DRIVER_MODULE(ulpt, uhub, ulpt_driver, ulpt_devclass, NULL, 0); MODULE_DEPEND(ulpt, usb, 1, 1, 1); MODULE_DEPEND(ulpt, ucom, 1, 1, 1); +MODULE_VERSION(ulpt, 1); Index: usb/serial/uvisor.c =================================================================== --- usb/serial/uvisor.c (revision 211066) +++ usb/serial/uvisor.c (working copy) @@ -252,6 +252,7 @@ DRIVER_MODULE(uvisor, uhub, uvisor_driver, uvisor_devclass, NULL, 0); MODULE_DEPEND(uvisor, ucom, 1, 1, 1); MODULE_DEPEND(uvisor, usb, 1, 1, 1); +MODULE_VERSION(uvisor, 1); static const struct usb_device_id uvisor_devs[] = { #define UVISOR_DEV(v,p,i) { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i) } Index: usb/serial/ubsa.c =================================================================== --- usb/serial/ubsa.c (revision 211066) +++ usb/serial/ubsa.c (working copy) @@ -277,6 +277,7 @@ DRIVER_MODULE(ubsa, uhub, ubsa_driver, ubsa_devclass, NULL, 0); MODULE_DEPEND(ubsa, ucom, 1, 1, 1); MODULE_DEPEND(ubsa, usb, 1, 1, 1); +MODULE_VERSION(ubsa, 1); static int ubsa_probe(device_t dev) Index: usb/input/atp.c =================================================================== --- usb/input/atp.c (revision 211066) +++ usb/input/atp.c (working copy) @@ -2222,3 +2222,4 @@ DRIVER_MODULE(atp, uhub, atp_driver, atp_devclass, NULL, 0); MODULE_DEPEND(atp, usb, 1, 1, 1); +MODULE_VErSION(atp, 1); Index: usb/input/ums.c =================================================================== --- usb/input/ums.c (revision 211066) +++ usb/input/ums.c (working copy) @@ -1010,3 +1010,4 @@ DRIVER_MODULE(ums, uhub, ums_driver, ums_devclass, NULL, 0); MODULE_DEPEND(ums, usb, 1, 1, 1); +MODULE_VERSION(ums, 1); Index: usb/input/ukbd.c =================================================================== --- usb/input/ukbd.c (revision 211066) +++ usb/input/ukbd.c (working copy) @@ -1887,3 +1887,4 @@ DRIVER_MODULE(ukbd, uhub, ukbd_driver, ukbd_devclass, ukbd_driver_load, 0); MODULE_DEPEND(ukbd, usb, 1, 1, 1); +MODULE_VERSION(ukbd, 1); Index: usb/input/uep.c =================================================================== --- usb/input/uep.c (revision 211066) +++ usb/input/uep.c (working copy) @@ -439,3 +439,4 @@ DRIVER_MODULE(uep, uhub, uep_driver, uep_devclass, NULL, NULL); MODULE_DEPEND(uep, usb, 1, 1, 1); +MODULE_VERSION(uep, 1); Index: usb/input/uhid.c =================================================================== --- usb/input/uhid.c (revision 211066) +++ usb/input/uhid.c (working copy) @@ -801,3 +801,4 @@ DRIVER_MODULE(uhid, uhub, uhid_driver, uhid_devclass, NULL, 0); MODULE_DEPEND(uhid, usb, 1, 1, 1); +MODULE_VERSION(uhid, 1); Index: usb/storage/urio.c =================================================================== --- usb/storage/urio.c (revision 211066) +++ usb/storage/urio.c (working copy) @@ -197,6 +197,7 @@ DRIVER_MODULE(urio, uhub, urio_driver, urio_devclass, NULL, 0); MODULE_DEPEND(urio, usb, 1, 1, 1); +MODULE_VERSION(urio, 1); static int urio_probe(device_t dev) Index: usb/storage/umass.c =================================================================== --- usb/storage/umass.c (revision 211066) +++ usb/storage/umass.c (working copy) @@ -715,6 +715,7 @@ DRIVER_MODULE(umass, uhub, umass_driver, umass_devclass, NULL, 0); MODULE_DEPEND(umass, usb, 1, 1, 1); MODULE_DEPEND(umass, cam, 1, 1, 1); +MODULE_VERSION(umass, 1); /* * USB device probe/attach/detach Index: usb/usb_hub.c =================================================================== --- usb/usb_hub.c (revision 211066) +++ usb/usb_hub.c (working copy) @@ -170,6 +170,7 @@ DRIVER_MODULE(uhub, usbus, uhub_driver, uhub_devclass, 0, 0); DRIVER_MODULE(uhub, uhub, uhub_driver, uhub_devclass, NULL, 0); +MODULE_VERSION(uhub, 1); static void uhub_intr_callback(struct usb_xfer *xfer, usb_error_t error) Index: usb/net/if_kue.c =================================================================== --- usb/net/if_kue.c (revision 211066) +++ usb/net/if_kue.c (working copy) @@ -215,6 +215,7 @@ MODULE_DEPEND(kue, uether, 1, 1, 1); MODULE_DEPEND(kue, usb, 1, 1, 1); MODULE_DEPEND(kue, ether, 1, 1, 1); +MODULE_VERSION(kue, 1); static const struct usb_ether_methods kue_ue_methods = { .ue_attach_post = kue_attach_post, Index: usb/net/if_rue.c =================================================================== --- usb/net/if_rue.c (revision 211066) +++ usb/net/if_rue.c (working copy) @@ -213,6 +213,7 @@ MODULE_DEPEND(rue, usb, 1, 1, 1); MODULE_DEPEND(rue, ether, 1, 1, 1); MODULE_DEPEND(rue, miibus, 1, 1, 1); +MODULE_VERSION(rue, 1); static const struct usb_ether_methods rue_ue_methods = { .ue_attach_post = rue_attach_post, Index: usb/net/if_udav.c =================================================================== --- usb/net/if_udav.c (revision 211066) +++ usb/net/if_udav.c (working copy) @@ -172,6 +172,7 @@ MODULE_DEPEND(udav, usb, 1, 1, 1); MODULE_DEPEND(udav, ether, 1, 1, 1); MODULE_DEPEND(udav, miibus, 1, 1, 1); +MODULE_VERSION(udav, 1); static const struct usb_ether_methods udav_ue_methods = { .ue_attach_post = udav_attach_post, Index: usb/net/if_aue.c =================================================================== --- usb/net/if_aue.c (revision 211066) +++ usb/net/if_aue.c (working copy) @@ -281,6 +281,7 @@ MODULE_DEPEND(aue, usb, 1, 1, 1); MODULE_DEPEND(aue, ether, 1, 1, 1); MODULE_DEPEND(aue, miibus, 1, 1, 1); +MODULE_VERSION(aue, 1); static const struct usb_ether_methods aue_ue_methods = { .ue_attach_post = aue_attach_post, Index: usb/net/if_cue.c =================================================================== --- usb/net/if_cue.c (revision 211066) +++ usb/net/if_cue.c (working copy) @@ -173,6 +173,7 @@ MODULE_DEPEND(cue, uether, 1, 1, 1); MODULE_DEPEND(cue, usb, 1, 1, 1); MODULE_DEPEND(cue, ether, 1, 1, 1); +MODULE_VERSION(cue, 1); static const struct usb_ether_methods cue_ue_methods = { .ue_attach_post = cue_attach_post, Index: usb/net/if_axe.c =================================================================== --- usb/net/if_axe.c (revision 211066) +++ usb/net/if_axe.c (working copy) @@ -256,6 +256,7 @@ MODULE_DEPEND(axe, usb, 1, 1, 1); MODULE_DEPEND(axe, ether, 1, 1, 1); MODULE_DEPEND(axe, miibus, 1, 1, 1); +MODULE_VERSION(axe, 1); static const struct usb_ether_methods axe_ue_methods = { .ue_attach_post = axe_attach_post, Index: usb/misc/ufm.c =================================================================== --- usb/misc/ufm.c (revision 211066) +++ usb/misc/ufm.c (working copy) @@ -117,6 +117,7 @@ DRIVER_MODULE(ufm, uhub, ufm_driver, ufm_devclass, NULL, 0); MODULE_DEPEND(ufm, usb, 1, 1, 1); +MODULE_VERSION(ufm, 1); static int ufm_probe(device_t dev) Index: usb/misc/udbp.c =================================================================== --- usb/misc/udbp.c (revision 211066) +++ usb/misc/udbp.c (working copy) @@ -261,6 +261,7 @@ DRIVER_MODULE(udbp, uhub, udbp_driver, udbp_devclass, udbp_modload, 0); MODULE_DEPEND(udbp, netgraph, NG_ABI_VERSION, NG_ABI_VERSION, NG_ABI_VERSION); MODULE_DEPEND(udbp, usb, 1, 1, 1); +MODULE_VERSION(udbp, 1); static int udbp_modload(module_t mod, int event, void *data) Index: usb/usb_compat_linux.c =================================================================== --- usb/usb_compat_linux.c (revision 211066) +++ usb/usb_compat_linux.c (working copy) @@ -122,6 +122,7 @@ static devclass_t usb_linux_devclass; DRIVER_MODULE(usb_linux, uhub, usb_linux_driver, usb_linux_devclass, NULL, 0); +MODULE_VERSION(usb_linux, 1); /*------------------------------------------------------------------------* * usb_linux_lookup_id Index: usb/wlan/if_uath.c =================================================================== --- usb/wlan/if_uath.c (revision 211066) +++ usb/wlan/if_uath.c (working copy) @@ -2892,3 +2892,4 @@ DRIVER_MODULE(uath, uhub, uath_driver, uath_devclass, NULL, 0); MODULE_DEPEND(uath, wlan, 1, 1, 1); MODULE_DEPEND(uath, usb, 1, 1, 1); +MODULE_VERSION(uath, 1); Index: usb/wlan/if_urtw.c =================================================================== --- usb/wlan/if_urtw.c (revision 211066) +++ usb/wlan/if_urtw.c (working copy) @@ -4441,3 +4441,4 @@ DRIVER_MODULE(urtw, uhub, urtw_driver, urtw_devclass, NULL, 0); MODULE_DEPEND(urtw, wlan, 1, 1, 1); MODULE_DEPEND(urtw, usb, 1, 1, 1); +MODULE_VERSION(urtw, 1); Index: usb/wlan/if_rum.c =================================================================== --- usb/wlan/if_rum.c (revision 211066) +++ usb/wlan/if_rum.c (working copy) @@ -139,9 +139,6 @@ #undef RUM_DEV }; -MODULE_DEPEND(rum, wlan, 1, 1, 1); -MODULE_DEPEND(rum, usb, 1, 1, 1); - static device_probe_t rum_match; static device_attach_t rum_attach; static device_detach_t rum_detach; @@ -2359,3 +2356,6 @@ static devclass_t rum_devclass; DRIVER_MODULE(rum, uhub, rum_driver, rum_devclass, NULL, 0); +MODULE_DEPEND(rum, wlan, 1, 1, 1); +MODULE_DEPEND(rum, usb, 1, 1, 1); +MODULE_VERSION(rum, 1); Index: usb/wlan/if_ural.c =================================================================== --- usb/wlan/if_ural.c (revision 211066) +++ usb/wlan/if_ural.c (working copy) @@ -400,6 +400,7 @@ DRIVER_MODULE(ural, uhub, ural_driver, ural_devclass, NULL, 0); MODULE_DEPEND(ural, usb, 1, 1, 1); MODULE_DEPEND(ural, wlan, 1, 1, 1); +MODULE_VERSION(ural, 1); static int ural_match(device_t self) Index: usb/wlan/if_run.c =================================================================== --- usb/wlan/if_run.c (revision 211066) +++ usb/wlan/if_run.c (working copy) @@ -294,10 +294,6 @@ #undef RUN_DEV }; -MODULE_DEPEND(run, wlan, 1, 1, 1); -MODULE_DEPEND(run, usb, 1, 1, 1); -MODULE_DEPEND(run, firmware, 1, 1, 1); - static device_probe_t run_match; static device_attach_t run_attach; static device_detach_t run_detach; @@ -4870,3 +4866,7 @@ static devclass_t run_devclass; DRIVER_MODULE(run, uhub, run_driver, run_devclass, NULL, 0); +MODULE_DEPEND(run, wlan, 1, 1, 1); +MODULE_DEPEND(run, usb, 1, 1, 1); +MODULE_DEPEND(run, firmware, 1, 1, 1); +MODULE_VERSION(run, 1); Index: usb/wlan/if_zyd.c =================================================================== --- usb/wlan/if_zyd.c (revision 211066) +++ usb/wlan/if_zyd.c (working copy) @@ -2947,3 +2947,4 @@ DRIVER_MODULE(zyd, uhub, zyd_driver, zyd_devclass, NULL, 0); MODULE_DEPEND(zyd, usb, 1, 1, 1); MODULE_DEPEND(zyd, wlan, 1, 1, 1); +MODULE_VERSION(zyd, 1); --X1bOJ3K7DJ5YkBrT-- From owner-freebsd-usb@FreeBSD.ORG Sun Aug 8 15:00: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 6D0B21065676 for ; Sun, 8 Aug 2010 15:00:17 +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 562C18FC12 for ; Sun, 8 Aug 2010 15: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 o78F0HWt026237 for ; Sun, 8 Aug 2010 15: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 o78F0HbY026236; Sun, 8 Aug 2010 15:00:17 GMT (envelope-from gnats) Date: Sun, 8 Aug 2010 15:00:17 GMT Message-Id: <201008081500.o78F0HbY026236@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: usb/125736: [ukbd] [hang] system hangs after AT keyboard detect if ukbd loaded as a module 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: Sun, 08 Aug 2010 15:00:17 -0000 The following reply was made to PR usb/125736; it has been noted by GNATS. From: Hans Petter Selasky To: Daniel =?iso-8859-15?q?Ger=B8o?= , Martin Matuska Cc: bug-followup@freebsd.org Subject: Re: usb/125736: [ukbd] [hang] system hangs after AT keyboard detect if ukbd loaded as a module Date: Sun, 8 Aug 2010 16:49:29 +0200 On Thursday 29 July 2010 23:03:28 Martin Matuska wrote: > Hans Petter Selasky recommended me to use > > MODULE_VERSION(ukbd, 1); > in sys/dev/usb/input/ukbd.c > > I can confirm that this patch solves the problem and if there is nothing > in the way I suggest importing it into HEAD and MFC-ing into stable/8 > and stable/7. > > Thanks! Patch has been committed to USB P4. http://p4web.freebsd.org/@@182088?ac=10 Thanks for testing! --HPS From owner-freebsd-usb@FreeBSD.ORG Sun Aug 8 15:00:21 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 86B011065670 for ; Sun, 8 Aug 2010 15:00:21 +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 755F48FC08 for ; Sun, 8 Aug 2010 15:00:21 +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 o78F0L5W026658 for ; Sun, 8 Aug 2010 15:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o78F0LUP026651; Sun, 8 Aug 2010 15:00:21 GMT (envelope-from gnats) Date: Sun, 8 Aug 2010 15:00:21 GMT Message-Id: <201008081500.o78F0LUP026651@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: usb/125736: [ukbd] [hang] system hangs after AT keyboard detect if ukbd loaded as a module 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: Sun, 08 Aug 2010 15:00:21 -0000 The following reply was made to PR usb/125736; it has been noted by GNATS. From: Hans Petter Selasky To: Daniel =?iso-8859-15?q?Ger=B8o?= , Martin Matuska Cc: bug-followup@freebsd.org Subject: Re: usb/125736: [ukbd] [hang] system hangs after AT keyboard detect if ukbd loaded as a module Date: Sun, 8 Aug 2010 16:56:17 +0200 On Thursday 29 July 2010 23:03:28 Martin Matuska wrote: > Hans Petter Selasky recommended me to use > > MODULE_VERSION(ukbd, 1); > in sys/dev/usb/input/ukbd.c > > I can confirm that this patch solves the problem and if there is nothing > in the way I suggest importing it into HEAD and MFC-ing into stable/8 > and stable/7. > > Thanks! Some typos: http://p4web.freebsd.org/@@182089?ac=10 Thanks for testing! --HPS From owner-freebsd-usb@FreeBSD.ORG Mon Aug 9 11:07: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 2F875106567A for ; Mon, 9 Aug 2010 11:07:07 +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 1D0058FC26 for ; Mon, 9 Aug 2010 11:07:07 +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 o79B778b049172 for ; Mon, 9 Aug 2010 11:07:07 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o79B76i6049170 for freebsd-usb@FreeBSD.org; Mon, 9 Aug 2010 11:07:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 9 Aug 2010 11:07:06 GMT Message-Id: <201008091107.o79B76i6049170@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, 09 Aug 2010 11:07:07 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/149283 usb [uftdi] avrdude unable to talk to Arduino board (via u o usb/149162 usb ASUS WL-167g doesn't work in 8.1 (continue of 149058) o usb/149039 usb [uhso] Binding problem with uhso s usb/148702 usb [usb8] [request] IO DATA USB-RSAQ5 support on FreeBSD- o usb/148080 usb usbconfig(8) sometimes does not turn off the device o usb/147516 usb [umass] [usb67] kernel unable to deal with Olympus USB o usb/146871 usb [usbdevs] [usb8] [patch] provide descriprive string fo o usb/146840 usb [hang] FreeBSD 7.2 / 7.3 / 8.0 hang at startup after e o usb/146153 usb [axe] [usb8] Hosts in network doesn't receive any pack o usb/146054 usb [urtw] [usb8] urtw driver potentially out of date f usb/145513 usb [usb8] New USB stack: no new devices after forced usb o usb/145455 usb [usb8] [patch] USB debug support cannot be disabled o usb/145415 usb [umass] [usb8] USB card reader does not create slices a usb/145184 usb GENERIC can't mount root from USB on Asus EEE o usb/145165 usb [keyboard] [usb8] ukbd_set_leds_callback: error=USB_ER f kern/144938 usb [keyboard] [boot] Boot Failure with Apple (MB869LL/A) o usb/144751 usb [ukbd] [usb8] kernel without keyboard support won't co o usb/144387 usb [run] [panic] if_run panic o usb/144043 usb [umass] [usb8] USB DLT tape drive throws random errors o usb/143790 usb [boot] can not boot from usb hdd f usb/143620 usb [cdce] [usb8] the module if_cdce doesn't support my Op f usb/143294 usb [usb8] copying process stops at some time (10 - 50 sec o usb/143286 usb [ukbd] [usb8] [boot] boot failures on RELENG_8 system f usb/143186 usb [usbdevs] [usb8] [patch] add USB device IDs for Google a usb/143139 usb [umass] [usb8] [patch] Quirk for Century EX35SW4_SB4 J o usb/143045 usb [umass] [usb8] [patch] mounting Fujitsu 2600Z camera d o usb/142991 usb [uftdi] [usb67] [patch] Patch to add Crystalfontz 533 f usb/142989 usb [usb8] canon eos 50D attaches but detaches after few s f usb/142957 usb [umass] [usb8] [patch] patch for USB disk SYNCHRONIZE o usb/142719 usb [urtw] [usb8] AirLive WL-1600USB (RTL8187L chipset) fa o usb/142713 usb [usb67] [panic] Kernel Panik when connecting an IPhone f usb/142276 usb [umass] [usb8] Cache Synchronization Error with Olympu o usb/142229 usb [ums] [usb8] [hang] connecting a USB mouse to a Dell P o usb/141680 usb [uath] [usb8] Netgear WG111T not working with uath dri o usb/141664 usb [pcm] [usb8] Logitech USB microphone failure [regressi o usb/141474 usb [boot] [usb8] FreeBSD 8.0 can not install from USB CDR o usb/141327 usb [ukbd] [usb67] USB kbd not working with 7.1+PAE on IBM o usb/141212 usb [ukbd] [usb8] ukbd_set_leds_callback:700: error=USB_ER o kern/141011 usb [usb] Encrypted root, geli password at boot; enter key o usb/140920 usb [install] [usb8] USB based install fails on 8.0-RELEAS o usb/140893 usb [urtw] [usb8] WPA2 not working on rtl8187b f usb/140883 usb [axe] [usb8] USB gigabit ethernet hangs after short pe o kern/140849 usb [ums] [usb8] USB mouse doesn't work under FreeBSD 8.0- a usb/140810 usb [uftdi] [usb8] 8.X copy and paste problem / tty overfl o kern/140614 usb [uplcom] [patch] adding support for Radio Shack Gigwar o usb/140477 usb [umass] [usb8] [patch] allow boot-time attachment of d o usb/140236 usb [msdosfs] [usb8] Labels wiped on external Journaled US o usb/140160 usb [usb8] [acpi] USB ports are no longer "active" after A s usb/139990 usb [panic] [patch] [usb67] Kernel frequently panics after a usb/139598 usb [umass] [usb8] CAM reports "xptioctl: put "device pass o usb/139243 usb [uhci] [usb67] unplug prolific USB serial -> uhci_abor a usb/138904 usb [rum] [panic] [usb67] unpluging USB wifi card panics s f usb/138882 usb [ohci] [panic] [usb67] Can't install FreeBSD 7.2 due t o usb/138798 usb [boot] [usb8] 8.0-BETA4 can't boot from USB flash driv o usb/138659 usb [usb8][uftdi] driver broken in RELENG_8/CURRENT o usb/138570 usb [usb] [panic] USB mass device panics current 7.2-STABL o usb/138548 usb [usb67] [usb8] usb devices periodically have unknown a o usb/138175 usb [usb67] [boot] System cannot boot, when USB reader wit o usb/138124 usb [snd_uaudio] [usb8] Axed uaudio functionality in the u o usb/138119 usb [usb67] [usb8] MultiBay CDROM (probably on USB bus) is o usb/137872 usb [usb67] [boot] slow booting on usb flash drive o usb/137806 usb [ukbd] [usb67] USB keyboard doesn't work until it's un o usb/137763 usb [usb67][ukbd] Logitech wireless keyboard media keys no o usb/137377 usb [usb8] request support for Huawei E180 o usb/137341 usb [usb8][rum] driver if_rum doesn't work at all and thro f usb/137190 usb [usb8][patch] inhibit spurious button releases for som o usb/137189 usb [usb8][patch] create and use sysctl nodes for HID repo p usb/137188 usb [usb8][patch] correctly handle USB report descriptors 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/135542 usb [keyboard] boot loader does not work with a usb keyboa o usb/135348 usb [umass] [patch] USB Drive Hangs with ZFS (JMicron USB2 o usb/135206 usb machine reboots when inserted USB device o usb/135200 usb SAMSUNG i740 usb mass: Synchronize cache failed, statu o usb/135182 usb UMASS quirk - Olympus FE20 camera o usb/134950 usb Lowering DTR for USB-modem via ubsa is not possible o usb/134299 usb Kernel Panic plugging in MF626 USB UMTS Stick u3g o usb/134193 usb System freeze on usb MP3 player insertion o usb/134085 usb [umass] Adding usb quirk for Sony USB flash drive o usb/133989 usb [usb8] [ukbd] USB keyboard dead at mountroot> prompt o usb/133712 usb [ural] [patch] RE: Fixed an issue with ural(4) that wa o usb/133390 usb umass crashes system in 7.1 when Olympus D-540 attache o usb/133296 usb [rum] driver not working properly in hostap mode o usb/132594 usb USB subsystem causes page fault and crashes o usb/132312 usb [hang] Xorg 7.4 halts USB controller o usb/132080 usb [patch] [usb] [rum] 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/131583 usb [umass] Failure when detaching umass Device o usb/131576 usb [aue] ADMtek USB To LAN Converter can't send data o usb/131521 usb Registering Belkin UPS to usb_quirks.c p usb/131123 usb [patch] [usb67] re-add UQ_ASSUME_CM_OVER_DATA USB quir o usb/131074 usb no run-time detection of usb devices plugged into exte o usb/130736 usb Page fault unplugging USB stick o usb/130230 usb Samsung Electronics YP-U3 does not attach in 7.1-RELEA o usb/130208 usb Boot process severely hampered by umass0 error o usb/130122 usb [usb8] DVD drive detects as 'da' device o usb/129766 usb [usb] plugging in usb modem HUAWEI E226 panics system o usb/129673 usb [uhci] uhci (uhub) confused on replugging USB 1.1 scan o usb/129500 usb [umass] [panic] FreeBSD Crashes when connecting SanDis o usb/129311 usb [usb] [panic] Instant crash with an USB card reader s usb/128990 usb [usb] u3g does not handle RTS/CTS available on for exa o usb/128977 usb [usb67] [patch] uaudio is not full duplex p usb/128803 usb [usbdevs] [patch] Quirk for I-Tuner Networks USBLCD4X2 o usb/128485 usb [umodem] [patch] Nokia N80 modem support o usb/128425 usb [umass] Cannot Connect Maxtor Onetouch 4 USB drive o usb/128418 usb [panic] [rum] loading if_rum causes panic, looks like p usb/127980 usb [umass] [patch] [usb67] Fix Samsung YP U2 MP3 player o o usb/127926 usb [boot] USB Timeout during bootup p usb/127549 usb [umass] [usb67] [patch] Meizu MiniPlayer M6 (SL) requi 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 f usb/124604 usb [ums] Microsoft combo wireless mouse doesn't work o kern/124130 usb [usb] gmirror fails to start usb devices that were pre o usb/123969 usb [usb] Supermicro H8SMi-2 usb problem: port reset faile o usb/123714 usb [usb] [panic] Panic when hald-storage-probe runs with o usb/123691 usb usbd(8): usbd hangs o usb/123690 usb [usb] [panic] Panic on USB device insertion when usb l o usb/123611 usb [usb] BBB reset failed, STALLED from Imation/Mitsumi U o usb/123509 usb [umass] continuous reset Samsung SGH-G600 phone o usb/122992 usb [umass] [patch] MotoROKR Z6 Phone not recognised by um o usb/122936 usb [ucom] [ubsa] Device does not receive interrupt o usb/122905 usb [ubsa] [patch] add Huawei E220 to ubsa o usb/122819 usb [usb] [patch] Patch to provide dynamic additions to th o usb/122813 usb [udbp] [request] udbp driver should be removed in favo o usb/122547 usb [ehci] USB Printer not being recognized after reboot o usb/122539 usb [ohci] [panic] AnyDATA ADU-E1000D - kernel panic: ohci o usb/122483 usb [panic] [ulpt] Repeatable panic in 7.0-STABLE o usb/122119 usb [umass] umass device causes creation of daX but not da o usb/121755 usb [ohci] [patch] Fix panic after ohci/uhub cardbus devic o usb/121734 usb [ugen] ugen HP1022 printer device not working since up o usb/121708 usb [keyboard] nforce 650i mobo w/ usb keyboard infinite k o usb/121474 usb [cam] [patch] QUIRK: SAMSUNG HM250JI in LaCie usb hard o usb/121275 usb [boot] [panic] FreeBSD fails to boot with usb legacy s o usb/121232 usb [usb] [panic] USB CardBus card removal causes reboot s p usb/121184 usb [uipaq] [patch] add ids from linux ipaq driver (plus a o usb/121169 usb [umass] Issues with usb mp3 player o usb/121045 usb [uftdi] [patch] Add support for PC-OP-RS1 and KURO-RS o usb/120786 usb [usb] [panic] Kernel panic when forced umount of a det o usb/120729 usb [panic] fault while in kernel mode with connecting USB o usb/120572 usb [umass] [patch] quirk to support ASUS P535 as umass (a o usb/120321 usb [hang] System hangs when transferring data to WD MyBoo o usb/120283 usb [panic] Automation reboot with wireless keyboard & mou o usb/120034 usb [hang] 6.2 & 6.3 hangs on boot at usb0: OHCI with 1.5 o usb/119981 usb [axe] [patch] add support for LOGITEC LAN-GTJ/U2 gigab o usb/119977 usb [ums] Mouse does not work in a Cherry-USB keyboard/mou o usb/119653 usb [cam] [patch] iriver s7 player sync cache error patch o usb/119633 usb [umass] umass0: BBB reset failed, IOERROR [regression] o usb/119513 usb [irq] inserting dlink dwl-g630 wireless card results i o usb/119509 usb [usb] USB flaky on Dell Optiplex 755 o usb/119481 usb [hang] FreeBSD not responding after connecting USB-Mas o usb/119389 usb [umass] Sony DSC-W1 CBI reset failed, STALLED [regress o usb/119227 usb [ubsa] [patch] ubsa buffer is too small; should be tun o usb/119201 usb [cam] [patch] Quirks for Olympus FE-210 camera, LG and o usb/118480 usb [umass] Timeout in USB mass storage freezes vfs layer o usb/118353 usb [panic] [ppp] repeatable kernel panic during ppp(4) se o usb/118141 usb [ucom] usb serial and nokia phones ucomreadcb ucomread o usb/118140 usb [ucom] [patch] quick hack for ucom to get it behave wi o usb/118098 usb [umass] 6th gen iPod causes problems when disconnectin o usb/117955 usb [umass] [panic] inserting minolta dimage a2 crashes OS o usb/117946 usb [panic] D-Link DUB-E100 rev. B1 crashes FreeBSD 7.0-BE o usb/117938 usb [ums] [patch] Adding support for MS WL Natural and MS o usb/117911 usb [ums] [request] Mouse Gembird MUSWC not work o usb/117893 usb [umass] Lacie USB DVD writing failing o usb/117613 usb [uhci] [irq] uhci interrupt storm & USB leaked memory o usb/117598 usb [snd_uaudio] [patch] Not possible to record with Plant o usb/117313 usb [umass] [panic] panic on usb camera insertion o usb/117200 usb [ugen] ugen0 prints strange string on attach if detach o usb/117183 usb [panic] USB/fusefs -- panic while transferring large a o usb/116947 usb [ukbd] [patch] [regression] enable boot protocol on th o usb/116699 usb [usbhid] USB HID devices do not initialize at system b o usb/116561 usb [umodem] [panic] RELENG_6 umodem panic "trying to slee o usb/116282 usb [ulpt] Cannot print on USB HP LJ1018 or LJ1300 o usb/115935 usb [usbdevs] [patch] kernel counterproductively attaches o usb/115933 usb [uftdi] [patch] RATOC REX-USB60F (usb serial converter o usb/115400 usb [ehci] Problem with EHCI on ASUS M2N4-SLI o usb/115298 usb [ulpt] [panic] Turning off USB printer panics kernel o usb/114916 usb [umass] [patch] USB Maxtor drive (L300RO) requires qui o kern/114780 usb [uplcom] [panic] Panics while stress testing the uplco o usb/114682 usb [umass] generic USB media-card reader unusable o usb/114310 usb [libusb] [patch] [panic] USB hub attachment panics ker o usb/114068 usb [usb67] [usb8] [umass] [patch] Problem with connection o conf/114013 usb [patch] WITHOUT_USB allow to compil a lot of USB stuff o usb/113060 usb [usb67] [ulpt] [patch] Samsung printer not working in o usb/110856 usb [usb67] [ugen] [patch] interrupt in msgs are truncated s usb/108344 usb [usb67] [atausb] [panic] kernel with atausb panics whe o usb/107827 usb [usb67] [ohci] [panic] ohci_add_done addr not found o usb/107388 usb [usb67] [usb8] [new driver] [patch] add utoppy device o usb/106041 usb [usb67] [usb8] [request] FreeBSD does not recognise Mu o usb/105361 usb [usb67] [panic] Kernel panic during unmounting mass st s usb/103917 usb [usb67] [uhub] USB driver reports "Addr 0 should never o usb/103418 usb [usb67] [usb8] [patch] [request] usbhidctl(8) add abil o usb/103046 usb [usb67] [ulpt] [patch] ulpt event driven I/O with sele o usb/101775 usb [usb67] [usb8] [libusbhid] [patch] possible error in r o usb/101761 usb [usb67] [patch] [request] usb.h: increase maximal size o usb/100746 usb [usb67] [ukbd] system does not boot due to USB keyboar o usb/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/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work o usb/91538 usb [ulpt] [patch] Unable to print to EPSON CX3500 o usb/91283 usb [boot] [regression] booting very slow with usb devices o usb/91238 usb [umass] USB tape unit fails to write a second tape fil o usb/90700 usb [umass] [panic] Kernel panic on connect/mount/use umas o usb/89954 usb [umass] [panic] USB Disk driver race condition? s usb/89003 usb [request] LaCie Firewire drive not properly supported o usb/88743 usb [hang] [regression] USB makes kernel hang at boot (reg o usb/88408 usb [axe] axe0 read PHY failed o usb/87648 usb [mouse] Logitech USB-optical mouse problem. o usb/87224 usb [usb] Cannot mount USB Zip750 o usb/86767 usb [umass] [patch] bogus "slice starts beyond end of the o usb/86298 usb [mouse] Known good USB mouse won't work with correct s s usb/85067 usb [uscanner] Cannot attach ScanJet 4300C to usb device s usb/84336 usb [usb] [reboot] instant system reboot when unmounting a o usb/83977 usb [ucom] [panic] ucom1: open bulk out error (addr 2): IN o usb/83863 usb [ugen] Communication problem between opensc/openct via o usb/83756 usb [ums] [patch] Microsoft Intellimouse Explorer 4.0A doe o usb/83563 usb [umass] [panic] Page Fault while detaching Mpman Usb d o usb/83504 usb [kernel] [patch] SpeedTouch USB stop working on recent o usb/82660 usb [ehci] [panic] EHCI: I/O stuck in state 'physrd'/panic s usb/82569 usb [umass] [panic] USB mass storage plug/unplug causes sy o usb/82520 usb [udbp] [reboot] Reboot when USL101 connected o usb/82350 usb [ucom] [panic] null pointer dereference in USB stack o usb/81621 usb [ehci] [hang] external hd hangs under load on ehci o usb/80935 usb [uvisor] [patch] uvisor.c is not work with CLIE TH55. o usb/80854 usb [patch] [request] suggestion for new iface-no-probe me s usb/80777 usb [request] usb_rem_task() should wait for callback to c s usb/80776 usb [udav] [request] UDAV device driver shouldn't use usb_ o usb/80774 usb [patch] have "usbd_find_desc" in line with the other " f usb/80361 usb [umass] [patch] mounting of Dell usb-stick fails f usb/80040 usb [sound] [hang] Use of sound mixer causes system freeze o usb/79723 usb [usb] [request] prepare for high speed isochronous tra o usb/78984 usb [umass] [patch] Creative MUVO umass failure f usb/77294 usb [ucom] [panic] ucom + ulpcom panic o usb/76732 usb [ums] Mouse problems with USB KVM Switch o usb/76653 usb [umass] [patch] Problem with Asahi Optical usb device o usb/76461 usb [umass] disklabel of umass(4)-CAM(4)-da(4) not used by f usb/76395 usb [uhci] USB printer does not work, usbdevs says "addr 0 s usb/75928 usb [umass] [request] Cytronix SmartMedia card (SMC) reade o usb/75800 usb [ucom] ucom1: init failed STALLED error in time of syn f usb/75797 usb [sound] [regression] 5.3-STABLE(2005 1/4) detect USB h o usb/75764 usb [umass] [patch] "umass0: Phase Error" - no device for f usb/75705 usb [umass] [panic] da0 attach / Optio S4 (with backtrace) f usb/74771 usb [umass] [hang] mounting write-protected umass device a s usb/74453 usb [umass] [patch] Q-lity CD-RW USB ECW-043 (ScanLogic SL o usb/74211 usb [umass] USB flash drive causes CAM status 0x4 on 4.10R o usb/73307 usb [panic] Kernel panics on USB disconnect s usb/72733 usb [ucom] [request] Kyocera 7135 Palm OS connection probl o usb/71455 usb [umass] Slow USB umass performance of 5.3 o usb/71417 usb [ugen] Cryptoflex e-gate USB token (ugen0) communicati o usb/71416 usb [ugen] Cryptoflex e-gate USB token (ugen0) detach is n o usb/71280 usb [aue] aue0 device (linksys usb100tx) doesn't work in 1 o usb/71155 usb [ulpt] misbehaving usb-printer hangs processes, causes o usb/70523 usb [umct] [patch] umct sending/receiving wrong characters o usb/69006 usb [usbdevs] [patch] Apple Cinema Display hangs USB ports o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction o usb/67301 usb [uftdi] [panic] RTS and system panic o usb/66547 usb [ucom] Palm Tungsten T USB does not initialize correct o usb/63621 usb [umass] [panic] USB MemoryStick Reader stalls/crashes s usb/62257 usb [umass] [request] card reader UCR-61S2B is only half-s o usb/59698 usb [keyboard] [patch] Rework of ukbd HID to AT code trans s bin/57255 usb [patch] usbd(8) and multi-function devices s usb/52026 usb [usb] [request] umass driver support for InSystem ISD2 s usb/51958 usb [urio] [patch] update for urio driver o usb/40948 usb [umass] [request] USB HP CDW8200 does not work o usb/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem 312 problems total. From owner-freebsd-usb@FreeBSD.ORG Mon Aug 9 12:31:54 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 942551065676; Mon, 9 Aug 2010 12:31:54 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6873B8FC08; Mon, 9 Aug 2010 12:31:54 +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 o79CVsIU042490; Mon, 9 Aug 2010 12:31:54 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o79CVsAC042486; Mon, 9 Aug 2010 12:31:54 GMT (envelope-from gavin) Date: Mon, 9 Aug 2010 12:31:54 GMT Message-Id: <201008091231.o79CVsAC042486@freefall.freebsd.org> To: rsmith@xs4all.nl, gavin@FreeBSD.org, freebsd-usb@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: bin/137180: [build] [patch] building world for 8.0-BETA2 fails on 7.2-RELEASE 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, 09 Aug 2010 12:31:54 -0000 Synopsis: [build] [patch] building world for 8.0-BETA2 fails on 7.2-RELEASE State-Changed-From-To: feedback->closed State-Changed-By: gavin State-Changed-When: Mon Aug 9 12:31:08 UTC 2010 State-Changed-Why: Submitter is happy for this to be closed. http://www.freebsd.org/cgi/query-pr.cgi?pr=137180 From owner-freebsd-usb@FreeBSD.ORG Mon Aug 9 17:38:51 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 890161065673; Mon, 9 Aug 2010 17:38:51 +0000 (UTC) (envelope-from arundel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5F6648FC1E; Mon, 9 Aug 2010 17:38:51 +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 o79HcpU8038156; Mon, 9 Aug 2010 17:38:51 GMT (envelope-from arundel@freefall.freebsd.org) Received: (from arundel@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o79HcpEw038152; Mon, 9 Aug 2010 17:38:51 GMT (envelope-from arundel) Date: Mon, 9 Aug 2010 17:38:51 GMT Message-Id: <201008091738.o79HcpEw038152@freefall.freebsd.org> To: alexbestms@wwu.de, arundel@FreeBSD.org, freebsd-usb@FreeBSD.org From: arundel@FreeBSD.org Cc: Subject: Re: usb/144751: [ukbd] [usb8] kernel without keyboard support won't compile 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, 09 Aug 2010 17:38:51 -0000 Synopsis: [ukbd] [usb8] kernel without keyboard support won't compile State-Changed-From-To: open->closed State-Changed-By: arundel State-Changed-When: Mon Aug 9 17:35:25 UTC 2010 State-Changed-Why: i am no longer able to reproduce this problem. i suspect i had MODULES_OVERRIDE= defined in my /etc/make.conf. This explains how ukbd was neither included into the kernel nor built as a module. sorry for the noise. http://www.freebsd.org/cgi/query-pr.cgi?pr=144751 From owner-freebsd-usb@FreeBSD.ORG Tue Aug 10 15:16: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 4D05B106566C; Tue, 10 Aug 2010 15:16:00 +0000 (UTC) (envelope-from saper@saper.info) Received: from k.saper.info (smtp-out.saper.info [IPv6:2001:41d0:1:c823::1002]) by mx1.freebsd.org (Postfix) with ESMTP id DA62E8FC18; Tue, 10 Aug 2010 15:15:59 +0000 (UTC) Received: from k.saper.info (localhost [127.0.0.1]) by k.saper.info (8.14.4/8.14.4) with ESMTP id o7AFFwe1087167 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 Aug 2010 15:15:58 GMT (envelope-from saper@saper.info) Received: from localhost (saper@localhost) by k.saper.info (8.14.4/8.14.4/Submit) with ESMTP id o7AFFw4W087164; Tue, 10 Aug 2010 15:15:58 GMT (envelope-from saper@saper.info) X-Authentication-Warning: k.saper.info: saper owned process doing -bs Date: Tue, 10 Aug 2010 15:15:58 +0000 From: Marcin Cieslak To: FreeBSD-gnats-submit@freebsd.org In-Reply-To: <201008042253.39619.hselasky@c2i.net> Message-ID: References: <201008041626.o74GQMDL098191@radziecki.saper.info> <20100804181429.GA45362@uriah.heep.sax.de> <201008042253.39619.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-usb@freebsd.org Subject: Re: usb/149283: avrdude unable to talk to Arduino board (via uftdi) 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, 10 Aug 2010 15:16:00 -0000 The problem got solved. I got: hw.usb.ucom.cons_unit=0 Resetting this value to -1 enabled the communication. The problem was because ucom_get_data() didn't fetch user-supplied data. Please close this PR. --Marcin From owner-freebsd-usb@FreeBSD.ORG Tue Aug 10 15:20: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 A72E71065672 for ; Tue, 10 Aug 2010 15:20: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 7C4F08FC13 for ; Tue, 10 Aug 2010 15:20: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 o7AFK61U052337 for ; Tue, 10 Aug 2010 15:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7AFK657052336; Tue, 10 Aug 2010 15:20:06 GMT (envelope-from gnats) Date: Tue, 10 Aug 2010 15:20:06 GMT Message-Id: <201008101520.o7AFK657052336@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Marcin Cieslak Cc: Subject: Re: usb/149283: avrdude unable to talk to Arduino board (via uftdi) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcin Cieslak List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2010 15:20:06 -0000 The following reply was made to PR usb/149283; it has been noted by GNATS. From: Marcin Cieslak To: FreeBSD-gnats-submit@freebsd.org Cc: freebsd-usb@freebsd.org Subject: Re: usb/149283: avrdude unable to talk to Arduino board (via uftdi) Date: Tue, 10 Aug 2010 15:15:58 +0000 The problem got solved. I got: hw.usb.ucom.cons_unit=0 Resetting this value to -1 enabled the communication. The problem was because ucom_get_data() didn't fetch user-supplied data. Please close this PR. --Marcin From owner-freebsd-usb@FreeBSD.ORG Wed Aug 11 10:33:20 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 6279C106566C; Wed, 11 Aug 2010 10:33:20 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.swip.net [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id 68B6D8FC16; Wed, 11 Aug 2010 10:33:19 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=yOygpZNQNLwA:10 a=8nJEP1OIZ-IA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=QyXUC8HyAAAA:8 a=d772FYgZOPOSp99LnUYA:9 a=E3rtEOixA4WkBN5fiAWaCR6cSoYA:4 a=wPNLvfGTeEIA:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe13.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 1032377939; Wed, 11 Aug 2010 12:33:17 +0200 From: Hans Petter Selasky To: Rafal Jaworowski Date: Wed, 11 Aug 2010 12:29:41 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <201008072144.00002.hselasky@c2i.net> <114332B9-A38B-471A-B4FE-F6E210F58233@semihalf.com> In-Reply-To: <114332B9-A38B-471A-B4FE-F6E210F58233@semihalf.com> 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: <201008111229.41469.hselasky@c2i.net> Cc: freebsd-arm@freebsd.org, freebsd-current@freebsd.org, freebsd-usb@freebsd.org Subject: Re: [BETA testing] USB 3.0 Super Speed support in FreeBSD 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, 11 Aug 2010 10:33:20 -0000 On Wednesday 11 August 2010 12:17:28 Rafal Jaworowski wrote: > On 2010-08-07, at 21:43, Hans Petter Selasky wrote: > > During the last two weeks I've been working hard to get USB 3.0 support > > added to the FreeBSD 8+ USB stack. There are a couple of issues left, > > but right now the code is in a state were enumeration of USB devices is > > possible and there are no dirty hacks :-) > > > > The XHCI chip, which is the PCI interface for USB 3.0, is a replacement > > for OHCI/UHCI/EHCI and can also drive USB Super Speed (4.8 Gbps). I > > expect there to be a througput and performance increase when switching > > over to the XHCI interface also for 2.0 compatible devices, because it > > has a better data queuing mechanism. > > Nice work! What exactly is the USB3 controller chip you're working with? > Hi, It is this one: http://www.intel.com/technology/usb/download/xHCI_Specification_for_USB.pdf I currently have a PCI express card from some vendor, which implements support for the XHCI spec. and I've seen good results so far. I would very much like to test the XHCI driver on ARM, if any chips exist yet which has the XHCI included in the ASIC. --HPS From owner-freebsd-usb@FreeBSD.ORG Wed Aug 11 10:36:20 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 5CDD0106566C; Wed, 11 Aug 2010 10:36:20 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from smtp.semihalf.com (smtp.semihalf.com [213.17.239.109]) by mx1.freebsd.org (Postfix) with ESMTP id 045D48FC18; Wed, 11 Aug 2010 10:36:19 +0000 (UTC) Received: from localhost (unknown [213.17.239.109]) by smtp.semihalf.com (Postfix) with ESMTP id 9DE04C3BB5; Wed, 11 Aug 2010 12:17:29 +0200 (CEST) X-Virus-Scanned: by amavisd-new at semihalf.com Received: from smtp.semihalf.com ([213.17.239.109]) by localhost (smtp.semihalf.com [213.17.239.109]) (amavisd-new, port 10024) with ESMTP id 2DcVc3KT7lEB; Wed, 11 Aug 2010 12:17:29 +0200 (CEST) Received: from [10.0.0.79] (cardhu.semihalf.com [213.17.239.108]) by smtp.semihalf.com (Postfix) with ESMTPSA id 07B75C3BAF; Wed, 11 Aug 2010 12:17:28 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Rafal Jaworowski In-Reply-To: <201008072144.00002.hselasky@c2i.net> Date: Wed, 11 Aug 2010 12:17:28 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <114332B9-A38B-471A-B4FE-F6E210F58233@semihalf.com> References: <201008072144.00002.hselasky@c2i.net> To: Hans Petter Selasky X-Mailer: Apple Mail (2.1081) Cc: freebsd-arm@freebsd.org, freebsd-current@freebsd.org, freebsd-usb@freebsd.org Subject: Re: [BETA testing] USB 3.0 Super Speed support in FreeBSD 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, 11 Aug 2010 10:36:20 -0000 On 2010-08-07, at 21:43, Hans Petter Selasky wrote: > During the last two weeks I've been working hard to get USB 3.0 = support added=20 > to the FreeBSD 8+ USB stack. There are a couple of issues left, but = right now=20 > the code is in a state were enumeration of USB devices is possible and = there=20 > are no dirty hacks :-) >=20 > The XHCI chip, which is the PCI interface for USB 3.0, is a = replacement for=20 > OHCI/UHCI/EHCI and can also drive USB Super Speed (4.8 Gbps). I expect = there=20 > to be a througput and performance increase when switching over to the = XHCI=20 > interface also for 2.0 compatible devices, because it has a better = data=20 > queuing mechanism. Nice work! What exactly is the USB3 controller chip you're working with? Rafal From owner-freebsd-usb@FreeBSD.ORG Wed Aug 11 14:30:07 2010 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5E061065670 for ; Wed, 11 Aug 2010 14:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 929738FC16 for ; Wed, 11 Aug 2010 14:30:07 +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 o7BEU7xi074119 for ; Wed, 11 Aug 2010 14:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7BEU7BT074116; Wed, 11 Aug 2010 14:30:07 GMT (envelope-from gnats) Resent-Date: Wed, 11 Aug 2010 14:30:07 GMT Resent-Message-Id: <201008111430.o7BEU7BT074116@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, Cedric Anderson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C0721065675 for ; Wed, 11 Aug 2010 14:21:01 +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 7AAA08FC13 for ; Wed, 11 Aug 2010 14:21:01 +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 o7BEL1ge040268 for ; Wed, 11 Aug 2010 14:21:01 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o7BEL1vG040267; Wed, 11 Aug 2010 14:21:01 GMT (envelope-from nobody) Message-Id: <201008111421.o7BEL1vG040267@www.freebsd.org> Date: Wed, 11 Aug 2010 14:21:01 GMT From: Cedric Anderson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: usb/149528: Wireless USB stick not detected - vendor id 0x083a device id 0x4505 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, 11 Aug 2010 14:30:07 -0000 >Number: 149528 >Category: usb >Synopsis: Wireless USB stick not detected - vendor id 0x083a device id 0x4505 >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: Wed Aug 11 14:30:07 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Cedric Anderson >Release: 8.1-STABLE >Organization: >Environment: FreeBSD peqs.local 8.1-STABLE FreeBSD 8.1-STABLE #13: Tue Aug 10 23:34:54 CEST 2010 jintxo@peqs.local:/usr/obj/usr/src/sys/PEQS amd64 >Description: I have a particular wireless USB stick that is not detected by FreeBSD 8.1 "as is". It is listed in /usr/src/sys/dev/usb/usbdevs but no driver lists it as supported. In the usbdevs file it is the following: product ACCTON SMCWUSBG_NF 0x4505 SMCWUSB-G (no firmware) usbconfig output is: [root@peqs ~]# usbconfig -d 1.2 dump_device_desc ugen1.2: at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0200 bDeviceClass = 0x00ff bDeviceSubClass = 0x00ff bDeviceProtocol = 0x00ff bMaxPacketSize0 = 0x0040 idVendor = 0x083a idProduct = 0x4505 bcdDevice = 0x4810 iManufacturer = 0x0010 iProduct = 0x0020 iSerialNumber = 0x0000 bNumConfigurations = 0x0001 >How-To-Repeat: >Fix: I have added a line to /usr/src/sys/dev/usb/wlan/if_zyd.c and now it seems to work fine. Here is the relevant line: .. .. /* ZYD_ZD1211B */ ZYD_ZD1211B_DEV(ACCTON, SMCWUSBG), ZYD_ZD1211B_DEV(ACCTON, SMCWUSBG_NF), <--- this is mine ZYD_ZD1211B_DEV(ACCTON, ZD1211B), ZYD_ZD1211B_DEV(ASUS, A9T_WIFI), .. .. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-usb@FreeBSD.ORG Wed Aug 11 21:33:46 2010 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A5B8106566B; Wed, 11 Aug 2010 21:33:46 +0000 (UTC) (envelope-from a3coligny@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id A7A8D8FC15; Wed, 11 Aug 2010 21:33:45 +0000 (UTC) Received: by qwg5 with SMTP id 5so715852qwg.13 for ; Wed, 11 Aug 2010 14:33:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:mime-version:message-id:date :content-type:x-mailer:from:references:x-fid:x-priority:to:subject; bh=Tz0xz2TI4YyyIEOHk4ADadlDvXg8TZIMLMK2EF8fCY4=; b=kWFcPVMCyI2toKnad2BYhbtyXpg4pBzILBI97po0MxjURVQmDfeEhLDVpmq0BQBvYO eZYppNs/+owYUDLCPJRtQmRWKISp3IodPndE1tu3+6Ot2yjoBmpYwk6+Irxc0/KKKMwt KvtUTwtrpvq8P9KQlgcuFzVML41Km3MFXcHqc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:message-id:date:content-type:x-mailer:from:references :x-fid:x-priority:to:subject; b=gsYiCmPmXnD1n/sGM8tUhkpfg82LbpE2CjLAWpDN15gy99pDSqM5dZN4LoUq5XvHF2 /8vkkdYG91KbkVceJRLEkgB2gEGhsAkPWjvIIO0dSRrTntdbw50SnPpL3w9TqQvhY+Qe nuRbtcQWgFCmvDCfeczDrUHOqw76OS+k6MTIU= Received: by 10.224.54.13 with SMTP id o13mr8097672qag.369.1281562424756; Wed, 11 Aug 2010 14:33:44 -0700 (PDT) Received: from A3 (196-215-40-16.dynamic.isadsl.co.za [196.215.40.16]) by mx.google.com with ESMTPS id n6sm766260qcu.7.2010.08.11.14.33.31 (version=SSLv3 cipher=RC4-MD5); Wed, 11 Aug 2010 14:33:42 -0700 (PDT) MIME-Version: 1.0 Message-Id: <4C631722.00000F.04720@A3> Date: Wed, 11 Aug 2010 23:33:22 +0200 Content-Type: Multipart/related; charset="iso-8859-1"; type="multipart/alternative"; boundary="------------Boundary-00=_MVB0SPT1VA4000000000" X-Mailer: IncrediMail (6144668) From: "Adrie" References: <4C5BCA47.000007.01304@A3> <4C5DA12B.000003.03240@A3> <201008072146.35213.hselasky@c2i.net> <4C630FE7.000008.04720@A3> X-FID: 108AAAA9-F41D-401B-BCC2-7F22B2F57BC7 X-Priority: 3 To: , , "Hans Petter Selasky" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: USB modem driver needed Solved 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, 11 Aug 2010 21:33:46 -0000 --------------Boundary-00=_MVB0SPT1VA4000000000 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable =0D Hi, I don't know if one of you had something to do with it , but here is = the kernel with Neotel modems id's, and it works: http://www.mediafire com/?bcsv0efbdq3boyx=0D Please have it in future releases!=0D =0D Thanks very much!=0D =0D Zani=0D =0D =0D =0D =0D =0D =0D -------Original Message-------=0D =0D From: Hans Petter Selasky=0D Date: 2010/08/07 09:50:07 PM=0D To: freebsd-usb@freebsd.org; Fredrik Lindberg=0D Cc: Adrie=0D Subject: Re: Fw: Re: USB modem driver needed=0D =0D On Saturday 07 August 2010 20:08:43 Adrie wrote:=0D > Hi,=0D > More info for getting this device running under Ubuntu from a forum:=0D =0D I think the driver is called uhso.c, see /sys/dev/usb/net/uhso.c . Maybe there=0D is a missing VID+PID in the table there if it does not get detected under= =0D FreeBSD 8+.=0D =0D --HPS=0D =20 --------------Boundary-00=_MVB0SPT1VA4000000000-- From owner-freebsd-usb@FreeBSD.ORG Thu Aug 12 06:50:51 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 7086B1065680 for ; Thu, 12 Aug 2010 06:50:51 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.tele2.se [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id 9A08F8FC0A for ; Thu, 12 Aug 2010 06:50:50 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=xUKWkuwQDiEA:10 a=Q9fys5e9bTEA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=fymO95yI-8DhiJpKuksA:9 a=Avq3FcTIFpWr5EqglEsA:7 a=J3TiANkMW03m-w5vfh9HmyqWpPIA: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 1249613821; Thu, 12 Aug 2010 08:50:48 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Thu, 12 Aug 2010 08:47:14 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <201008111421.o7BEL1vG040267@www.freebsd.org> In-Reply-To: <201008111421.o7BEL1vG040267@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: <201008120847.14825.hselasky@c2i.net> Cc: freebsd-gnats-submit@freebsd.org, Cedric Anderson Subject: Re: usb/149528: Wireless USB stick not detected - vendor id 0x083a device id 0x4505 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, 12 Aug 2010 06:50:51 -0000 On Wednesday 11 August 2010 16:21:01 Cedric Anderson wrote: > >Number: 149528 > >Category: usb > >Synopsis: Wireless USB stick not detected - vendor id 0x083a device > >id 0x4505 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: Wed Aug 11 14:30:07 UTC 2010 > >Closed-Date: > >Last-Modified: > >Originator: Cedric Anderson > >Release: 8.1-STABLE > >Organization: > > >Environment: > FreeBSD peqs.local 8.1-STABLE FreeBSD 8.1-STABLE #13: Tue Aug 10 23:34:54 > CEST 2010 jintxo@peqs.local:/usr/obj/usr/src/sys/PEQS amd64 > > >Description: > I have a particular wireless USB stick that is not detected by FreeBSD 8.1 > "as is". It is listed in /usr/src/sys/dev/usb/usbdevs but no driver lists > it as supported. > > In the usbdevs file it is the following: > > product ACCTON SMCWUSBG_NF 0x4505 SMCWUSB-G (no firmware) > > usbconfig output is: > > [root@peqs ~]# usbconfig -d 1.2 dump_device_desc > ugen1.2: at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) > pwr=ON > > bLength = 0x0012 > bDescriptorType = 0x0001 > bcdUSB = 0x0200 > bDeviceClass = 0x00ff > bDeviceSubClass = 0x00ff > bDeviceProtocol = 0x00ff > bMaxPacketSize0 = 0x0040 > idVendor = 0x083a > idProduct = 0x4505 > bcdDevice = 0x4810 > iManufacturer = 0x0010 > iProduct = 0x0020 > iSerialNumber = 0x0000 > bNumConfigurations = 0x0001 > > >How-To-Repeat: > > >Fix: > I have added a line to /usr/src/sys/dev/usb/wlan/if_zyd.c and now it seems > to work fine. Here is the relevant line: > > .. > .. > /* ZYD_ZD1211B */ > ZYD_ZD1211B_DEV(ACCTON, SMCWUSBG), > ZYD_ZD1211B_DEV(ACCTON, SMCWUSBG_NF), <--- this is mine > ZYD_ZD1211B_DEV(ACCTON, ZD1211B), > ZYD_ZD1211B_DEV(ASUS, A9T_WIFI), > .. > .. > > >Release-Note: > >Audit-Trail: > > >Unformatted: Committed, see USB P4 change ID #182300. --HPS From owner-freebsd-usb@FreeBSD.ORG Thu Aug 12 06:52:50 2010 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03B521065670 for ; Thu, 12 Aug 2010 06:52:50 +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 895FA8FC1E for ; Thu, 12 Aug 2010 06:52:48 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=uQlts9P3TFIiE3mXDKsOajf6rXzGvPXEyWzE93HpGms= c=1 sm=1 a=_ZrrD7yzBGUA:10 a=8nJEP1OIZ-IA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=mhMjrsy2VM8neJhcChIA:9 a=NVO-r-u09DOnYBz11uoYEuNgurUA:4 a=wPNLvfGTeEIA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:117 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 6932057; Thu, 12 Aug 2010 08:52:03 +0200 From: Hans Petter Selasky To: "Adrie" Date: Thu, 12 Aug 2010 08:49:14 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <4C5BCA47.000007.01304@A3> <201008072146.35213.hselasky@c2i.net> <4C630FE7.000008.04720@A3> In-Reply-To: <4C630FE7.000008.04720@A3> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'( =?iso-8859-1?q?=3B=5FIjlA=3A=0A=09hGE=2E=2EEw?=, =?iso-8859-1?q?XAQ*o=23=5C/M=7ESC=3DS1-f9=7BEzRfT=27=7CHhll5Q=5Dha5Bt-s=7Co?= =?iso-8859-1?q?TlKMusi=3A1e=5BwJl=7Dkd=7DGR=0A=09Z0adGx-x=5F0zGbZj=27e?=(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: <201008120849.14488.hselasky@c2i.net> Cc: usb@freebsd.org, n_hibma@freebsd.org Subject: Re: USB modem driver needed Solved 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, 12 Aug 2010 06:52:50 -0000 On Wednesday 11 August 2010 23:02:31 Adrie wrote: > Hi, I don't know if one of you had something to do with it , but here is > the kernel with Neotel modems id's, and it works. > Please have it in future releases! > > Thanks very much1 > > Zani Hi, Can you send me that patch you applied to the source code? Use: diff -u old_file new_file > patch.txt --HPS From owner-freebsd-usb@FreeBSD.ORG Thu Aug 12 08:08:10 2010 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0C82106566C; Thu, 12 Aug 2010 08:08:10 +0000 (UTC) (envelope-from nick@van-laarhoven.org) Received: from cpsmtpb-ews06.kpnxchange.com (cpsmtpb-ews06.kpnxchange.com [213.75.39.9]) by mx1.freebsd.org (Postfix) with ESMTP id 34E9B8FC21; Thu, 12 Aug 2010 08:08:09 +0000 (UTC) Received: from cpbrm-ews25.kpnxchange.com ([10.94.84.156]) by cpsmtpb-ews06.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 12 Aug 2010 09:52:34 +0200 Received: from CPSMTPM-EML103.kpnxchange.com ([195.121.3.7]) by cpbrm-ews25.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 12 Aug 2010 09:52:34 +0200 Received: from uitsmijter.van-laarhoven.org ([81.207.207.222]) by CPSMTPM-EML103.kpnxchange.com with Microsoft SMTPSVC(7.0.6002.18222); Thu, 12 Aug 2010 09:52:33 +0200 Received: from hillary.van-laarhoven.org (Hillary.van-laarhoven.org [10.66.0.117]) (authenticated bits=0) by uitsmijter.van-laarhoven.org (8.14.4/8.14.4) with ESMTP id o7C7qVBZ042627; Thu, 12 Aug 2010 09:52:31 +0200 (CEST) (envelope-from nick@van-laarhoven.org) Mime-Version: 1.0 (Apple Message framework v1081) From: Nick Hibma X-Priority: 3 In-Reply-To: <4C631722.00000F.04720@A3> Date: Thu, 12 Aug 2010 09:52:31 +0200 Message-Id: References: <4C5BCA47.000007.01304@A3> <4C5DA12B.000003.03240@A3> <201008072146.35213.hselasky@c2i.net> <4C630FE7.000008.04720@A3> <4C631722.00000F.04720@A3> To: Adrie X-Mailer: Apple Mail (2.1081) X-Spam-Status: No, score=-12.4 required=5.0 tests=ALL_TRUSTED, HS_INDEX_PARAM, HTML_MESSAGE, IMPRONONCABLE_2, J_CHICKENPOX_33, MR_DIFF_MID, MR_STRANGE_QUESTION, T_RP_MATCHES_RCVD,USER_IN_WHITELIST,USER_IN_WHITELIST_TO autolearn=no version=3.3.0 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on uitsmijter.van-laarhoven.org X-OriginalArrivalTime: 12 Aug 2010 07:52:33.0668 (UTC) FILETIME=[52A6A440:01CB39F3] X-RecipientDomain: freebsd.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: usb@freebsd.org, n_hibma@freebsd.org Subject: Re: USB modem driver needed Solved 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, 12 Aug 2010 08:08:10 -0000 The example on Ubuntu below shows the ATDT style, and that should be = through a normal (set of 2) serial port(s), not the HSO driver. The HSO = driver requires different commands (AT_OWANDATA and friends). So the IDs shouldbe added to the u3g.c driver. Nick On 11 Aug 2010, at 23:33, Adrie wrote: > =20 > Hi, I don't know if one of you had something to do with it , but here = is the kernel with Neotel modems id's, and it works: = http://www.mediafire.com/?bcsv0efbdq3boyx > Please have it in future releases! > =20 > Thanks very much! > =20 > Zani > =20 > =20 > =20 > =20 > =20 > =20 > -------Original Message------- > =20 > From: Hans Petter Selasky > Date: 2010/08/07 09:50:07 PM > To: freebsd-usb@freebsd.org; Fredrik Lindberg > Cc: Adrie > Subject: Re: Fw: Re: USB modem driver needed > =20 > On Saturday 07 August 2010 20:08:43 Adrie wrote: > > Hi, > > More info for getting this device running under Ubuntu from a forum: > =20 > I think the driver is called uhso.c, see /sys/dev/usb/net/uhso.c . = Maybe there > is a missing VID+PID in the table there if it does not get detected = under > FreeBSD 8+. > =20 > --HPS > =20 > > From owner-freebsd-usb@FreeBSD.ORG Thu Aug 12 09:02:46 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 279BF1065691 for ; Thu, 12 Aug 2010 09:02:46 +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 168D68FC23 for ; Thu, 12 Aug 2010 09:02:46 +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 o7C92j80027275 for ; Thu, 12 Aug 2010 09:02:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7C92joW027274; Thu, 12 Aug 2010 09:02:45 GMT (envelope-from gnats) Date: Thu, 12 Aug 2010 09:02:45 GMT Message-Id: <201008120902.o7C92joW027274@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: usb/149528: Wireless USB stick not detected - vendor id 0x083a device id 0x4505 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, 12 Aug 2010 09:02:46 -0000 The following reply was made to PR usb/149528; it has been noted by GNATS. From: Hans Petter Selasky To: freebsd-usb@freebsd.org Cc: Cedric Anderson , freebsd-gnats-submit@freebsd.org Subject: Re: usb/149528: Wireless USB stick not detected - vendor id 0x083a device id 0x4505 Date: Thu, 12 Aug 2010 08:47:14 +0200 On Wednesday 11 August 2010 16:21:01 Cedric Anderson wrote: > >Number: 149528 > >Category: usb > >Synopsis: Wireless USB stick not detected - vendor id 0x083a device > >id 0x4505 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: Wed Aug 11 14:30:07 UTC 2010 > >Closed-Date: > >Last-Modified: > >Originator: Cedric Anderson > >Release: 8.1-STABLE > >Organization: > > >Environment: > FreeBSD peqs.local 8.1-STABLE FreeBSD 8.1-STABLE #13: Tue Aug 10 23:34:54 > CEST 2010 jintxo@peqs.local:/usr/obj/usr/src/sys/PEQS amd64 > > >Description: > I have a particular wireless USB stick that is not detected by FreeBSD 8.1 > "as is". It is listed in /usr/src/sys/dev/usb/usbdevs but no driver lists > it as supported. > > In the usbdevs file it is the following: > > product ACCTON SMCWUSBG_NF 0x4505 SMCWUSB-G (no firmware) > > usbconfig output is: > > [root@peqs ~]# usbconfig -d 1.2 dump_device_desc > ugen1.2: at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) > pwr=ON > > bLength = 0x0012 > bDescriptorType = 0x0001 > bcdUSB = 0x0200 > bDeviceClass = 0x00ff > bDeviceSubClass = 0x00ff > bDeviceProtocol = 0x00ff > bMaxPacketSize0 = 0x0040 > idVendor = 0x083a > idProduct = 0x4505 > bcdDevice = 0x4810 > iManufacturer = 0x0010 > iProduct = 0x0020 > iSerialNumber = 0x0000 > bNumConfigurations = 0x0001 > > >How-To-Repeat: > > >Fix: > I have added a line to /usr/src/sys/dev/usb/wlan/if_zyd.c and now it seems > to work fine. Here is the relevant line: > > .. > .. > /* ZYD_ZD1211B */ > ZYD_ZD1211B_DEV(ACCTON, SMCWUSBG), > ZYD_ZD1211B_DEV(ACCTON, SMCWUSBG_NF), <--- this is mine > ZYD_ZD1211B_DEV(ACCTON, ZD1211B), > ZYD_ZD1211B_DEV(ASUS, A9T_WIFI), > .. > .. > > >Release-Note: > >Audit-Trail: > > >Unformatted: Committed, see USB P4 change ID #182300. --HPS From owner-freebsd-usb@FreeBSD.ORG Thu Aug 12 09:03: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 BDAC31065691 for ; Thu, 12 Aug 2010 09:03: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 AC8EC8FC21 for ; Thu, 12 Aug 2010 09:03: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 o7C93AFL027435 for ; Thu, 12 Aug 2010 09:03:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7C93AQH027434; Thu, 12 Aug 2010 09:03:10 GMT (envelope-from gnats) Date: Thu, 12 Aug 2010 09:03:10 GMT Message-Id: <201008120903.o7C93AQH027434@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: usb/149528: Wireless USB stick not detected - vendor id 0x083a device id 0x4505 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, 12 Aug 2010 09:03:10 -0000 The following reply was made to PR usb/149528; it has been noted by GNATS. From: Hans Petter Selasky To: freebsd-usb@freebsd.org Cc: Cedric Anderson , freebsd-gnats-submit@freebsd.org Subject: Re: usb/149528: Wireless USB stick not detected - vendor id 0x083a device id 0x4505 Date: Thu, 12 Aug 2010 08:47:14 +0200 On Wednesday 11 August 2010 16:21:01 Cedric Anderson wrote: > >Number: 149528 > >Category: usb > >Synopsis: Wireless USB stick not detected - vendor id 0x083a device > >id 0x4505 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: Wed Aug 11 14:30:07 UTC 2010 > >Closed-Date: > >Last-Modified: > >Originator: Cedric Anderson > >Release: 8.1-STABLE > >Organization: > > >Environment: > FreeBSD peqs.local 8.1-STABLE FreeBSD 8.1-STABLE #13: Tue Aug 10 23:34:54 > CEST 2010 jintxo@peqs.local:/usr/obj/usr/src/sys/PEQS amd64 > > >Description: > I have a particular wireless USB stick that is not detected by FreeBSD 8.1 > "as is". It is listed in /usr/src/sys/dev/usb/usbdevs but no driver lists > it as supported. > > In the usbdevs file it is the following: > > product ACCTON SMCWUSBG_NF 0x4505 SMCWUSB-G (no firmware) > > usbconfig output is: > > [root@peqs ~]# usbconfig -d 1.2 dump_device_desc > ugen1.2: at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) > pwr=ON > > bLength = 0x0012 > bDescriptorType = 0x0001 > bcdUSB = 0x0200 > bDeviceClass = 0x00ff > bDeviceSubClass = 0x00ff > bDeviceProtocol = 0x00ff > bMaxPacketSize0 = 0x0040 > idVendor = 0x083a > idProduct = 0x4505 > bcdDevice = 0x4810 > iManufacturer = 0x0010 > iProduct = 0x0020 > iSerialNumber = 0x0000 > bNumConfigurations = 0x0001 > > >How-To-Repeat: > > >Fix: > I have added a line to /usr/src/sys/dev/usb/wlan/if_zyd.c and now it seems > to work fine. Here is the relevant line: > > .. > .. > /* ZYD_ZD1211B */ > ZYD_ZD1211B_DEV(ACCTON, SMCWUSBG), > ZYD_ZD1211B_DEV(ACCTON, SMCWUSBG_NF), <--- this is mine > ZYD_ZD1211B_DEV(ACCTON, ZD1211B), > ZYD_ZD1211B_DEV(ASUS, A9T_WIFI), > .. > .. > > >Release-Note: > >Audit-Trail: > > >Unformatted: Committed, see USB P4 change ID #182300. --HPS