Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 2016 14:18:49 -0600
From:      Larry Rosenman <ler@lerctr.org>
To:        cem@freebsd.org
Cc:        Freebsd current <freebsd-current@freebsd.org>
Subject:   Re: Intel BT USB
Message-ID:  <b6f543b48139548e5cece6e6257141c9@thebighonker.lerctr.org>

next in thread | raw e-mail | index | archive | help
That doesn't seem to help :(
(I'll cold boot it when I get home, but....)

uhub0: 24 ports with 24 removable, self powered
Root mount waiting for: usbus0
ugen0.2: <CN06307G7248759DE3VFA03> at usbus0
Root mount waiting for: usbus0
usb_alloc_device: set address 3 failed (USB_ERR_TIMEOUT, ignored)
Root mount waiting for: usbus0
usbd_setup_device_desc: getting device descriptor at addr 3 failed, 
USB_ERR_TIMEOUT
Root mount waiting for: usbus0
usbd_req_re_enumerate: addr=3, set address failed! (USB_ERR_TIMEOUT, 
ignored)
usbd_setup_device_desc: getting device descriptor at addr 3 failed, 
USB_ERR_TIMEOUT
Root mount waiting for: usbus0
Root mount waiting for: usbus0
usbd_req_re_enumerate: addr=3, set address failed! (USB_ERR_TIMEOUT, 
ignored)
usbd_setup_device_desc: getting device descriptor at addr 3 failed, 
USB_ERR_TIMEOUT
Root mount waiting for: usbus0
Root mount waiting for: usbus0
usbd_req_re_enumerate: addr=3, set address failed! (USB_ERR_TIMEOUT, 
ignored)
usbd_setup_device_desc: getting device descriptor at addr 3 failed, 
USB_ERR_TIMEOUT
Root mount waiting for: usbus0
Root mount waiting for: usbus0
usbd_req_re_enumerate: addr=3, set address failed! (USB_ERR_TIMEOUT, 
ignored)
usbd_setup_device_desc: getting device descriptor at addr 3 failed, 
USB_ERR_TIMEOUT
ugen0.3: <Unknown> at usbus0 (disconnected)
uhub_reattach_port: could not allocate new device
Root mount waiting for: usbus0
ugen0.3: <Atmel> at usbus0
hid_get_item: Number of items(256) truncated to 255
re0: link state changed to DOWN
re0: link state changed to UP
uhid0: <Atmel maXTouch Control> on usbus0
info: [drm] Initialized drm 1.1.0 20060810
uhid1: <Atmel Atmel maXTouch Digitizer, class 0/0, rev 2.00/20.32, addr 
3> on usbus0
uhid1: no report descriptor
device_attach: uhid1 attach returned 12
$ cd /usr/src/sys/netgraph/bluetooth/
/usr/src/sys/netgraph/bluetooth/common  
/usr/src/sys/netgraph/bluetooth/include
/usr/src/sys/netgraph/bluetooth/drivers 
/usr/src/sys/netgraph/bluetooth/l2cap
/usr/src/sys/netgraph/bluetooth/hci     
/usr/src/sys/netgraph/bluetooth/socket
$ cd /usr/src/sys/netgraph/bluetooth/
/usr/src/sys/netgraph/bluetooth/common  
/usr/src/sys/netgraph/bluetooth/include
/usr/src/sys/netgraph/bluetooth/drivers 
/usr/src/sys/netgraph/bluetooth/l2cap
/usr/src/sys/netgraph/bluetooth/hci     
/usr/src/sys/netgraph/bluetooth/socket
$ cd /usr/src/sys/netgraph/bluetooth/drivers/
/usr/src/sys/netgraph/bluetooth/drivers/bt3c
/usr/src/sys/netgraph/bluetooth/drivers/h4
/usr/src/sys/netgraph/bluetooth/drivers/ubt
/usr/src/sys/netgraph/bluetooth/drivers/ubtbcmfw
$ cd /usr/src/sys/netgraph/bluetooth/drivers/ubt
$ svn diff -u
Subcommand 'diff' doesn't accept option '-u [--show-updates]'
Type 'svn help diff' for usage.
$ svn diff
Index: ng_ubt.c
===================================================================
--- ng_ubt.c	(revision 295928)
+++ ng_ubt.c	(working copy)
@@ -498,6 +498,8 @@
  	{ USB_VPI(USB_VENDOR_LITEON, 0x2003, 0) },
  	{ USB_VPI(USB_VENDOR_FOXCONN, 0xe042, 0) },
  	{ USB_VPI(USB_VENDOR_DELL, 0x8197, 0) },
+        /* INTEL 3165 BT */
+	{ USB_VPI(0x8087, 0x0a2a, 0) },
  };

  /*
$


On 2016-02-25 13:56, Conrad Meyer wrote:
> Knowing nothing about USB or Bluetooth — it may just need an entry
> with the right device id in the ubt_devs table of
> sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c.
> 
> 
> Best,
> Conrad
> 
> On Thu, Feb 25, 2016 at 11:40 AM, Larry Rosenman <ler@lerctr.org> 
> wrote:
>> Anyone know what I need to support this:
>> 
>> ugen0.3: <product 0x0a2a vendor 0x8087> at usbus0, cfg=0 md=HOST 
>> spd=FULL
>> (12Mbps) pwr=ON (100mA)
>> 
>> --
>> Larry Rosenman                     http://www.lerctr.org/~ler
>> Phone: +1 214-642-9640                 E-Mail: ler@lerctr.org
>> US Mail: 7011 W Parmer Ln, Apt 1115, Austin, TX 78729-6961
>> _______________________________________________
>> freebsd-current@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-current
>> To unsubscribe, send any mail to 
>> "freebsd-current-unsubscribe@freebsd.org"

-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 214-642-9640                 E-Mail: ler@lerctr.org
US Mail: 7011 W Parmer Ln, Apt 1115, Austin, TX 78729-6961



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b6f543b48139548e5cece6e6257141c9>