Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-09 | remove useless bpf code. removes dependancy on code from an(4). | David Gwynne | |
2004-11-08 | let it actually compile | Theo de Raadt | |
2004-11-08 | Atmel AT76c503 / AT76c503a / AT76c505 / AT76c505a USB WLAN driver | David Gwynne | |
originally the atuwi driver from Daan Vreeken, but with enough changes by deraadt@ and me to warrant a name change. there are still plenty of issues to resolve, but at least i can get packets over it now. ok deraadt@ | |||
2004-11-08 | ugly ugly hack to allow a usb device to do a full reset of the port during | David Gwynne | |
attach. this is required by atu (atmel based usb wireless) devices. something better will be done, but we need it for now to work on atu. ok deraadt@ | |||
2004-11-02 | fix getting strings off a device which broke with the removal of the | David Gwynne | |
UQ_NO_STRINGS quirk. | |||
2004-10-31 | sync with quirks from FreeBSD and NetBSD, ok dlg | Jonathan Gray | |
2004-10-31 | regen | Jonathan Gray | |
2004-10-31 | more devices from FreeBSD and NetBSD | Jonathan Gray | |
2004-10-31 | UQ_NO_STRINGS no longer needed, ok dlg | Jonathan Gray | |
2004-10-31 | from netbsd via freebsd via jsg@ | David Gwynne | |
usbdi_util.h (1.29), uhid.c (1.62), ugen.c (1.68), usb_subr.c (1.114) Yes, some devices return incorrect lengths in their string descriptors. Rather than losing, do what Windows does: just request the maximum size, and allow a shorter response. Obsoletes the need for UQ_NO_STRINGS, and therefore these "quirks" are removed. usb_subr.c (1.116) In the "seemed like a good idea until I found the fatal flaw" department... Attempting to read a maximum-size string descriptor causes my kue device to go completely apeshit. So, go back to the original method, but allow the device to return a shorter string than it claimed. | |||
2004-10-31 | from netbsd: ehci.c revision 1.84 | David Gwynne | |
Only delay interrupt my 2 miucroframes instead of 8. This improves Ethernet performance. | |||
2004-10-31 | fix some comments, spelling and printfs | David Gwynne | |
2004-10-31 | netbsd reduced their difference to us in revision 1.76. they use usb_lockmgr | David Gwynne | |
like us, so get rid of the ifdefs. | |||
2004-10-31 | from netbsd: ehci.c revision 1.69 | David Gwynne | |
hcpriv is not actually used here. Remove references to it. | |||
2004-10-31 | from netbsd: ehci.c revisions 1.185 and 1.187: | David Gwynne | |
Follow the spec more closely when updating the overlay qTD in the QH. Preserve some bits in the overlay qTD. | |||
2004-10-31 | from netbsd: ehci.c revision 1.83 | David Gwynne | |
No need to generate an interrupt at the data part of a control transfer, it's generated by the status transfer. | |||
2004-10-31 | from netbsd: ehci.c revision 1.82 | David Gwynne | |
Make sure to update the data toggle on short transfers. This makes my Ethernet adapter much happier. | |||
2004-10-31 | add some aue devices found in the linux driver | Jonathan Gray | |
2004-10-31 | regen | Jonathan Gray | |
2004-10-31 | aue devices found in linux driver | Jonathan Gray | |
2004-10-30 | sync | Theo de Raadt | |
2004-10-30 | Support another device; prices@dflytech.com | Theo de Raadt | |
2004-10-27 | update todo to better reflect reality | David Gwynne | |
2004-10-26 | Add Pharos GPS. From NetBSD. | Jonathan Gray | |
2004-10-26 | regen | Jonathan Gray | |
2004-10-26 | Add a uplcom. From NetBSD | Jonathan Gray | |
2004-10-25 | add EHCI_QTD_SET_STATUS | David Gwynne | |
from NetBSD | |||
2004-10-24 | regen | David Gwynne | |
2004-10-24 | MA101 and MA101 revision B | David Gwynne | |
2004-10-22 | sync | Theo de Raadt | |
2004-10-22 | some Atmel devices | Theo de Raadt | |
2004-10-20 | add devices found in linux driver | Jonathan Gray | |
2004-10-20 | regen | Jonathan Gray | |
2004-10-20 | usb wi devices found in linux driver | Jonathan Gray | |
2004-10-20 | interrupt transfer support on usb2 controllers. allows the use of usb2 hubs | David Gwynne | |
with usb2 hardware. | |||
2004-10-19 | suspend/resume support | David Gwynne | |
while here define EHCI_DEBUG when USB_DEBUG is defined ok pvalchev@ deraadt@ | |||
2004-10-18 | quirks for the Creative Nomad from Michael Adda | David Gwynne | |
push by deraadt@ | |||
2004-10-18 | sync | David Gwynne | |
2004-10-18 | Creative Nomad from Michael Adda | David Gwynne | |
push by deraadt@ | |||
2004-10-18 | reduce linecount in dmesg | Theo de Raadt | |
2004-10-17 | another new Corega USB wireless (found in Tokyo) | Theo de Raadt | |
2004-10-17 | sync | Theo de Raadt | |
2004-10-17 | another vendor, another product.. | Theo de Raadt | |
2004-10-16 | Add Longshine LCS-8138TX and Micronet SP128AR found in linux driver | Jonathan Gray | |
ok dlg@ | |||
2004-10-16 | Add Silicom U2E found in linux driver. ok dlg@ | Jonathan Gray | |
2004-10-16 | regen | Jonathan Gray | |
2004-10-16 | more kue/url devices from linux drivers, ok dlg@ | Jonathan Gray | |
2004-10-05 | pretty dmesg print | Theo de Raadt | |
2004-10-05 | Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet. | Jonathan Gray | |
Thanks to Mark Uemura for donating several of these adapters. Tested by and ok deraadt@ | |||
2004-10-04 | sync | David Gwynne | |