Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-14 | regen | Damien Bergamini | |
2010-12-14 | bunch of Atheros AR9271 product ids. | Damien Bergamini | |
2010-12-14 | use the dying flag in struct usbd_bus instead of a private dying flag | Jacob Meuser | |
in *hci_softc ok miod@, krw@ | |||
2010-12-13 | #undef RSU_DEBUG | Damien Bergamini | |
print the firmware diagnostic messages only if IFF_DEBUG is set. | |||
2010-12-12 | cosmetic | Damien Bergamini | |
2010-12-12 | Match the Planex GW-USNano. | Jonathan Gray | |
ok damien@ | |||
2010-12-11 | Add support for the ZTE MF112 from MERIGHI Marcus. | Jonathan Gray | |
2010-12-11 | regen | Jonathan Gray | |
2010-12-11 | ZTE MF112 | Jonathan Gray | |
2010-12-11 | drop Rx'd frames larger than MCLBYTES. | Damien Bergamini | |
2010-12-11 | rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SU | Damien Bergamini | |
802.11n USB devices. These are FullMAC devices that require a firmware to operate; see man page for details. Great thanks to Brad for donating hardware. Committed over the TRENDnet TEW-649UB. ok deraadt@ | |||
2010-12-11 | rxi_flags was used uninitialized, and in some cases, received frames | Damien Bergamini | |
were dropped. | |||
2010-12-07 | remove useless #include | Damien Bergamini | |
2010-12-06 | * if we got an undercoverable error, set the dying flag | Jacob Meuser | |
* check the dying flag in timeout and interrupt handlers fixes crash when disconnecting cardbus usb adapters | |||
2010-12-06 | as in ehci and ohci, delete the interrupt timeout in the detach | Jacob Meuser | |
routine | |||
2010-12-06 | a couple unchecked if_detach() in detach routines that were missed | Jacob Meuser | |
in previous sweep (avoid NULL deref if the device didn't fully attach) | |||
2010-12-06 | * replace per-driver dying and/or other state variables with use of | Jacob Meuser | |
usbd_deactivete() and usbd_is_dying() * use usbd_deactivate() in activate()/DEACTIVATE * convert a few more direct checks of the associated bus' dying flag with usbd_is_dying() | |||
2010-12-06 | call config_deactivate() before config_detach() when detaching devices. | Jacob Meuser | |
2010-12-06 | * check that the root hub has been configured before trying to | Jacob Meuser | |
free it's resources * use usbd_is_dying() instead of directly checking the device's bus dying flag | |||
2010-12-06 | * add dying flag to struct usbd_device | Jacob Meuser | |
* add usbd_deactivate(), which should be use to set the dying flag in struct usbd_device * add usbd_is_dying(), which can be used to check if either the device or the associated bus dying flag has been set * use usbd_is_dying() to check if the deivce or bus is dying before issuing transfers or requests | |||
2010-12-03 | missing ; in previous | Jacob Meuser | |
2010-12-02 | don't attach to the hid interface of the ti msp430 | Jacob Meuser | |
2010-12-02 | don't match/attach devices without a data endpoint, since this driver | Jacob Meuser | |
can't use them anyway. tested with working umodem by sthen@ ok sthen@ | |||
2010-11-30 | sync | Jacob Meuser | |
2010-11-30 | Texas Instruments MSP430 as found in the Launchpad dev board | Jacob Meuser | |
2010-11-29 | regen | Damien Bergamini | |
2010-11-29 | bunch of RTL8192SU product ids. | Damien Bergamini | |
2010-11-27 | Increase UVIDEO_MAX_FRAME to 32 to support 28 possible frame types on | Paul de Weerd | |
Logitech HD Pro Webcam C910 (and probably others) to make it work. Debugging, suggested and ok jakemsr@ | |||
2010-11-27 | regen | Paul de Weerd | |
2010-11-27 | Another cam: Logitech HD Pro Webcam C910 | Paul de Weerd | |
ok jakemsr@ | |||
2010-11-24 | - use *un*signed byte array for control data | Jacob Meuser | |
- use UGETW/USETW instead of letoh16/htole16 fixes controls that use two-byte signed data (e.g. brighness and hue) on sparc64 | |||
2010-11-21 | Properly handle when uhci_alloc_sqh() fails to allocate memory in | Matthew Dempsky | |
uhci_device_setintr(). ok jakemsr@ | |||
2010-11-20 | __attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and | Miod Vallat | |
uncommenting it is intentional. ok deraadt@ | |||
2010-11-19 | miscellanous->miscellaneous | Miod Vallat | |
2010-11-19 | Do not allow malloc() to wait in uhci_device_setintr(), instead check for | Miod Vallat | |
failure and return USBD_NOMEM, callers will do TRT. ok jakemser@ deraadt@ kettenis@ tedu@ | |||
2010-11-16 | BenQ M32 GSM/GPRS modem uses a custom product ID prolific PL2303; Mark Peoples | Theo de Raadt | |
2010-11-16 | sync | Theo de Raadt | |
2010-11-16 | attach FeiXun products. | Damien Bergamini | |
2010-11-16 | regen | Damien Bergamini | |
2010-11-16 | new "FeiXun Communication" vendor id and two associated | Damien Bergamini | |
RTL8188CU product ids. | |||
2010-11-16 | periodically measure temperature and redo LC calibration if temperature | Damien Bergamini | |
changes significantly since last LC calibration. | |||
2010-11-15 | print board type in human readable form in dmesg. | Damien Bergamini | |
2010-11-14 | Cleanup dmesg a bit, do not print the device name twice when attaching | Paul de Weerd | |
axe(4). | |||
2010-11-06 | sync | Theo de Raadt | |
2010-11-06 | another planex device | Theo de Raadt | |
2010-11-06 | print the MAC address on the second line like with the other USB | Damien Bergamini | |
802.11 drivers. | |||
2010-11-06 | sync | Theo de Raadt | |
2010-11-06 | Planex GW-USNano | Theo de Raadt | |
2010-11-06 | support the logic rt3020 that mtu@ found | Theo de Raadt | |
2010-11-06 | sync | Theo de Raadt | |