Home | History | Annotate | Line # | Download | only in usb
usb_subr.c revision 1.159.2.1
      1  1.159.2.1      haad /*	$NetBSD: usb_subr.c,v 1.159.2.1 2008/10/19 22:17:10 haad Exp $	*/
      2       1.56  augustss /*	$FreeBSD: src/sys/dev/usb/usb_subr.c,v 1.18 1999/11/17 22:33:47 n_hibma Exp $	*/
      3        1.1  augustss 
      4        1.1  augustss /*
      5      1.121   mycroft  * Copyright (c) 1998, 2004 The NetBSD Foundation, Inc.
      6        1.1  augustss  * All rights reserved.
      7        1.1  augustss  *
      8        1.9  augustss  * This code is derived from software contributed to The NetBSD Foundation
      9       1.76  augustss  * by Lennart Augustsson (lennart (at) augustsson.net) at
     10        1.9  augustss  * Carlstedt Research & Technology.
     11        1.1  augustss  *
     12        1.1  augustss  * Redistribution and use in source and binary forms, with or without
     13        1.1  augustss  * modification, are permitted provided that the following conditions
     14        1.1  augustss  * are met:
     15        1.1  augustss  * 1. Redistributions of source code must retain the above copyright
     16        1.1  augustss  *    notice, this list of conditions and the following disclaimer.
     17        1.1  augustss  * 2. Redistributions in binary form must reproduce the above copyright
     18        1.1  augustss  *    notice, this list of conditions and the following disclaimer in the
     19        1.1  augustss  *    documentation and/or other materials provided with the distribution.
     20        1.1  augustss  *
     21        1.1  augustss  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     22        1.1  augustss  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     23        1.1  augustss  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     24        1.1  augustss  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
     25        1.1  augustss  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     26        1.1  augustss  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     27        1.1  augustss  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     28        1.1  augustss  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     29        1.1  augustss  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     30        1.1  augustss  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     31        1.1  augustss  * POSSIBILITY OF SUCH DAMAGE.
     32        1.1  augustss  */
     33       1.91     lukem 
     34       1.91     lukem #include <sys/cdefs.h>
     35  1.159.2.1      haad __KERNEL_RCSID(0, "$NetBSD: usb_subr.c,v 1.159.2.1 2008/10/19 22:17:10 haad Exp $");
     36      1.104    martin 
     37      1.140     pavel #include "opt_compat_netbsd.h"
     38      1.104    martin #include "opt_usbverbose.h"
     39        1.1  augustss 
     40        1.1  augustss #include <sys/param.h>
     41        1.1  augustss #include <sys/systm.h>
     42        1.1  augustss #include <sys/kernel.h>
     43        1.1  augustss #include <sys/malloc.h>
     44        1.1  augustss #include <sys/device.h>
     45       1.56  augustss #include <sys/select.h>
     46        1.1  augustss #include <sys/proc.h>
     47       1.46  augustss 
     48      1.149        ad #include <sys/bus.h>
     49        1.1  augustss 
     50        1.1  augustss #include <dev/usb/usb.h>
     51        1.1  augustss 
     52        1.1  augustss #include <dev/usb/usbdi.h>
     53        1.1  augustss #include <dev/usb/usbdi_util.h>
     54        1.1  augustss #include <dev/usb/usbdivar.h>
     55        1.1  augustss #include <dev/usb/usbdevs.h>
     56        1.1  augustss #include <dev/usb/usb_quirks.h>
     57        1.1  augustss 
     58      1.158  drochner #include "locators.h"
     59      1.158  drochner 
     60        1.1  augustss #ifdef USB_DEBUG
     61       1.35  augustss #define DPRINTF(x)	if (usbdebug) logprintf x
     62       1.35  augustss #define DPRINTFN(n,x)	if (usbdebug>(n)) logprintf x
     63        1.1  augustss extern int usbdebug;
     64        1.1  augustss #else
     65        1.1  augustss #define DPRINTF(x)
     66        1.1  augustss #define DPRINTFN(n,x)
     67        1.1  augustss #endif
     68        1.1  augustss 
     69       1.82  augustss Static usbd_status usbd_set_config(usbd_device_handle, int);
     70      1.124  augustss Static void usbd_devinfo(usbd_device_handle, int, char *, size_t);
     71      1.123  augustss Static void usbd_devinfo_vp(usbd_device_handle dev,
     72      1.139     pavel 			    char *v,
     73      1.139     pavel 			    char *p, int usedev,
     74      1.139     pavel 			    int useencoded );
     75       1.78  augustss Static int usbd_getnewaddr(usbd_bus_handle bus);
     76      1.118  drochner Static int usbd_print(void *, const char *);
     77      1.144  drochner Static int usbd_ifprint(void *, const char *);
     78       1.78  augustss Static void usbd_free_iface_data(usbd_device_handle dev, int ifcno);
     79       1.78  augustss Static void usbd_kill_pipe(usbd_pipe_handle);
     80      1.155  drochner usbd_status usbd_attach_roothub(device_t, usbd_device_handle);
     81       1.78  augustss Static usbd_status usbd_probe_and_attach(device_ptr_t parent,
     82       1.78  augustss 				 usbd_device_handle dev, int port, int addr);
     83        1.1  augustss 
     84       1.69  augustss Static u_int32_t usb_cookie_no = 0;
     85       1.27  augustss 
     86        1.1  augustss #ifdef USBVERBOSE
     87        1.1  augustss typedef u_int16_t usb_vendor_id_t;
     88        1.1  augustss typedef u_int16_t usb_product_id_t;
     89        1.1  augustss 
     90        1.1  augustss /*
     91        1.1  augustss  * Descriptions of of known vendors and devices ("products").
     92        1.1  augustss  */
     93      1.122   mycroft struct usb_vendor {
     94      1.122   mycroft 	usb_vendor_id_t		vendor;
     95      1.126  christos 	const char		*vendorname;
     96      1.122   mycroft };
     97      1.122   mycroft struct usb_product {
     98        1.1  augustss 	usb_vendor_id_t		vendor;
     99        1.1  augustss 	usb_product_id_t	product;
    100      1.126  christos 	const char		*productname;
    101        1.1  augustss };
    102        1.1  augustss 
    103        1.1  augustss #include <dev/usb/usbdevs_data.h>
    104        1.1  augustss #endif /* USBVERBOSE */
    105        1.1  augustss 
    106       1.84  jdolecek Static const char * const usbd_error_strs[] = {
    107       1.12  augustss 	"NORMAL_COMPLETION",
    108       1.12  augustss 	"IN_PROGRESS",
    109       1.12  augustss 	"PENDING_REQUESTS",
    110       1.12  augustss 	"NOT_STARTED",
    111       1.12  augustss 	"INVAL",
    112       1.12  augustss 	"NOMEM",
    113       1.12  augustss 	"CANCELLED",
    114       1.12  augustss 	"BAD_ADDRESS",
    115       1.12  augustss 	"IN_USE",
    116       1.12  augustss 	"NO_ADDR",
    117       1.12  augustss 	"SET_ADDR_FAILED",
    118       1.12  augustss 	"NO_POWER",
    119       1.12  augustss 	"TOO_DEEP",
    120       1.12  augustss 	"IOERROR",
    121       1.12  augustss 	"NOT_CONFIGURED",
    122       1.12  augustss 	"TIMEOUT",
    123       1.12  augustss 	"SHORT_XFER",
    124       1.12  augustss 	"STALLED",
    125       1.33  augustss 	"INTERRUPTED",
    126       1.12  augustss 	"XXX",
    127       1.12  augustss };
    128        1.1  augustss 
    129       1.42   thorpej const char *
    130       1.78  augustss usbd_errstr(usbd_status err)
    131       1.39  augustss {
    132       1.39  augustss 	static char buffer[5];
    133       1.39  augustss 
    134       1.42   thorpej 	if (err < USBD_ERROR_MAX) {
    135       1.39  augustss 		return usbd_error_strs[err];
    136       1.39  augustss 	} else {
    137       1.39  augustss 		snprintf(buffer, sizeof buffer, "%d", err);
    138       1.39  augustss 		return buffer;
    139       1.39  augustss 	}
    140       1.39  augustss }
    141       1.39  augustss 
    142       1.13  augustss usbd_status
    143       1.78  augustss usbd_get_string_desc(usbd_device_handle dev, int sindex, int langid,
    144      1.114   mycroft 		     usb_string_descriptor_t *sdesc, int *sizep)
    145       1.13  augustss {
    146       1.13  augustss 	usb_device_request_t req;
    147      1.116   mycroft 	usbd_status err;
    148      1.116   mycroft 	int actlen;
    149       1.13  augustss 
    150       1.13  augustss 	req.bmRequestType = UT_READ_DEVICE;
    151       1.13  augustss 	req.bRequest = UR_GET_DESCRIPTOR;
    152       1.13  augustss 	USETW2(req.wValue, UDESC_STRING, sindex);
    153       1.13  augustss 	USETW(req.wIndex, langid);
    154      1.146  christos 	USETW(req.wLength, 2);	/* only size byte first */
    155      1.116   mycroft 	err = usbd_do_request_flags(dev, &req, sdesc, USBD_SHORT_XFER_OK,
    156      1.116   mycroft 		&actlen, USBD_DEFAULT_TIMEOUT);
    157      1.116   mycroft 	if (err)
    158      1.116   mycroft 		return (err);
    159      1.116   mycroft 
    160      1.146  christos 	if (actlen < 2)
    161      1.146  christos 		return (USBD_SHORT_XFER);
    162      1.146  christos 
    163      1.146  christos 	USETW(req.wLength, sdesc->bLength);	/* the whole string */
    164      1.146  christos  	err = usbd_do_request_flags(dev, &req, sdesc, USBD_SHORT_XFER_OK,
    165      1.146  christos  		&actlen, USBD_DEFAULT_TIMEOUT);
    166      1.146  christos 	if (err)
    167      1.146  christos 		return (err);
    168      1.146  christos 
    169      1.116   mycroft 	if (actlen != sdesc->bLength) {
    170      1.116   mycroft 		DPRINTFN(-1, ("usbd_get_string_desc: expected %d, got %d\n",
    171      1.116   mycroft 		    sdesc->bLength, actlen));
    172      1.116   mycroft 	}
    173      1.116   mycroft 
    174      1.116   mycroft 	*sizep = actlen;
    175      1.116   mycroft 	return (USBD_NORMAL_COMPLETION);
    176       1.13  augustss }
    177       1.13  augustss 
    178      1.128     enami static void
    179      1.128     enami usbd_trim_spaces(char *p)
    180       1.83  augustss {
    181      1.128     enami 	char *q, *e;
    182       1.83  augustss 
    183      1.128     enami 	q = e = p;
    184      1.128     enami 	while (*q == ' ')		/* skip leading spaces */
    185       1.85  augustss 		q++;
    186      1.128     enami 	while ((*p = *q++))		/* copy string */
    187      1.128     enami 		if (*p++ != ' ')	/* remember last non-space */
    188      1.128     enami 			e = p;
    189      1.128     enami 	*e = '\0';			/* kill trailing spaces */
    190       1.83  augustss }
    191       1.83  augustss 
    192      1.123  augustss Static void
    193      1.139     pavel usbd_devinfo_vp(usbd_device_handle dev, char *v,
    194      1.139     pavel 		char *p, int usedev, int useencoded)
    195        1.1  augustss {
    196        1.1  augustss 	usb_device_descriptor_t *udd = &dev->ddesc;
    197        1.2        is #ifdef USBVERBOSE
    198      1.122   mycroft 	int n;
    199        1.2        is #endif
    200        1.1  augustss 
    201      1.128     enami 	v[0] = p[0] = '\0';
    202      1.128     enami 	if (dev == NULL)
    203       1.52  augustss 		return;
    204       1.52  augustss 
    205       1.82  augustss 	if (usedev) {
    206      1.139     pavel 		if (usbd_get_string0(dev, udd->iManufacturer, v, useencoded) ==
    207      1.128     enami 		    USBD_NORMAL_COMPLETION)
    208      1.128     enami 			usbd_trim_spaces(v);
    209      1.139     pavel 		if (usbd_get_string0(dev, udd->iProduct, p, useencoded) ==
    210      1.128     enami 		    USBD_NORMAL_COMPLETION)
    211      1.128     enami 			usbd_trim_spaces(p);
    212       1.82  augustss 	}
    213      1.128     enami 	/* There is no need for strlcpy & snprintf below. */
    214        1.1  augustss #ifdef USBVERBOSE
    215      1.128     enami 	if (v[0] == '\0')
    216      1.122   mycroft 		for (n = 0; n < usb_nvendors; n++)
    217      1.128     enami 			if (usb_vendors[n].vendor == UGETW(udd->idVendor)) {
    218      1.128     enami 				strcpy(v, usb_vendors[n].vendorname);
    219      1.128     enami 				break;
    220      1.128     enami 			}
    221      1.128     enami 	if (p[0] == '\0')
    222      1.122   mycroft 		for (n = 0; n < usb_nproducts; n++)
    223      1.122   mycroft 			if (usb_products[n].vendor == UGETW(udd->idVendor) &&
    224      1.128     enami 			    usb_products[n].product == UGETW(udd->idProduct)) {
    225      1.128     enami 				strcpy(p, usb_products[n].productname);
    226      1.128     enami 				break;
    227      1.128     enami 			}
    228        1.1  augustss #endif
    229      1.128     enami 	if (v[0] == '\0')
    230      1.123  augustss 		sprintf(v, "vendor 0x%04x", UGETW(udd->idVendor));
    231      1.128     enami 	if (p[0] == '\0')
    232      1.123  augustss 		sprintf(p, "product 0x%04x", UGETW(udd->idProduct));
    233        1.1  augustss }
    234        1.1  augustss 
    235        1.1  augustss int
    236      1.113    itojun usbd_printBCD(char *cp, size_t l, int bcd)
    237        1.1  augustss {
    238      1.113    itojun 	return (snprintf(cp, l, "%x.%02x", bcd >> 8, bcd & 0xff));
    239        1.1  augustss }
    240        1.1  augustss 
    241      1.124  augustss Static void
    242      1.113    itojun usbd_devinfo(usbd_device_handle dev, int showclass, char *cp, size_t l)
    243        1.1  augustss {
    244        1.1  augustss 	usb_device_descriptor_t *udd = &dev->ddesc;
    245      1.133  christos 	char *vendor, *product;
    246        1.1  augustss 	int bcdDevice, bcdUSB;
    247      1.113    itojun 	char *ep;
    248      1.113    itojun 
    249      1.133  christos 	vendor = malloc(USB_MAX_ENCODED_STRING_LEN * 2, M_USB, M_NOWAIT);
    250      1.133  christos 	if (vendor == NULL) {
    251      1.133  christos 		*cp = '\0';
    252      1.133  christos 		return;
    253      1.133  christos 	}
    254      1.133  christos 	product = &vendor[USB_MAX_ENCODED_STRING_LEN];
    255      1.133  christos 
    256      1.113    itojun 	ep = cp + l;
    257        1.1  augustss 
    258      1.139     pavel 	usbd_devinfo_vp(dev, vendor, product, 1, 1);
    259      1.113    itojun 	cp += snprintf(cp, ep - cp, "%s %s", vendor, product);
    260        1.1  augustss 	if (showclass)
    261      1.113    itojun 		cp += snprintf(cp, ep - cp, ", class %d/%d",
    262      1.113    itojun 		    udd->bDeviceClass, udd->bDeviceSubClass);
    263        1.1  augustss 	bcdUSB = UGETW(udd->bcdUSB);
    264        1.1  augustss 	bcdDevice = UGETW(udd->bcdDevice);
    265      1.113    itojun 	cp += snprintf(cp, ep - cp, ", rev ");
    266      1.113    itojun 	cp += usbd_printBCD(cp, ep - cp, bcdUSB);
    267        1.1  augustss 	*cp++ = '/';
    268      1.113    itojun 	cp += usbd_printBCD(cp, ep - cp, bcdDevice);
    269      1.113    itojun 	cp += snprintf(cp, ep - cp, ", addr %d", dev->address);
    270       1.10  augustss 	*cp = 0;
    271      1.133  christos 	free(vendor, M_USB);
    272        1.1  augustss }
    273        1.1  augustss 
    274      1.124  augustss char *
    275      1.124  augustss usbd_devinfo_alloc(usbd_device_handle dev, int showclass)
    276      1.124  augustss {
    277      1.124  augustss 	char *devinfop;
    278      1.124  augustss 
    279      1.124  augustss 	devinfop = malloc(DEVINFOSIZE, M_TEMP, M_WAITOK);
    280      1.124  augustss 	usbd_devinfo(dev, showclass, devinfop, DEVINFOSIZE);
    281      1.124  augustss 	return devinfop;
    282      1.124  augustss }
    283      1.124  augustss 
    284      1.124  augustss void
    285      1.124  augustss usbd_devinfo_free(char *devinfop)
    286      1.124  augustss {
    287      1.124  augustss 	free(devinfop, M_TEMP);
    288      1.124  augustss }
    289      1.124  augustss 
    290        1.1  augustss /* Delay for a certain number of ms */
    291        1.1  augustss void
    292       1.78  augustss usb_delay_ms(usbd_bus_handle bus, u_int ms)
    293        1.1  augustss {
    294        1.1  augustss 	/* Wait at least two clock ticks so we know the time has passed. */
    295       1.64  augustss 	if (bus->use_polling || cold)
    296        1.1  augustss 		delay((ms+1) * 1000);
    297        1.1  augustss 	else
    298        1.1  augustss 		tsleep(&ms, PRIBIO, "usbdly", (ms*hz+999)/1000 + 1);
    299        1.1  augustss }
    300        1.1  augustss 
    301       1.23  augustss /* Delay given a device handle. */
    302       1.23  augustss void
    303       1.78  augustss usbd_delay_ms(usbd_device_handle dev, u_int ms)
    304       1.23  augustss {
    305       1.23  augustss 	usb_delay_ms(dev->bus, ms);
    306       1.23  augustss }
    307       1.23  augustss 
    308        1.1  augustss usbd_status
    309       1.78  augustss usbd_reset_port(usbd_device_handle dev, int port, usb_port_status_t *ps)
    310        1.1  augustss {
    311        1.1  augustss 	usb_device_request_t req;
    312       1.53  augustss 	usbd_status err;
    313        1.1  augustss 	int n;
    314       1.99  augustss 
    315        1.1  augustss 	req.bmRequestType = UT_WRITE_CLASS_OTHER;
    316        1.1  augustss 	req.bRequest = UR_SET_FEATURE;
    317        1.1  augustss 	USETW(req.wValue, UHF_PORT_RESET);
    318        1.1  augustss 	USETW(req.wIndex, port);
    319        1.1  augustss 	USETW(req.wLength, 0);
    320       1.53  augustss 	err = usbd_do_request(dev, &req, 0);
    321       1.39  augustss 	DPRINTFN(1,("usbd_reset_port: port %d reset done, error=%s\n",
    322       1.53  augustss 		    port, usbd_errstr(err)));
    323       1.53  augustss 	if (err)
    324       1.53  augustss 		return (err);
    325        1.1  augustss 	n = 10;
    326        1.1  augustss 	do {
    327        1.1  augustss 		/* Wait for device to recover from reset. */
    328       1.23  augustss 		usbd_delay_ms(dev, USB_PORT_RESET_DELAY);
    329       1.53  augustss 		err = usbd_get_port_status(dev, port, ps);
    330       1.53  augustss 		if (err) {
    331       1.53  augustss 			DPRINTF(("usbd_reset_port: get status failed %d\n",
    332       1.53  augustss 				 err));
    333       1.53  augustss 			return (err);
    334        1.1  augustss 		}
    335       1.92  augustss 		/* If the device disappeared, just give up. */
    336       1.92  augustss 		if (!(UGETW(ps->wPortStatus) & UPS_CURRENT_CONNECT_STATUS))
    337       1.92  augustss 			return (USBD_NORMAL_COMPLETION);
    338        1.1  augustss 	} while ((UGETW(ps->wPortChange) & UPS_C_PORT_RESET) == 0 && --n > 0);
    339       1.73  augustss 	if (n == 0)
    340       1.73  augustss 		return (USBD_TIMEOUT);
    341       1.53  augustss 	err = usbd_clear_port_feature(dev, port, UHF_C_PORT_RESET);
    342        1.1  augustss #ifdef USB_DEBUG
    343       1.53  augustss 	if (err)
    344       1.53  augustss 		DPRINTF(("usbd_reset_port: clear port feature failed %d\n",
    345       1.53  augustss 			 err));
    346        1.1  augustss #endif
    347       1.18  augustss 
    348       1.18  augustss 	/* Wait for the device to recover from reset. */
    349       1.23  augustss 	usbd_delay_ms(dev, USB_PORT_RESET_RECOVERY);
    350       1.53  augustss 	return (err);
    351        1.1  augustss }
    352        1.1  augustss 
    353       1.12  augustss usb_interface_descriptor_t *
    354       1.78  augustss usbd_find_idesc(usb_config_descriptor_t *cd, int ifaceidx, int altidx)
    355       1.12  augustss {
    356       1.12  augustss 	char *p = (char *)cd;
    357       1.12  augustss 	char *end = p + UGETW(cd->wTotalLength);
    358       1.12  augustss 	usb_interface_descriptor_t *d;
    359       1.19  augustss 	int curidx, lastidx, curaidx = 0;
    360       1.12  augustss 
    361       1.19  augustss 	for (curidx = lastidx = -1; p < end; ) {
    362       1.12  augustss 		d = (usb_interface_descriptor_t *)p;
    363       1.18  augustss 		DPRINTFN(4,("usbd_find_idesc: idx=%d(%d) altidx=%d(%d) len=%d "
    364       1.99  augustss 			    "type=%d\n",
    365       1.18  augustss 			    ifaceidx, curidx, altidx, curaidx,
    366       1.18  augustss 			    d->bLength, d->bDescriptorType));
    367       1.12  augustss 		if (d->bLength == 0) /* bad descriptor */
    368       1.12  augustss 			break;
    369       1.12  augustss 		p += d->bLength;
    370       1.12  augustss 		if (p <= end && d->bDescriptorType == UDESC_INTERFACE) {
    371       1.19  augustss 			if (d->bInterfaceNumber != lastidx) {
    372       1.19  augustss 				lastidx = d->bInterfaceNumber;
    373       1.12  augustss 				curidx++;
    374       1.12  augustss 				curaidx = 0;
    375       1.12  augustss 			} else
    376       1.12  augustss 				curaidx++;
    377       1.12  augustss 			if (ifaceidx == curidx && altidx == curaidx)
    378       1.12  augustss 				return (d);
    379       1.12  augustss 		}
    380       1.12  augustss 	}
    381       1.58  augustss 	return (NULL);
    382       1.12  augustss }
    383       1.12  augustss 
    384       1.12  augustss usb_endpoint_descriptor_t *
    385       1.99  augustss usbd_find_edesc(usb_config_descriptor_t *cd, int ifaceidx, int altidx,
    386       1.78  augustss 		int endptidx)
    387       1.12  augustss {
    388       1.12  augustss 	char *p = (char *)cd;
    389       1.12  augustss 	char *end = p + UGETW(cd->wTotalLength);
    390       1.12  augustss 	usb_interface_descriptor_t *d;
    391       1.12  augustss 	usb_endpoint_descriptor_t *e;
    392       1.12  augustss 	int curidx;
    393       1.12  augustss 
    394       1.12  augustss 	d = usbd_find_idesc(cd, ifaceidx, altidx);
    395       1.53  augustss 	if (d == NULL)
    396       1.58  augustss 		return (NULL);
    397       1.12  augustss 	if (endptidx >= d->bNumEndpoints) /* quick exit */
    398       1.58  augustss 		return (NULL);
    399       1.12  augustss 
    400       1.12  augustss 	curidx = -1;
    401       1.12  augustss 	for (p = (char *)d + d->bLength; p < end; ) {
    402       1.12  augustss 		e = (usb_endpoint_descriptor_t *)p;
    403       1.12  augustss 		if (e->bLength == 0) /* bad descriptor */
    404       1.12  augustss 			break;
    405       1.12  augustss 		p += e->bLength;
    406       1.12  augustss 		if (p <= end && e->bDescriptorType == UDESC_INTERFACE)
    407       1.58  augustss 			return (NULL);
    408       1.12  augustss 		if (p <= end && e->bDescriptorType == UDESC_ENDPOINT) {
    409       1.12  augustss 			curidx++;
    410       1.12  augustss 			if (curidx == endptidx)
    411       1.12  augustss 				return (e);
    412       1.12  augustss 		}
    413        1.1  augustss 	}
    414       1.58  augustss 	return (NULL);
    415        1.1  augustss }
    416        1.1  augustss 
    417        1.1  augustss usbd_status
    418       1.78  augustss usbd_fill_iface_data(usbd_device_handle dev, int ifaceidx, int altidx)
    419        1.1  augustss {
    420       1.12  augustss 	usbd_interface_handle ifc = &dev->ifaces[ifaceidx];
    421       1.77  augustss 	usb_interface_descriptor_t *idesc;
    422        1.1  augustss 	char *p, *end;
    423        1.1  augustss 	int endpt, nendpt;
    424        1.1  augustss 
    425       1.18  augustss 	DPRINTFN(4,("usbd_fill_iface_data: ifaceidx=%d altidx=%d\n",
    426       1.14  drochner 		    ifaceidx, altidx));
    427       1.77  augustss 	idesc = usbd_find_idesc(dev->cdesc, ifaceidx, altidx);
    428       1.77  augustss 	if (idesc == NULL)
    429       1.77  augustss 		return (USBD_INVAL);
    430        1.1  augustss 	ifc->device = dev;
    431       1.77  augustss 	ifc->idesc = idesc;
    432       1.13  augustss 	ifc->index = ifaceidx;
    433       1.13  augustss 	ifc->altindex = altidx;
    434        1.1  augustss 	nendpt = ifc->idesc->bNumEndpoints;
    435       1.59  augustss 	DPRINTFN(4,("usbd_fill_iface_data: found idesc nendpt=%d\n", nendpt));
    436        1.1  augustss 	if (nendpt != 0) {
    437        1.1  augustss 		ifc->endpoints = malloc(nendpt * sizeof(struct usbd_endpoint),
    438        1.1  augustss 					M_USB, M_NOWAIT);
    439       1.58  augustss 		if (ifc->endpoints == NULL)
    440        1.1  augustss 			return (USBD_NOMEM);
    441        1.1  augustss 	} else
    442       1.58  augustss 		ifc->endpoints = NULL;
    443       1.58  augustss 	ifc->priv = NULL;
    444        1.1  augustss 	p = (char *)ifc->idesc + ifc->idesc->bLength;
    445        1.1  augustss 	end = (char *)dev->cdesc + UGETW(dev->cdesc->wTotalLength);
    446       1.19  augustss #define ed ((usb_endpoint_descriptor_t *)p)
    447        1.1  augustss 	for (endpt = 0; endpt < nendpt; endpt++) {
    448        1.1  augustss 		DPRINTFN(10,("usbd_fill_iface_data: endpt=%d\n", endpt));
    449        1.1  augustss 		for (; p < end; p += ed->bLength) {
    450       1.14  drochner 			DPRINTFN(10,("usbd_fill_iface_data: p=%p end=%p "
    451       1.14  drochner 				     "len=%d type=%d\n",
    452        1.1  augustss 				 p, end, ed->bLength, ed->bDescriptorType));
    453       1.24  augustss 			if (p + ed->bLength <= end && ed->bLength != 0 &&
    454        1.1  augustss 			    ed->bDescriptorType == UDESC_ENDPOINT)
    455       1.24  augustss 				goto found;
    456       1.59  augustss 			if (ed->bLength == 0 ||
    457       1.59  augustss 			    ed->bDescriptorType == UDESC_INTERFACE)
    458        1.1  augustss 				break;
    459        1.1  augustss 		}
    460       1.24  augustss 		/* passed end, or bad desc */
    461       1.95  augustss 		printf("usbd_fill_iface_data: bad descriptor(s): %s\n",
    462       1.95  augustss 		       ed->bLength == 0 ? "0 length" :
    463       1.95  augustss 		       ed->bDescriptorType == UDESC_INTERFACE ? "iface desc":
    464       1.95  augustss 		       "out of data");
    465       1.24  augustss 		goto bad;
    466       1.24  augustss 	found:
    467        1.1  augustss 		ifc->endpoints[endpt].edesc = ed;
    468       1.95  augustss 		if (dev->speed == USB_SPEED_HIGH) {
    469       1.95  augustss 			u_int mps;
    470       1.95  augustss 			/* Control and bulk endpoints have max packet limits. */
    471       1.95  augustss 			switch (UE_GET_XFERTYPE(ed->bmAttributes)) {
    472       1.95  augustss 			case UE_CONTROL:
    473       1.95  augustss 				mps = USB_2_MAX_CTRL_PACKET;
    474       1.95  augustss 				goto check;
    475       1.95  augustss 			case UE_BULK:
    476       1.95  augustss 				mps = USB_2_MAX_BULK_PACKET;
    477       1.95  augustss 			check:
    478       1.95  augustss 				if (UGETW(ed->wMaxPacketSize) != mps) {
    479       1.95  augustss 					USETW(ed->wMaxPacketSize, mps);
    480       1.95  augustss #ifdef DIAGNOSTIC
    481       1.95  augustss 					printf("usbd_fill_iface_data: bad max "
    482       1.95  augustss 					       "packet size\n");
    483       1.95  augustss #endif
    484       1.95  augustss 				}
    485       1.95  augustss 				break;
    486       1.95  augustss 			default:
    487       1.95  augustss 				break;
    488       1.95  augustss 			}
    489       1.95  augustss 		}
    490        1.1  augustss 		ifc->endpoints[endpt].refcnt = 0;
    491       1.24  augustss 		p += ed->bLength;
    492        1.1  augustss 	}
    493       1.19  augustss #undef ed
    494        1.1  augustss 	LIST_INIT(&ifc->pipes);
    495        1.1  augustss 	return (USBD_NORMAL_COMPLETION);
    496       1.24  augustss 
    497        1.1  augustss  bad:
    498       1.77  augustss 	if (ifc->endpoints != NULL) {
    499       1.59  augustss 		free(ifc->endpoints, M_USB);
    500       1.77  augustss 		ifc->endpoints = NULL;
    501       1.77  augustss 	}
    502       1.24  augustss 	return (USBD_INVAL);
    503        1.1  augustss }
    504        1.1  augustss 
    505        1.1  augustss void
    506       1.78  augustss usbd_free_iface_data(usbd_device_handle dev, int ifcno)
    507        1.1  augustss {
    508        1.1  augustss 	usbd_interface_handle ifc = &dev->ifaces[ifcno];
    509        1.1  augustss 	if (ifc->endpoints)
    510        1.1  augustss 		free(ifc->endpoints, M_USB);
    511        1.1  augustss }
    512        1.1  augustss 
    513       1.69  augustss Static usbd_status
    514       1.78  augustss usbd_set_config(usbd_device_handle dev, int conf)
    515        1.7  augustss {
    516        1.7  augustss 	usb_device_request_t req;
    517        1.7  augustss 
    518        1.7  augustss 	req.bmRequestType = UT_WRITE_DEVICE;
    519        1.7  augustss 	req.bRequest = UR_SET_CONFIG;
    520        1.7  augustss 	USETW(req.wValue, conf);
    521        1.7  augustss 	USETW(req.wIndex, 0);
    522        1.7  augustss 	USETW(req.wLength, 0);
    523        1.7  augustss 	return (usbd_do_request(dev, &req, 0));
    524        1.7  augustss }
    525        1.7  augustss 
    526        1.1  augustss usbd_status
    527       1.78  augustss usbd_set_config_no(usbd_device_handle dev, int no, int msg)
    528        1.1  augustss {
    529       1.12  augustss 	int index;
    530       1.12  augustss 	usb_config_descriptor_t cd;
    531       1.53  augustss 	usbd_status err;
    532       1.12  augustss 
    533       1.75  augustss 	if (no == USB_UNCONFIG_NO)
    534       1.75  augustss 		return (usbd_set_config_index(dev, USB_UNCONFIG_INDEX, msg));
    535       1.75  augustss 
    536       1.12  augustss 	DPRINTFN(5,("usbd_set_config_no: %d\n", no));
    537       1.12  augustss 	/* Figure out what config index to use. */
    538       1.12  augustss 	for (index = 0; index < dev->ddesc.bNumConfigurations; index++) {
    539       1.53  augustss 		err = usbd_get_config_desc(dev, index, &cd);
    540       1.53  augustss 		if (err)
    541       1.53  augustss 			return (err);
    542       1.12  augustss 		if (cd.bConfigurationValue == no)
    543       1.12  augustss 			return (usbd_set_config_index(dev, index, msg));
    544       1.12  augustss 	}
    545       1.12  augustss 	return (USBD_INVAL);
    546       1.12  augustss }
    547       1.12  augustss 
    548       1.12  augustss usbd_status
    549       1.78  augustss usbd_set_config_index(usbd_device_handle dev, int index, int msg)
    550       1.12  augustss {
    551        1.1  augustss 	usb_config_descriptor_t cd, *cdp;
    552       1.53  augustss 	usbd_status err;
    553      1.103  augustss 	int i, ifcidx, nifc, len, selfpowered, power;
    554        1.1  augustss 
    555       1.12  augustss 	DPRINTFN(5,("usbd_set_config_index: dev=%p index=%d\n", dev, index));
    556        1.1  augustss 
    557      1.145  drochner 	if (index >= dev->ddesc.bNumConfigurations &&
    558  1.159.2.1      haad 	    index != USB_UNCONFIG_INDEX) {
    559      1.145  drochner 		/* panic? */
    560      1.145  drochner 		printf("usbd_set_config_index: illegal index\n");
    561      1.145  drochner 		return (USBD_INVAL);
    562      1.145  drochner 	}
    563      1.145  drochner 
    564        1.1  augustss 	/* XXX check that all interfaces are idle */
    565       1.75  augustss 	if (dev->config != USB_UNCONFIG_NO) {
    566       1.12  augustss 		DPRINTF(("usbd_set_config_index: free old config\n"));
    567        1.1  augustss 		/* Free all configuration data structures. */
    568        1.1  augustss 		nifc = dev->cdesc->bNumInterface;
    569       1.12  augustss 		for (ifcidx = 0; ifcidx < nifc; ifcidx++)
    570       1.12  augustss 			usbd_free_iface_data(dev, ifcidx);
    571        1.1  augustss 		free(dev->ifaces, M_USB);
    572        1.1  augustss 		free(dev->cdesc, M_USB);
    573       1.57  augustss 		dev->ifaces = NULL;
    574       1.57  augustss 		dev->cdesc = NULL;
    575       1.75  augustss 		dev->config = USB_UNCONFIG_NO;
    576       1.75  augustss 	}
    577       1.75  augustss 
    578       1.75  augustss 	if (index == USB_UNCONFIG_INDEX) {
    579       1.75  augustss 		/* We are unconfiguring the device, so leave unallocated. */
    580       1.75  augustss 		DPRINTF(("usbd_set_config_index: set config 0\n"));
    581       1.75  augustss 		err = usbd_set_config(dev, USB_UNCONFIG_NO);
    582      1.136  christos 		if (err) {
    583       1.75  augustss 			DPRINTF(("usbd_set_config_index: setting config=0 "
    584       1.75  augustss 				 "failed, error=%s\n", usbd_errstr(err)));
    585      1.136  christos 		}
    586       1.75  augustss 		return (err);
    587        1.1  augustss 	}
    588        1.1  augustss 
    589       1.74  augustss 	/* Get the short descriptor. */
    590       1.53  augustss 	err = usbd_get_config_desc(dev, index, &cd);
    591       1.53  augustss 	if (err)
    592       1.53  augustss 		return (err);
    593        1.1  augustss 	len = UGETW(cd.wTotalLength);
    594        1.1  augustss 	cdp = malloc(len, M_USB, M_NOWAIT);
    595       1.53  augustss 	if (cdp == NULL)
    596        1.1  augustss 		return (USBD_NOMEM);
    597      1.103  augustss 
    598      1.103  augustss 	/* Get the full descriptor.  Try a few times for slow devices. */
    599      1.103  augustss 	for (i = 0; i < 3; i++) {
    600      1.103  augustss 		err = usbd_get_desc(dev, UDESC_CONFIG, index, len, cdp);
    601      1.103  augustss 		if (!err)
    602      1.103  augustss 			break;
    603      1.103  augustss 		usbd_delay_ms(dev, 200);
    604      1.103  augustss 	}
    605       1.53  augustss 	if (err)
    606        1.1  augustss 		goto bad;
    607      1.103  augustss 
    608       1.18  augustss 	if (cdp->bDescriptorType != UDESC_CONFIG) {
    609       1.18  augustss 		DPRINTFN(-1,("usbd_set_config_index: bad desc %d\n",
    610       1.18  augustss 			     cdp->bDescriptorType));
    611       1.53  augustss 		err = USBD_INVAL;
    612       1.18  augustss 		goto bad;
    613       1.18  augustss 	}
    614       1.74  augustss 
    615      1.142  drochner 	/*
    616      1.142  drochner 	 * Figure out if the device is self or bus powered.
    617      1.142  drochner 	 */
    618      1.142  drochner #if 0 /* XXX various devices don't report the power state correctly */
    619        1.1  augustss 	selfpowered = 0;
    620      1.141  drochner 	err = usbd_get_device_status(dev, &ds);
    621      1.141  drochner 	if (!err && (UGETW(ds.wStatus) & UDS_SELF_POWERED))
    622      1.141  drochner 		selfpowered = 1;
    623      1.142  drochner #endif
    624      1.142  drochner 	/*
    625      1.142  drochner 	 * Use the power state in the configuration we are going
    626      1.142  drochner 	 * to set. This doesn't necessarily reflect the actual
    627      1.142  drochner 	 * power state of the device; the driver can control this
    628      1.142  drochner 	 * by choosing the appropriate configuration.
    629      1.142  drochner 	 */
    630      1.142  drochner 	selfpowered = !!(cdp->bmAttributes & UC_SELF_POWERED);
    631      1.141  drochner 
    632       1.81  augustss 	DPRINTF(("usbd_set_config_index: (addr %d) cno=%d attr=0x%02x, "
    633       1.81  augustss 		 "selfpowered=%d, power=%d\n",
    634       1.99  augustss 		 cdp->bConfigurationValue, dev->address, cdp->bmAttributes,
    635       1.33  augustss 		 selfpowered, cdp->bMaxPower * 2));
    636       1.74  augustss 
    637       1.74  augustss 	/* Check if we have enough power. */
    638      1.142  drochner #if 0 /* this is a no-op, see above */
    639      1.141  drochner 	if ((cdp->bmAttributes & UC_SELF_POWERED) && !selfpowered) {
    640      1.141  drochner 		if (msg)
    641      1.141  drochner 			printf("%s: device addr %d (config %d): "
    642      1.141  drochner 				 "can't set self powered configuration\n",
    643      1.141  drochner 			       USBDEVNAME(dev->bus->bdev), dev->address,
    644      1.141  drochner 			       cdp->bConfigurationValue);
    645      1.141  drochner 		err = USBD_NO_POWER;
    646      1.141  drochner 		goto bad;
    647      1.141  drochner 	}
    648      1.142  drochner #endif
    649        1.1  augustss #ifdef USB_DEBUG
    650       1.53  augustss 	if (dev->powersrc == NULL) {
    651       1.44  augustss 		DPRINTF(("usbd_set_config_index: No power source?\n"));
    652      1.141  drochner 		err = USBD_IOERROR;
    653      1.141  drochner 		goto bad;
    654        1.1  augustss 	}
    655        1.1  augustss #endif
    656        1.1  augustss 	power = cdp->bMaxPower * 2;
    657        1.1  augustss 	if (power > dev->powersrc->power) {
    658       1.81  augustss 		DPRINTF(("power exceeded %d %d\n", power,dev->powersrc->power));
    659        1.1  augustss 		/* XXX print nicer message. */
    660        1.7  augustss 		if (msg)
    661       1.18  augustss 			printf("%s: device addr %d (config %d) exceeds power "
    662       1.18  augustss 				 "budget, %d mA > %d mA\n",
    663      1.151  drochner 			       device_xname(dev->bus->usbctl), dev->address,
    664       1.99  augustss 			       cdp->bConfigurationValue,
    665        1.7  augustss 			       power, dev->powersrc->power);
    666       1.53  augustss 		err = USBD_NO_POWER;
    667        1.1  augustss 		goto bad;
    668        1.1  augustss 	}
    669        1.1  augustss 	dev->power = power;
    670        1.1  augustss 	dev->self_powered = selfpowered;
    671        1.1  augustss 
    672       1.74  augustss 	/* Set the actual configuration value. */
    673       1.18  augustss 	DPRINTF(("usbd_set_config_index: set config %d\n",
    674       1.18  augustss 		 cdp->bConfigurationValue));
    675       1.53  augustss 	err = usbd_set_config(dev, cdp->bConfigurationValue);
    676       1.53  augustss 	if (err) {
    677       1.14  drochner 		DPRINTF(("usbd_set_config_index: setting config=%d failed, "
    678       1.39  augustss 			 "error=%s\n",
    679       1.53  augustss 			 cdp->bConfigurationValue, usbd_errstr(err)));
    680        1.1  augustss 		goto bad;
    681        1.1  augustss 	}
    682       1.74  augustss 
    683       1.74  augustss 	/* Allocate and fill interface data. */
    684        1.1  augustss 	nifc = cdp->bNumInterface;
    685       1.99  augustss 	dev->ifaces = malloc(nifc * sizeof(struct usbd_interface),
    686        1.1  augustss 			     M_USB, M_NOWAIT);
    687       1.58  augustss 	if (dev->ifaces == NULL) {
    688       1.53  augustss 		err = USBD_NOMEM;
    689        1.1  augustss 		goto bad;
    690        1.1  augustss 	}
    691       1.12  augustss 	DPRINTFN(5,("usbd_set_config_index: dev=%p cdesc=%p\n", dev, cdp));
    692        1.1  augustss 	dev->cdesc = cdp;
    693        1.1  augustss 	dev->config = cdp->bConfigurationValue;
    694       1.12  augustss 	for (ifcidx = 0; ifcidx < nifc; ifcidx++) {
    695       1.53  augustss 		err = usbd_fill_iface_data(dev, ifcidx, 0);
    696       1.53  augustss 		if (err) {
    697       1.12  augustss 			while (--ifcidx >= 0)
    698       1.12  augustss 				usbd_free_iface_data(dev, ifcidx);
    699        1.1  augustss 			goto bad;
    700        1.1  augustss 		}
    701        1.1  augustss 	}
    702        1.1  augustss 
    703        1.1  augustss 	return (USBD_NORMAL_COMPLETION);
    704        1.1  augustss 
    705        1.1  augustss  bad:
    706        1.1  augustss 	free(cdp, M_USB);
    707       1.53  augustss 	return (err);
    708        1.1  augustss }
    709        1.1  augustss 
    710        1.1  augustss /* XXX add function for alternate settings */
    711        1.1  augustss 
    712        1.1  augustss usbd_status
    713       1.78  augustss usbd_setup_pipe(usbd_device_handle dev, usbd_interface_handle iface,
    714       1.78  augustss 		struct usbd_endpoint *ep, int ival, usbd_pipe_handle *pipe)
    715        1.1  augustss {
    716        1.1  augustss 	usbd_pipe_handle p;
    717       1.53  augustss 	usbd_status err;
    718        1.1  augustss 
    719        1.1  augustss 	DPRINTFN(1,("usbd_setup_pipe: dev=%p iface=%p ep=%p pipe=%p\n",
    720        1.1  augustss 		    dev, iface, ep, pipe));
    721        1.1  augustss 	p = malloc(dev->bus->pipe_size, M_USB, M_NOWAIT);
    722       1.53  augustss 	if (p == NULL)
    723        1.1  augustss 		return (USBD_NOMEM);
    724        1.1  augustss 	p->device = dev;
    725        1.1  augustss 	p->iface = iface;
    726        1.1  augustss 	p->endpoint = ep;
    727        1.1  augustss 	ep->refcnt++;
    728        1.1  augustss 	p->refcnt = 1;
    729       1.53  augustss 	p->intrxfer = 0;
    730        1.1  augustss 	p->running = 0;
    731       1.70  augustss 	p->aborting = 0;
    732       1.34  augustss 	p->repeat = 0;
    733       1.63  augustss 	p->interval = ival;
    734        1.1  augustss 	SIMPLEQ_INIT(&p->queue);
    735       1.53  augustss 	err = dev->bus->methods->open_pipe(p);
    736       1.53  augustss 	if (err) {
    737       1.39  augustss 		DPRINTFN(-1,("usbd_setup_pipe: endpoint=0x%x failed, error="
    738       1.39  augustss 			 "%s\n",
    739       1.53  augustss 			 ep->edesc->bEndpointAddress, usbd_errstr(err)));
    740        1.1  augustss 		free(p, M_USB);
    741       1.53  augustss 		return (err);
    742        1.1  augustss 	}
    743        1.1  augustss 	*pipe = p;
    744        1.1  augustss 	return (USBD_NORMAL_COMPLETION);
    745        1.1  augustss }
    746        1.1  augustss 
    747        1.1  augustss /* Abort the device control pipe. */
    748        1.1  augustss void
    749       1.78  augustss usbd_kill_pipe(usbd_pipe_handle pipe)
    750        1.1  augustss {
    751       1.89  augustss 	usbd_abort_pipe(pipe);
    752        1.1  augustss 	pipe->methods->close(pipe);
    753        1.1  augustss 	pipe->endpoint->refcnt--;
    754        1.1  augustss 	free(pipe, M_USB);
    755        1.1  augustss }
    756        1.1  augustss 
    757        1.1  augustss int
    758       1.78  augustss usbd_getnewaddr(usbd_bus_handle bus)
    759        1.1  augustss {
    760       1.18  augustss 	int addr;
    761        1.1  augustss 
    762       1.18  augustss 	for (addr = 1; addr < USB_MAX_DEVICES; addr++)
    763       1.18  augustss 		if (bus->devices[addr] == 0)
    764       1.18  augustss 			return (addr);
    765        1.1  augustss 	return (-1);
    766        1.1  augustss }
    767        1.1  augustss 
    768      1.155  drochner usbd_status
    769      1.155  drochner usbd_attach_roothub(device_t parent, usbd_device_handle dev)
    770      1.155  drochner {
    771      1.155  drochner 	struct usb_attach_arg uaa;
    772      1.155  drochner 	usb_device_descriptor_t *dd = &dev->ddesc;
    773      1.155  drochner 	device_t dv;
    774      1.155  drochner 
    775      1.155  drochner 	uaa.device = dev;
    776      1.155  drochner 	uaa.usegeneric = 0;
    777      1.155  drochner 	uaa.port = 0;
    778      1.155  drochner 	uaa.vendor = UGETW(dd->idVendor);
    779      1.155  drochner 	uaa.product = UGETW(dd->idProduct);
    780      1.155  drochner 	uaa.release = UGETW(dd->bcdDevice);
    781      1.155  drochner 	uaa.class = dd->bDeviceClass;
    782      1.155  drochner 	uaa.subclass = dd->bDeviceSubClass;
    783      1.155  drochner 	uaa.proto = dd->bDeviceProtocol;
    784      1.155  drochner 
    785      1.156  drochner 	dv = config_found_ia(parent, "usbroothubif", &uaa, 0);
    786      1.155  drochner 	if (dv) {
    787      1.155  drochner 		dev->subdevs = malloc(sizeof dv, M_USB, M_NOWAIT);
    788      1.155  drochner 		if (dev->subdevs == NULL)
    789      1.155  drochner 			return (USBD_NOMEM);
    790      1.155  drochner 		dev->subdevs[0] = dv;
    791      1.155  drochner 		dev->subdevlen = 1;
    792      1.155  drochner 	}
    793      1.155  drochner 	return (USBD_NORMAL_COMPLETION);
    794      1.155  drochner }
    795       1.18  augustss 
    796  1.159.2.1      haad static usbd_status
    797  1.159.2.1      haad usbd_attachwholedevice(device_t parent, usbd_device_handle dev, int port,
    798  1.159.2.1      haad 	int usegeneric)
    799       1.18  augustss {
    800       1.18  augustss 	struct usb_attach_arg uaa;
    801       1.18  augustss 	usb_device_descriptor_t *dd = &dev->ddesc;
    802  1.159.2.1      haad 	device_t dv;
    803      1.158  drochner 	int dlocs[USBDEVIFCF_NLOCS];
    804       1.18  augustss 
    805       1.18  augustss 	uaa.device = dev;
    806  1.159.2.1      haad 	uaa.usegeneric = usegeneric;
    807       1.18  augustss 	uaa.port = port;
    808       1.32  augustss 	uaa.vendor = UGETW(dd->idVendor);
    809       1.32  augustss 	uaa.product = UGETW(dd->idProduct);
    810       1.32  augustss 	uaa.release = UGETW(dd->bcdDevice);
    811      1.144  drochner 	uaa.class = dd->bDeviceClass;
    812      1.144  drochner 	uaa.subclass = dd->bDeviceSubClass;
    813      1.144  drochner 	uaa.proto = dd->bDeviceProtocol;
    814       1.18  augustss 
    815      1.158  drochner 	dlocs[USBDEVIFCF_PORT] = uaa.port;
    816      1.158  drochner 	dlocs[USBDEVIFCF_VENDOR] = uaa.vendor;
    817      1.158  drochner 	dlocs[USBDEVIFCF_PRODUCT] = uaa.product;
    818      1.158  drochner 	dlocs[USBDEVIFCF_RELEASE] = uaa.release;
    819      1.158  drochner 	/* the rest is historical ballast */
    820      1.158  drochner 	dlocs[USBDEVIFCF_CONFIGURATION] = -1;
    821      1.158  drochner 	dlocs[USBDEVIFCF_INTERFACE] = -1;
    822      1.158  drochner 
    823      1.158  drochner 	dv = config_found_sm_loc(parent, "usbdevif", dlocs, &uaa, usbd_print,
    824  1.159.2.1      haad 				 config_stdsubmatch);
    825       1.34  augustss 	if (dv) {
    826      1.155  drochner 		dev->subdevs = malloc(sizeof dv, M_USB, M_NOWAIT);
    827       1.57  augustss 		if (dev->subdevs == NULL)
    828       1.34  augustss 			return (USBD_NOMEM);
    829       1.34  augustss 		dev->subdevs[0] = dv;
    830      1.155  drochner 		dev->subdevlen = 1;
    831  1.159.2.1      haad 		dev->nifaces_claimed = 1; /* XXX */
    832       1.34  augustss 	}
    833  1.159.2.1      haad 	return (USBD_NORMAL_COMPLETION);
    834  1.159.2.1      haad }
    835       1.18  augustss 
    836  1.159.2.1      haad static usbd_status
    837  1.159.2.1      haad usbd_attachinterfaces(device_t parent, usbd_device_handle dev,
    838  1.159.2.1      haad 		      int port, const int *locators)
    839  1.159.2.1      haad {
    840  1.159.2.1      haad 	struct usbif_attach_arg uiaa;
    841  1.159.2.1      haad 	int ilocs[USBIFIFCF_NLOCS];
    842  1.159.2.1      haad 	usb_device_descriptor_t *dd = &dev->ddesc;
    843  1.159.2.1      haad 	int nifaces;
    844  1.159.2.1      haad 	usbd_interface_handle *ifaces;
    845  1.159.2.1      haad 	int i, j, loc;
    846  1.159.2.1      haad 	device_t dv;
    847  1.159.2.1      haad 
    848  1.159.2.1      haad 	nifaces = dev->cdesc->bNumInterface;
    849  1.159.2.1      haad 	ifaces = malloc(nifaces * sizeof(*ifaces), M_USB, M_NOWAIT|M_ZERO);
    850  1.159.2.1      haad 	if (!ifaces)
    851  1.159.2.1      haad 		return (USBD_NOMEM);
    852  1.159.2.1      haad 	for (i = 0; i < nifaces; i++)
    853  1.159.2.1      haad 		if (!dev->subdevs[i])
    854  1.159.2.1      haad 			ifaces[i] = &dev->ifaces[i];
    855       1.18  augustss 
    856      1.144  drochner 	uiaa.device = dev;
    857      1.144  drochner 	uiaa.port = port;
    858      1.144  drochner 	uiaa.vendor = UGETW(dd->idVendor);
    859      1.144  drochner 	uiaa.product = UGETW(dd->idProduct);
    860      1.144  drochner 	uiaa.release = UGETW(dd->bcdDevice);
    861  1.159.2.1      haad 	uiaa.configno = dev->cdesc->bConfigurationValue;
    862  1.159.2.1      haad 	uiaa.ifaces = ifaces;
    863  1.159.2.1      haad 	uiaa.nifaces = nifaces;
    864      1.158  drochner 	ilocs[USBIFIFCF_PORT] = uiaa.port;
    865      1.158  drochner 	ilocs[USBIFIFCF_VENDOR] = uiaa.vendor;
    866      1.158  drochner 	ilocs[USBIFIFCF_PRODUCT] = uiaa.product;
    867      1.158  drochner 	ilocs[USBIFIFCF_RELEASE] = uiaa.release;
    868  1.159.2.1      haad 	ilocs[USBIFIFCF_CONFIGURATION] = uiaa.configno;
    869  1.159.2.1      haad 
    870  1.159.2.1      haad 	for (i = 0; i < nifaces; i++) {
    871  1.159.2.1      haad 		if (!ifaces[i])
    872  1.159.2.1      haad 			continue; /* interface already claimed */
    873  1.159.2.1      haad 		uiaa.iface = ifaces[i];
    874  1.159.2.1      haad 		uiaa.class = ifaces[i]->idesc->bInterfaceClass;
    875  1.159.2.1      haad 		uiaa.subclass = ifaces[i]->idesc->bInterfaceSubClass;
    876  1.159.2.1      haad 		uiaa.proto = ifaces[i]->idesc->bInterfaceProtocol;
    877  1.159.2.1      haad 		uiaa.ifaceno = ifaces[i]->idesc->bInterfaceNumber;
    878  1.159.2.1      haad 		ilocs[USBIFIFCF_INTERFACE] = uiaa.ifaceno;
    879  1.159.2.1      haad 		if (locators != NULL) {
    880  1.159.2.1      haad 			loc = locators[USBIFIFCF_CONFIGURATION];
    881  1.159.2.1      haad 			if (loc != USBIFIFCF_CONFIGURATION_DEFAULT &&
    882  1.159.2.1      haad 			    loc != uiaa.configno)
    883  1.159.2.1      haad 				continue;
    884  1.159.2.1      haad 			loc = locators[USBIFIFCF_INTERFACE];
    885  1.159.2.1      haad 			if (loc != USBIFIFCF_INTERFACE && loc != uiaa.ifaceno)
    886  1.159.2.1      haad 				continue;
    887  1.159.2.1      haad 		}
    888  1.159.2.1      haad 		dv = config_found_sm_loc(parent, "usbifif", ilocs, &uiaa,
    889  1.159.2.1      haad 					 usbd_ifprint, config_stdsubmatch);
    890  1.159.2.1      haad 		if (!dv)
    891  1.159.2.1      haad 			continue;
    892  1.159.2.1      haad 		ifaces[i] = 0; /* claim */
    893  1.159.2.1      haad 		/* account for ifaces claimed by the driver behind our back */
    894  1.159.2.1      haad 		for (j = 0; j < nifaces; j++) {
    895  1.159.2.1      haad 			if (!ifaces[j] && !dev->subdevs[j]) {
    896  1.159.2.1      haad 				dev->subdevs[j] = dv;
    897  1.159.2.1      haad 				dev->nifaces_claimed++;
    898  1.159.2.1      haad 			}
    899  1.159.2.1      haad 		}
    900  1.159.2.1      haad 	}
    901  1.159.2.1      haad 
    902  1.159.2.1      haad 	free(ifaces, M_USB);
    903  1.159.2.1      haad 	return (USBD_NORMAL_COMPLETION);
    904  1.159.2.1      haad }
    905  1.159.2.1      haad 
    906  1.159.2.1      haad usbd_status
    907  1.159.2.1      haad usbd_probe_and_attach(device_ptr_t parent, usbd_device_handle dev,
    908  1.159.2.1      haad 		      int port, int addr)
    909  1.159.2.1      haad {
    910  1.159.2.1      haad 	usb_device_descriptor_t *dd = &dev->ddesc;
    911  1.159.2.1      haad 	int confi, nifaces;
    912  1.159.2.1      haad 	usbd_status err;
    913  1.159.2.1      haad 
    914  1.159.2.1      haad 	/* First try with device specific drivers. */
    915  1.159.2.1      haad 	DPRINTF(("usbd_probe_and_attach: trying device specific drivers\n"));
    916  1.159.2.1      haad 	err = usbd_attachwholedevice(parent, dev, port, 0);
    917  1.159.2.1      haad 	if (dev->nifaces_claimed || err)
    918  1.159.2.1      haad 		return (err);
    919  1.159.2.1      haad 	DPRINTF(("usbd_probe_and_attach: no device specific driver found\n"));
    920      1.158  drochner 
    921       1.60  augustss 	DPRINTF(("usbd_probe_and_attach: looping over %d configurations\n",
    922       1.60  augustss 		 dd->bNumConfigurations));
    923       1.18  augustss 	for (confi = 0; confi < dd->bNumConfigurations; confi++) {
    924       1.18  augustss 		DPRINTFN(1,("usbd_probe_and_attach: trying config idx=%d\n",
    925       1.18  augustss 			    confi));
    926       1.53  augustss 		err = usbd_set_config_index(dev, confi, 1);
    927       1.53  augustss 		if (err) {
    928       1.18  augustss #ifdef USB_DEBUG
    929       1.18  augustss 			DPRINTF(("%s: port %d, set config at addr %d failed, "
    930       1.43  augustss 				 "error=%s\n", USBDEVPTRNAME(parent), port,
    931       1.53  augustss 				 addr, usbd_errstr(err)));
    932       1.18  augustss #else
    933       1.18  augustss 			printf("%s: port %d, set config at addr %d failed\n",
    934       1.43  augustss 			       USBDEVPTRNAME(parent), port, addr);
    935       1.18  augustss #endif
    936  1.159.2.1      haad 			return (err);
    937       1.18  augustss 		}
    938       1.20  augustss 		nifaces = dev->cdesc->bNumInterface;
    939  1.159.2.1      haad 		dev->subdevs = malloc(nifaces * sizeof(device_t), M_USB,
    940      1.155  drochner 				      M_NOWAIT|M_ZERO);
    941  1.159.2.1      haad 		if (dev->subdevs == NULL)
    942       1.34  augustss 			return (USBD_NOMEM);
    943      1.155  drochner 		dev->subdevlen = nifaces;
    944       1.52  augustss 
    945  1.159.2.1      haad 		err = usbd_attachinterfaces(parent, dev, port, NULL);
    946  1.159.2.1      haad 
    947  1.159.2.1      haad 		if (!dev->nifaces_claimed) {
    948  1.159.2.1      haad 			free(dev->subdevs, M_USB);
    949  1.159.2.1      haad 			dev->subdevs = 0;
    950  1.159.2.1      haad 			dev->subdevlen = 0;
    951       1.52  augustss 		}
    952  1.159.2.1      haad 		if (dev->nifaces_claimed || err)
    953  1.159.2.1      haad 			return (err);
    954       1.18  augustss 	}
    955       1.21  augustss 	/* No interfaces were attached in any of the configurations. */
    956       1.34  augustss 
    957       1.34  augustss 	if (dd->bNumConfigurations > 1) /* don't change if only 1 config */
    958       1.18  augustss 		usbd_set_config_index(dev, 0, 0);
    959       1.18  augustss 
    960       1.18  augustss 	DPRINTF(("usbd_probe_and_attach: no interface drivers found\n"));
    961       1.18  augustss 
    962       1.18  augustss 	/* Finally try the generic driver. */
    963  1.159.2.1      haad 	err = usbd_attachwholedevice(parent, dev, port, 1);
    964       1.18  augustss 
    965       1.99  augustss 	/*
    966       1.18  augustss 	 * The generic attach failed, but leave the device as it is.
    967       1.18  augustss 	 * We just did not find any drivers, that's all.  The device is
    968       1.18  augustss 	 * fully operational and not harming anyone.
    969       1.18  augustss 	 */
    970       1.18  augustss 	DPRINTF(("usbd_probe_and_attach: generic attach failed\n"));
    971  1.159.2.1      haad 	return (USBD_NORMAL_COMPLETION);
    972       1.18  augustss }
    973       1.18  augustss 
    974  1.159.2.1      haad /**
    975  1.159.2.1      haad  * Called from uhub_rescan().  usbd_new_device() for the target dev must be
    976  1.159.2.1      haad  * called before calling this.
    977  1.159.2.1      haad  */
    978  1.159.2.1      haad usbd_status
    979  1.159.2.1      haad usbd_reattach_device(device_ptr_t parent, usbd_device_handle dev,
    980  1.159.2.1      haad 		     int port, const int *locators)
    981  1.159.2.1      haad {
    982  1.159.2.1      haad 	int i, loc;
    983  1.159.2.1      haad 
    984  1.159.2.1      haad 	if (locators != NULL) {
    985  1.159.2.1      haad 		loc = locators[USBIFIFCF_PORT];
    986  1.159.2.1      haad 		if (loc != USBIFIFCF_PORT_DEFAULT && loc != port)
    987  1.159.2.1      haad 			return USBD_NORMAL_COMPLETION;
    988  1.159.2.1      haad 		loc = locators[USBIFIFCF_VENDOR];
    989  1.159.2.1      haad 		if (loc != USBIFIFCF_VENDOR_DEFAULT &&
    990  1.159.2.1      haad 		    loc != UGETW(dev->ddesc.idVendor))
    991  1.159.2.1      haad 			return USBD_NORMAL_COMPLETION;
    992  1.159.2.1      haad 		loc = locators[USBIFIFCF_PRODUCT];
    993  1.159.2.1      haad 		if (loc != USBIFIFCF_PRODUCT_DEFAULT &&
    994  1.159.2.1      haad 		    loc != UGETW(dev->ddesc.idProduct))
    995  1.159.2.1      haad 			return USBD_NORMAL_COMPLETION;
    996  1.159.2.1      haad 		loc = locators[USBIFIFCF_RELEASE];
    997  1.159.2.1      haad 		if (loc != USBIFIFCF_RELEASE_DEFAULT &&
    998  1.159.2.1      haad 		    loc != UGETW(dev->ddesc.bcdDevice))
    999  1.159.2.1      haad 			return USBD_NORMAL_COMPLETION;
   1000  1.159.2.1      haad 	}
   1001  1.159.2.1      haad 	if (dev->subdevlen == 0) {
   1002  1.159.2.1      haad 		/* XXX: check USBIFIFCF_CONFIGURATION and
   1003  1.159.2.1      haad 		 * USBIFIFCF_INTERFACE too */
   1004  1.159.2.1      haad 		return usbd_probe_and_attach(parent, dev, port, dev->address);
   1005  1.159.2.1      haad 	} else if (dev->subdevlen != dev->cdesc->bNumInterface) {
   1006  1.159.2.1      haad 		/* device-specific or generic driver is already attached. */
   1007  1.159.2.1      haad 		return USBD_NORMAL_COMPLETION;
   1008  1.159.2.1      haad 	}
   1009  1.159.2.1      haad 	/* Does the device have unconfigured interfaces? */
   1010  1.159.2.1      haad 	for (i = 0; i < dev->subdevlen; i++) {
   1011  1.159.2.1      haad 		if (dev->subdevs[i] == NULL) {
   1012  1.159.2.1      haad 			break;
   1013  1.159.2.1      haad 		}
   1014  1.159.2.1      haad 	}
   1015  1.159.2.1      haad 	if (i >= dev->subdevlen)
   1016  1.159.2.1      haad 		return USBD_NORMAL_COMPLETION;
   1017  1.159.2.1      haad 	return usbd_attachinterfaces(parent, dev, port, locators);
   1018  1.159.2.1      haad }
   1019       1.18  augustss 
   1020        1.1  augustss /*
   1021        1.1  augustss  * Called when a new device has been put in the powered state,
   1022        1.1  augustss  * but not yet in the addressed state.
   1023        1.1  augustss  * Get initial descriptor, set the address, get full descriptor,
   1024        1.1  augustss  * and attach a driver.
   1025        1.1  augustss  */
   1026        1.1  augustss usbd_status
   1027       1.78  augustss usbd_new_device(device_ptr_t parent, usbd_bus_handle bus, int depth,
   1028       1.94  augustss 		int speed, int port, struct usbd_port *up)
   1029        1.1  augustss {
   1030      1.120  augustss 	usbd_device_handle dev, adev;
   1031       1.94  augustss 	struct usbd_device *hub;
   1032       1.18  augustss 	usb_device_descriptor_t *dd;
   1033      1.107  augustss 	usb_port_status_t ps;
   1034       1.53  augustss 	usbd_status err;
   1035        1.1  augustss 	int addr;
   1036       1.18  augustss 	int i;
   1037      1.120  augustss 	int p;
   1038        1.1  augustss 
   1039       1.94  augustss 	DPRINTF(("usbd_new_device bus=%p port=%d depth=%d speed=%d\n",
   1040       1.94  augustss 		 bus, port, depth, speed));
   1041        1.1  augustss 	addr = usbd_getnewaddr(bus);
   1042        1.1  augustss 	if (addr < 0) {
   1043       1.99  augustss 		printf("%s: No free USB addresses, new device ignored.\n",
   1044      1.151  drochner 		       device_xname(bus->usbctl));
   1045        1.1  augustss 		return (USBD_NO_ADDR);
   1046        1.1  augustss 	}
   1047        1.1  augustss 
   1048       1.97   tsutsui 	dev = malloc(sizeof *dev, M_USB, M_NOWAIT|M_ZERO);
   1049       1.53  augustss 	if (dev == NULL)
   1050        1.1  augustss 		return (USBD_NOMEM);
   1051        1.1  augustss 
   1052        1.1  augustss 	dev->bus = bus;
   1053        1.1  augustss 
   1054        1.1  augustss 	/* Set up default endpoint handle. */
   1055        1.1  augustss 	dev->def_ep.edesc = &dev->def_ep_desc;
   1056        1.1  augustss 
   1057        1.1  augustss 	/* Set up default endpoint descriptor. */
   1058        1.1  augustss 	dev->def_ep_desc.bLength = USB_ENDPOINT_DESCRIPTOR_SIZE;
   1059        1.1  augustss 	dev->def_ep_desc.bDescriptorType = UDESC_ENDPOINT;
   1060        1.1  augustss 	dev->def_ep_desc.bEndpointAddress = USB_CONTROL_ENDPOINT;
   1061        1.1  augustss 	dev->def_ep_desc.bmAttributes = UE_CONTROL;
   1062        1.1  augustss 	USETW(dev->def_ep_desc.wMaxPacketSize, USB_MAX_IPACKET);
   1063        1.1  augustss 	dev->def_ep_desc.bInterval = 0;
   1064        1.1  augustss 
   1065        1.1  augustss 	dev->quirks = &usbd_no_quirk;
   1066        1.1  augustss 	dev->address = USB_START_ADDR;
   1067        1.4  augustss 	dev->ddesc.bMaxPacketSize = 0;
   1068        1.1  augustss 	dev->depth = depth;
   1069        1.1  augustss 	dev->powersrc = up;
   1070       1.94  augustss 	dev->myhub = up->parent;
   1071      1.120  augustss 
   1072      1.120  augustss 	up->device = dev;
   1073      1.120  augustss 
   1074      1.120  augustss 	/* Locate port on upstream high speed hub */
   1075      1.120  augustss 	for (adev = dev, hub = up->parent;
   1076       1.94  augustss 	     hub != NULL && hub->speed != USB_SPEED_HIGH;
   1077      1.120  augustss 	     adev = hub, hub = hub->myhub)
   1078       1.94  augustss 		;
   1079      1.120  augustss 	if (hub) {
   1080      1.120  augustss 		for (p = 0; p < hub->hub->hubdesc.bNbrPorts; p++) {
   1081      1.120  augustss 			if (hub->hub->ports[p].device == adev) {
   1082      1.120  augustss 				dev->myhsport = &hub->hub->ports[p];
   1083      1.120  augustss 				goto found;
   1084      1.120  augustss 			}
   1085      1.120  augustss 		}
   1086      1.120  augustss 		panic("usbd_new_device: cannot find HS port\n");
   1087      1.120  augustss 	found:
   1088      1.120  augustss 		DPRINTFN(1,("usbd_new_device: high speed port %d\n", p));
   1089      1.120  augustss 	} else {
   1090      1.120  augustss 		dev->myhsport = NULL;
   1091      1.120  augustss 	}
   1092       1.94  augustss 	dev->speed = speed;
   1093       1.22  augustss 	dev->langid = USBD_NOLANG;
   1094       1.50  augustss 	dev->cookie.cookie = ++usb_cookie_no;
   1095        1.1  augustss 
   1096       1.67     soren 	/* Establish the default pipe. */
   1097       1.63  augustss 	err = usbd_setup_pipe(dev, 0, &dev->def_ep, USBD_DEFAULT_INTERVAL,
   1098       1.63  augustss 			      &dev->default_pipe);
   1099       1.53  augustss 	if (err) {
   1100       1.18  augustss 		usbd_remove_device(dev, up);
   1101       1.53  augustss 		return (err);
   1102       1.18  augustss 	}
   1103        1.1  augustss 
   1104       1.18  augustss 	dd = &dev->ddesc;
   1105        1.6  augustss 	/* Try a few times in case the device is slow (i.e. outside specs.) */
   1106      1.107  augustss 	for (i = 0; i < 10; i++) {
   1107        1.6  augustss 		/* Get the first 8 bytes of the device descriptor. */
   1108       1.53  augustss 		err = usbd_get_desc(dev, UDESC_DEVICE, 0, USB_MAX_IPACKET, dd);
   1109       1.53  augustss 		if (!err)
   1110        1.6  augustss 			break;
   1111       1.23  augustss 		usbd_delay_ms(dev, 200);
   1112      1.107  augustss 		if ((i & 3) == 3)
   1113      1.107  augustss 			usbd_reset_port(up->parent, port, &ps);
   1114        1.6  augustss 	}
   1115       1.53  augustss 	if (err) {
   1116       1.14  drochner 		DPRINTFN(-1, ("usbd_new_device: addr=%d, getting first desc "
   1117       1.53  augustss 			      "failed\n", addr));
   1118       1.18  augustss 		usbd_remove_device(dev, up);
   1119       1.53  augustss 		return (err);
   1120       1.95  augustss 	}
   1121       1.95  augustss 
   1122       1.95  augustss 	if (speed == USB_SPEED_HIGH) {
   1123       1.95  augustss 		/* Max packet size must be 64 (sec 5.5.3). */
   1124       1.95  augustss 		if (dd->bMaxPacketSize != USB_2_MAX_CTRL_PACKET) {
   1125       1.95  augustss #ifdef DIAGNOSTIC
   1126       1.95  augustss 			printf("usbd_new_device: addr=%d bad max packet size\n",
   1127       1.95  augustss 			       addr);
   1128       1.95  augustss #endif
   1129       1.95  augustss 			dd->bMaxPacketSize = USB_2_MAX_CTRL_PACKET;
   1130       1.95  augustss 		}
   1131       1.18  augustss 	}
   1132       1.18  augustss 
   1133       1.39  augustss 	DPRINTF(("usbd_new_device: adding unit addr=%d, rev=%02x, class=%d, "
   1134       1.99  augustss 		 "subclass=%d, protocol=%d, maxpacket=%d, len=%d, speed=%d\n",
   1135       1.39  augustss 		 addr,UGETW(dd->bcdUSB), dd->bDeviceClass, dd->bDeviceSubClass,
   1136       1.99  augustss 		 dd->bDeviceProtocol, dd->bMaxPacketSize, dd->bLength,
   1137       1.94  augustss 		 dev->speed));
   1138       1.39  augustss 
   1139       1.18  augustss 	if (dd->bDescriptorType != UDESC_DEVICE) {
   1140       1.18  augustss 		/* Illegal device descriptor */
   1141       1.18  augustss 		DPRINTFN(-1,("usbd_new_device: illegal descriptor %d\n",
   1142       1.18  augustss 			     dd->bDescriptorType));
   1143       1.18  augustss 		usbd_remove_device(dev, up);
   1144       1.18  augustss 		return (USBD_INVAL);
   1145        1.1  augustss 	}
   1146        1.1  augustss 
   1147       1.39  augustss 	if (dd->bLength < USB_DEVICE_DESCRIPTOR_SIZE) {
   1148       1.39  augustss 		DPRINTFN(-1,("usbd_new_device: bad length %d\n", dd->bLength));
   1149       1.39  augustss 		usbd_remove_device(dev, up);
   1150       1.39  augustss 		return (USBD_INVAL);
   1151       1.39  augustss 	}
   1152        1.4  augustss 
   1153       1.18  augustss 	USETW(dev->def_ep_desc.wMaxPacketSize, dd->bMaxPacketSize);
   1154        1.1  augustss 
   1155       1.62  augustss 	err = usbd_reload_device_desc(dev);
   1156       1.53  augustss 	if (err) {
   1157       1.14  drochner 		DPRINTFN(-1, ("usbd_new_device: addr=%d, getting full desc "
   1158       1.14  drochner 			      "failed\n", addr));
   1159       1.18  augustss 		usbd_remove_device(dev, up);
   1160       1.53  augustss 		return (err);
   1161        1.1  augustss 	}
   1162        1.1  augustss 
   1163      1.159  jmcneill 	/* Set the address */
   1164      1.159  jmcneill 	DPRINTFN(5, ("usbd_new_device: setting device address=%d\n", addr));
   1165      1.159  jmcneill 	err = usbd_set_address(dev, addr);
   1166      1.159  jmcneill 	if (err) {
   1167      1.159  jmcneill 		DPRINTFN(-1, ("usbd_new_device: set address %d failed\n", addr));
   1168      1.159  jmcneill 		err = USBD_SET_ADDR_FAILED;
   1169      1.159  jmcneill 		usbd_remove_device(dev, up);
   1170      1.159  jmcneill 		return err;
   1171      1.159  jmcneill 	}
   1172      1.159  jmcneill 
   1173      1.159  jmcneill 	/* Allow device time to set new address */
   1174      1.159  jmcneill 	usbd_delay_ms(dev, USB_SET_ADDRESS_SETTLE);
   1175      1.159  jmcneill 	dev->address = addr;	/* new device address now */
   1176      1.159  jmcneill 	bus->devices[addr] = dev;
   1177      1.159  jmcneill 
   1178      1.159  jmcneill 	/* Re-establish the default pipe with the new address. */
   1179      1.159  jmcneill 	usbd_kill_pipe(dev->default_pipe);
   1180      1.159  jmcneill 	err = usbd_setup_pipe(dev, 0, &dev->def_ep, USBD_DEFAULT_INTERVAL,
   1181      1.159  jmcneill 	    &dev->default_pipe);
   1182      1.159  jmcneill 	if (err) {
   1183      1.159  jmcneill 		DPRINTFN(-1, ("usbd_new_device: setup default pipe failed\n"));
   1184      1.159  jmcneill 		usbd_remove_device(dev, up);
   1185      1.159  jmcneill 		return err;
   1186      1.159  jmcneill 	}
   1187      1.159  jmcneill 
   1188        1.1  augustss 	/* Assume 100mA bus powered for now. Changed when configured. */
   1189        1.1  augustss 	dev->power = USB_MIN_POWER;
   1190        1.1  augustss 	dev->self_powered = 0;
   1191        1.1  augustss 
   1192       1.99  augustss 	DPRINTF(("usbd_new_device: new dev (addr %d), dev=%p, parent=%p\n",
   1193        1.1  augustss 		 addr, dev, parent));
   1194       1.99  augustss 
   1195       1.65  augustss 	usbd_add_dev_event(USB_EVENT_DEVICE_ATTACH, dev);
   1196        1.1  augustss 
   1197      1.155  drochner 	if (port == 0) { /* root hub */
   1198      1.155  drochner 		KASSERT(addr == 1);
   1199      1.155  drochner 		usbd_attach_roothub(parent, dev);
   1200      1.155  drochner 		return (USBD_NORMAL_COMPLETION);
   1201      1.155  drochner 	}
   1202      1.155  drochner 
   1203       1.53  augustss 	err = usbd_probe_and_attach(parent, dev, port, addr);
   1204       1.53  augustss 	if (err) {
   1205       1.18  augustss 		usbd_remove_device(dev, up);
   1206       1.53  augustss 		return (err);
   1207       1.18  augustss   	}
   1208       1.65  augustss 
   1209       1.18  augustss   	return (USBD_NORMAL_COMPLETION);
   1210       1.62  augustss }
   1211       1.62  augustss 
   1212       1.62  augustss usbd_status
   1213       1.78  augustss usbd_reload_device_desc(usbd_device_handle dev)
   1214       1.62  augustss {
   1215       1.62  augustss 	usbd_status err;
   1216       1.62  augustss 
   1217       1.62  augustss 	/* Get the full device descriptor. */
   1218       1.62  augustss 	err = usbd_get_device_desc(dev, &dev->ddesc);
   1219       1.62  augustss 	if (err)
   1220       1.62  augustss 		return (err);
   1221       1.62  augustss 
   1222       1.62  augustss 	/* Figure out what's wrong with this device. */
   1223       1.62  augustss 	dev->quirks = usbd_find_quirk(&dev->ddesc);
   1224       1.62  augustss 
   1225       1.62  augustss 	return (USBD_NORMAL_COMPLETION);
   1226       1.18  augustss }
   1227        1.1  augustss 
   1228       1.18  augustss void
   1229       1.78  augustss usbd_remove_device(usbd_device_handle dev, struct usbd_port *up)
   1230       1.18  augustss {
   1231       1.18  augustss 	DPRINTF(("usbd_remove_device: %p\n", dev));
   1232       1.99  augustss 
   1233       1.53  augustss 	if (dev->default_pipe != NULL)
   1234       1.18  augustss 		usbd_kill_pipe(dev->default_pipe);
   1235      1.120  augustss 	up->device = NULL;
   1236      1.120  augustss 	dev->bus->devices[dev->address] = NULL;
   1237        1.1  augustss 
   1238        1.1  augustss 	free(dev, M_USB);
   1239        1.1  augustss }
   1240        1.1  augustss 
   1241        1.1  augustss int
   1242       1.78  augustss usbd_print(void *aux, const char *pnp)
   1243        1.1  augustss {
   1244        1.1  augustss 	struct usb_attach_arg *uaa = aux;
   1245        1.1  augustss 
   1246        1.1  augustss 	DPRINTFN(15, ("usbd_print dev=%p\n", uaa->device));
   1247        1.1  augustss 	if (pnp) {
   1248      1.134  christos #define USB_DEVINFO 1024
   1249      1.134  christos 		char *devinfo;
   1250        1.1  augustss 		if (!uaa->usegeneric)
   1251        1.1  augustss 			return (QUIET);
   1252      1.134  christos 		devinfo = malloc(USB_DEVINFO, M_TEMP, M_WAITOK);
   1253      1.134  christos 		usbd_devinfo(uaa->device, 1, devinfo, USB_DEVINFO);
   1254      1.101   thorpej 		aprint_normal("%s, %s", devinfo, pnp);
   1255      1.134  christos 		free(devinfo, M_TEMP);
   1256        1.1  augustss 	}
   1257      1.155  drochner 	aprint_normal(" port %d", uaa->port);
   1258      1.144  drochner #if 0
   1259      1.144  drochner 	/*
   1260      1.144  drochner 	 * It gets very crowded with these locators on the attach line.
   1261      1.144  drochner 	 * They are not really needed since they are printed in the clear
   1262      1.144  drochner 	 * by each driver.
   1263      1.144  drochner 	 */
   1264      1.144  drochner 	if (uaa->vendor != UHUB_UNK_VENDOR)
   1265      1.144  drochner 		aprint_normal(" vendor 0x%04x", uaa->vendor);
   1266      1.144  drochner 	if (uaa->product != UHUB_UNK_PRODUCT)
   1267      1.144  drochner 		aprint_normal(" product 0x%04x", uaa->product);
   1268      1.144  drochner 	if (uaa->release != UHUB_UNK_RELEASE)
   1269      1.144  drochner 		aprint_normal(" release 0x%04x", uaa->release);
   1270      1.144  drochner #endif
   1271      1.144  drochner 	return (UNCONF);
   1272      1.144  drochner }
   1273      1.144  drochner 
   1274      1.144  drochner int
   1275      1.144  drochner usbd_ifprint(void *aux, const char *pnp)
   1276      1.144  drochner {
   1277      1.144  drochner 	struct usbif_attach_arg *uaa = aux;
   1278      1.144  drochner 
   1279      1.144  drochner 	DPRINTFN(15, ("usbd_print dev=%p\n", uaa->device));
   1280      1.144  drochner 	if (pnp)
   1281      1.144  drochner 		return (QUIET);
   1282      1.155  drochner 	aprint_normal(" port %d", uaa->port);
   1283      1.156  drochner 	aprint_normal(" configuration %d", uaa->configno);
   1284      1.156  drochner 	aprint_normal(" interface %d", uaa->ifaceno);
   1285       1.32  augustss #if 0
   1286       1.99  augustss 	/*
   1287       1.32  augustss 	 * It gets very crowded with these locators on the attach line.
   1288       1.32  augustss 	 * They are not really needed since they are printed in the clear
   1289       1.32  augustss 	 * by each driver.
   1290       1.32  augustss 	 */
   1291       1.32  augustss 	if (uaa->vendor != UHUB_UNK_VENDOR)
   1292      1.101   thorpej 		aprint_normal(" vendor 0x%04x", uaa->vendor);
   1293       1.32  augustss 	if (uaa->product != UHUB_UNK_PRODUCT)
   1294      1.101   thorpej 		aprint_normal(" product 0x%04x", uaa->product);
   1295       1.32  augustss 	if (uaa->release != UHUB_UNK_RELEASE)
   1296      1.101   thorpej 		aprint_normal(" release 0x%04x", uaa->release);
   1297       1.32  augustss #endif
   1298        1.1  augustss 	return (UNCONF);
   1299        1.1  augustss }
   1300        1.1  augustss 
   1301       1.13  augustss void
   1302       1.82  augustss usbd_fill_deviceinfo(usbd_device_handle dev, struct usb_device_info *di,
   1303       1.82  augustss 		     int usedev)
   1304       1.13  augustss {
   1305       1.13  augustss 	struct usbd_port *p;
   1306      1.155  drochner 	int i, j, err, s;
   1307       1.13  augustss 
   1308      1.151  drochner 	di->udi_bus = device_unit(dev->bus->usbctl);
   1309       1.98  christos 	di->udi_addr = dev->address;
   1310       1.98  christos 	di->udi_cookie = dev->cookie;
   1311      1.139     pavel 	usbd_devinfo_vp(dev, di->udi_vendor, di->udi_product, usedev, 1);
   1312      1.113    itojun 	usbd_printBCD(di->udi_release, sizeof(di->udi_release),
   1313      1.113    itojun 	    UGETW(dev->ddesc.bcdDevice));
   1314      1.123  augustss 	di->udi_serial[0] = 0;
   1315      1.123  augustss 	if (usedev)
   1316      1.123  augustss 		(void)usbd_get_string(dev, dev->ddesc.iSerialNumber,
   1317      1.123  augustss 				      di->udi_serial);
   1318       1.98  christos 	di->udi_vendorNo = UGETW(dev->ddesc.idVendor);
   1319       1.98  christos 	di->udi_productNo = UGETW(dev->ddesc.idProduct);
   1320       1.98  christos 	di->udi_releaseNo = UGETW(dev->ddesc.bcdDevice);
   1321       1.98  christos 	di->udi_class = dev->ddesc.bDeviceClass;
   1322       1.98  christos 	di->udi_subclass = dev->ddesc.bDeviceSubClass;
   1323       1.98  christos 	di->udi_protocol = dev->ddesc.bDeviceProtocol;
   1324       1.98  christos 	di->udi_config = dev->config;
   1325       1.98  christos 	di->udi_power = dev->self_powered ? 0 : dev->power;
   1326       1.98  christos 	di->udi_speed = dev->speed;
   1327       1.65  augustss 
   1328      1.155  drochner 	if (dev->subdevlen > 0) {
   1329      1.155  drochner 		for (i = 0, j = 0; i < dev->subdevlen &&
   1330      1.155  drochner 			     j < USB_MAX_DEVNAMES; i++) {
   1331      1.155  drochner 			if (!dev->subdevs[i])
   1332      1.155  drochner 				continue;
   1333      1.155  drochner 			strncpy(di->udi_devnames[j], USBDEVPTRNAME(dev->subdevs[i]),
   1334       1.65  augustss 				USB_MAX_DEVNAMELEN);
   1335      1.155  drochner 			di->udi_devnames[j][USB_MAX_DEVNAMELEN-1] = '\0';
   1336      1.155  drochner 			j++;
   1337       1.65  augustss                 }
   1338       1.65  augustss         } else {
   1339      1.155  drochner                 j = 0;
   1340       1.65  augustss         }
   1341      1.155  drochner         for (/* j is set */; j < USB_MAX_DEVNAMES; j++)
   1342      1.155  drochner                 di->udi_devnames[j][0] = 0;                 /* empty */
   1343       1.65  augustss 
   1344       1.13  augustss 	if (dev->hub) {
   1345       1.99  augustss 		for (i = 0;
   1346       1.98  christos 		     i < sizeof(di->udi_ports) / sizeof(di->udi_ports[0]) &&
   1347       1.13  augustss 			     i < dev->hub->hubdesc.bNbrPorts;
   1348       1.13  augustss 		     i++) {
   1349       1.13  augustss 			p = &dev->hub->ports[i];
   1350       1.13  augustss 			if (p->device)
   1351       1.56  augustss 				err = p->device->address;
   1352       1.13  augustss 			else {
   1353       1.13  augustss 				s = UGETW(p->status.wPortStatus);
   1354       1.13  augustss 				if (s & UPS_PORT_ENABLED)
   1355       1.56  augustss 					err = USB_PORT_ENABLED;
   1356       1.13  augustss 				else if (s & UPS_SUSPEND)
   1357       1.56  augustss 					err = USB_PORT_SUSPENDED;
   1358       1.13  augustss 				else if (s & UPS_PORT_POWER)
   1359       1.56  augustss 					err = USB_PORT_POWERED;
   1360       1.13  augustss 				else
   1361       1.56  augustss 					err = USB_PORT_DISABLED;
   1362       1.13  augustss 			}
   1363       1.98  christos 			di->udi_ports[i] = err;
   1364       1.13  augustss 		}
   1365       1.98  christos 		di->udi_nports = dev->hub->hubdesc.bNbrPorts;
   1366       1.13  augustss 	} else
   1367       1.98  christos 		di->udi_nports = 0;
   1368       1.34  augustss }
   1369       1.34  augustss 
   1370      1.139     pavel #ifdef COMPAT_30
   1371      1.139     pavel void
   1372      1.139     pavel usbd_fill_deviceinfo_old(usbd_device_handle dev, struct usb_device_info_old *di,
   1373      1.139     pavel                          int usedev)
   1374      1.139     pavel {
   1375      1.139     pavel 	struct usbd_port *p;
   1376      1.155  drochner 	int i, j, err, s;
   1377      1.139     pavel 
   1378      1.151  drochner 	di->udi_bus = device_unit(dev->bus->usbctl);
   1379      1.139     pavel 	di->udi_addr = dev->address;
   1380      1.139     pavel 	di->udi_cookie = dev->cookie;
   1381      1.139     pavel 	usbd_devinfo_vp(dev, di->udi_vendor, di->udi_product, usedev, 0);
   1382      1.139     pavel 	usbd_printBCD(di->udi_release, sizeof(di->udi_release),
   1383      1.139     pavel 	    UGETW(dev->ddesc.bcdDevice));
   1384      1.139     pavel 	di->udi_vendorNo = UGETW(dev->ddesc.idVendor);
   1385      1.139     pavel 	di->udi_productNo = UGETW(dev->ddesc.idProduct);
   1386      1.139     pavel 	di->udi_releaseNo = UGETW(dev->ddesc.bcdDevice);
   1387      1.139     pavel 	di->udi_class = dev->ddesc.bDeviceClass;
   1388      1.139     pavel 	di->udi_subclass = dev->ddesc.bDeviceSubClass;
   1389      1.139     pavel 	di->udi_protocol = dev->ddesc.bDeviceProtocol;
   1390      1.139     pavel 	di->udi_config = dev->config;
   1391      1.139     pavel 	di->udi_power = dev->self_powered ? 0 : dev->power;
   1392      1.139     pavel 	di->udi_speed = dev->speed;
   1393      1.139     pavel 
   1394      1.155  drochner 	if (dev->subdevlen > 0) {
   1395      1.155  drochner 		for (i = 0, j = 0; i < dev->subdevlen &&
   1396      1.155  drochner 			     j < USB_MAX_DEVNAMES; i++) {
   1397      1.155  drochner 			if (!dev->subdevs[i])
   1398      1.155  drochner 				continue;
   1399      1.155  drochner 			strncpy(di->udi_devnames[j], USBDEVPTRNAME(dev->subdevs[i]),
   1400      1.139     pavel 				USB_MAX_DEVNAMELEN);
   1401      1.155  drochner 			di->udi_devnames[j][USB_MAX_DEVNAMELEN-1] = '\0';
   1402      1.155  drochner 			j++;
   1403      1.139     pavel 		}
   1404      1.139     pavel 	} else {
   1405      1.155  drochner 		j = 0;
   1406      1.139     pavel 	}
   1407      1.155  drochner 	for (/* j is set */; j < USB_MAX_DEVNAMES; j++)
   1408      1.155  drochner 		di->udi_devnames[j][0] = 0;		 /* empty */
   1409      1.139     pavel 
   1410      1.139     pavel 	if (dev->hub) {
   1411      1.139     pavel 		for (i = 0;
   1412      1.139     pavel 		     i < sizeof(di->udi_ports) / sizeof(di->udi_ports[0]) &&
   1413      1.139     pavel 			     i < dev->hub->hubdesc.bNbrPorts;
   1414      1.139     pavel 		     i++) {
   1415      1.139     pavel 			p = &dev->hub->ports[i];
   1416      1.139     pavel 			if (p->device)
   1417      1.139     pavel 				err = p->device->address;
   1418      1.139     pavel 			else {
   1419      1.139     pavel 				s = UGETW(p->status.wPortStatus);
   1420      1.139     pavel 				if (s & UPS_PORT_ENABLED)
   1421      1.139     pavel 					err = USB_PORT_ENABLED;
   1422      1.139     pavel 				else if (s & UPS_SUSPEND)
   1423      1.139     pavel 					err = USB_PORT_SUSPENDED;
   1424      1.139     pavel 				else if (s & UPS_PORT_POWER)
   1425      1.139     pavel 					err = USB_PORT_POWERED;
   1426      1.139     pavel 				else
   1427      1.139     pavel 					err = USB_PORT_DISABLED;
   1428      1.139     pavel 			}
   1429      1.139     pavel 			di->udi_ports[i] = err;
   1430      1.139     pavel 		}
   1431      1.139     pavel 		di->udi_nports = dev->hub->hubdesc.bNbrPorts;
   1432      1.139     pavel 	} else
   1433      1.139     pavel 		di->udi_nports = 0;
   1434      1.139     pavel }
   1435      1.139     pavel #endif
   1436      1.139     pavel 
   1437      1.139     pavel 
   1438       1.34  augustss void
   1439       1.78  augustss usb_free_device(usbd_device_handle dev)
   1440       1.34  augustss {
   1441       1.34  augustss 	int ifcidx, nifc;
   1442       1.34  augustss 
   1443       1.53  augustss 	if (dev->default_pipe != NULL)
   1444       1.34  augustss 		usbd_kill_pipe(dev->default_pipe);
   1445       1.53  augustss 	if (dev->ifaces != NULL) {
   1446       1.34  augustss 		nifc = dev->cdesc->bNumInterface;
   1447       1.34  augustss 		for (ifcidx = 0; ifcidx < nifc; ifcidx++)
   1448       1.34  augustss 			usbd_free_iface_data(dev, ifcidx);
   1449       1.34  augustss 		free(dev->ifaces, M_USB);
   1450       1.34  augustss 	}
   1451       1.53  augustss 	if (dev->cdesc != NULL)
   1452       1.34  augustss 		free(dev->cdesc, M_USB);
   1453      1.155  drochner 	if (dev->subdevlen > 0) {
   1454       1.34  augustss 		free(dev->subdevs, M_USB);
   1455      1.155  drochner 		dev->subdevlen = 0;
   1456      1.155  drochner 	}
   1457       1.34  augustss 	free(dev, M_USB);
   1458        1.1  augustss }
   1459       1.47  augustss 
   1460       1.47  augustss /*
   1461       1.47  augustss  * The general mechanism for detaching drivers works as follows: Each
   1462       1.47  augustss  * driver is responsible for maintaining a reference count on the
   1463       1.47  augustss  * number of outstanding references to its softc (e.g.  from
   1464       1.47  augustss  * processing hanging in a read or write).  The detach method of the
   1465       1.47  augustss  * driver decrements this counter and flags in the softc that the
   1466       1.47  augustss  * driver is dying and then wakes any sleepers.  It then sleeps on the
   1467       1.47  augustss  * softc.  Each place that can sleep must maintain the reference
   1468       1.47  augustss  * count.  When the reference count drops to -1 (0 is the normal value
   1469       1.47  augustss  * of the reference count) the a wakeup on the softc is performed
   1470       1.47  augustss  * signaling to the detach waiter that all references are gone.
   1471       1.47  augustss  */
   1472       1.47  augustss 
   1473       1.47  augustss /*
   1474       1.47  augustss  * Called from process context when we discover that a port has
   1475       1.47  augustss  * been disconnected.
   1476       1.47  augustss  */
   1477       1.47  augustss void
   1478       1.78  augustss usb_disconnect_port(struct usbd_port *up, device_ptr_t parent)
   1479       1.47  augustss {
   1480       1.47  augustss 	usbd_device_handle dev = up->device;
   1481      1.152    cegger 	const char *hubname = USBDEVPTRNAME(parent);
   1482       1.47  augustss 	int i;
   1483       1.47  augustss 
   1484       1.99  augustss 	DPRINTFN(3,("uhub_disconnect: up=%p dev=%p port=%d\n",
   1485       1.47  augustss 		    up, dev, up->portno));
   1486       1.48  augustss 
   1487       1.48  augustss #ifdef DIAGNOSTIC
   1488       1.57  augustss 	if (dev == NULL) {
   1489       1.48  augustss 		printf("usb_disconnect_port: no device\n");
   1490       1.48  augustss 		return;
   1491       1.48  augustss 	}
   1492       1.48  augustss #endif
   1493       1.47  augustss 
   1494      1.155  drochner 	if (dev->subdevlen > 0) {
   1495       1.57  augustss 		DPRINTFN(3,("usb_disconnect_port: disconnect subdevs\n"));
   1496      1.155  drochner 		for (i = 0; i < dev->subdevlen; i++) {
   1497      1.155  drochner 			if (!dev->subdevs[i])
   1498      1.155  drochner 				continue;
   1499       1.99  augustss 			printf("%s: at %s", USBDEVPTRNAME(dev->subdevs[i]),
   1500       1.51  augustss 			       hubname);
   1501       1.51  augustss 			if (up->portno != 0)
   1502       1.51  augustss 				printf(" port %d", up->portno);
   1503       1.51  augustss 			printf(" (addr %d) disconnected\n", dev->address);
   1504       1.47  augustss 			config_detach(dev->subdevs[i], DETACH_FORCE);
   1505       1.47  augustss 		}
   1506  1.159.2.1      haad 		KASSERT(!dev->nifaces_claimed);
   1507       1.47  augustss 	}
   1508       1.47  augustss 
   1509       1.65  augustss 	usbd_add_dev_event(USB_EVENT_DEVICE_DETACH, dev);
   1510       1.57  augustss 	dev->bus->devices[dev->address] = NULL;
   1511       1.57  augustss 	up->device = NULL;
   1512       1.47  augustss 	usb_free_device(dev);
   1513       1.47  augustss }
   1514