Age | Commit message (Expand) | Author |
2006-05-29 | Missed header file change in previous commit. | Christopher Pascoe |
2006-05-29 | Correct status value check for OHCI isoc transfer; | Christopher Pascoe |
2006-05-29 | Only check USBD_FORCE_SHORT_XFER for writes. | Christopher Pascoe |
2006-05-29 | Only do the software part of an abort if we are dying. | Christopher Pascoe |
2006-05-29 | Only do the software part of an abort if we are dying. | Christopher Pascoe |
2006-05-29 | Make sure all physical addresses are filled in the qTD even when we have | Christopher Pascoe |
2006-05-28 | Make sure to honor the USBD_FORCE_SHORT_XFER flag and generate an empty | Christopher Pascoe |
2006-05-28 | Change the timedelta sensor descritpion so that the first four bytes contain | Marc Balmer |
2006-05-27 | Add support for multicast packets. | Christopher Pascoe |
2006-05-27 | There is no longer the need to create INVALID sensors on stock, the sensor | Marc Balmer |
2006-05-27 | When the device is attached, immediately create the timedelta sensor with the | Marc Balmer |
2006-05-22 | Attach routines can fail before calling *hook_establish(), and they | Kenneth R Westerback |
2006-05-22 | Expunge all #if defined(__NetBSD__) and #if defined(__FreeBSD__) crud. | Kenneth R Westerback |
2006-05-22 | Don't call shutdownhook_disestablish() unless there is a shutdownhook | Kenneth R Westerback |
2006-05-18 | some devices can do weird things upon a warm reboot so add a shutdown | Jolan Luff |
2006-05-14 | Add a quirk to force the Wi-spy spectrum analyser to attach as ugen. | Matthieu Herrb |
2006-05-13 | regen | Matthieu Herrb |
2006-05-13 | Add Metageek Wi-Spy. ok deraadt@ | Matthieu Herrb |
2006-05-11 | if (!foo & BAR) bad, if (!(foo & BAR)) better, and I'll have a cookie per | Miod Vallat |
2006-05-11 | more microHAM devices | Jason Wright |
2006-05-11 | more microHAM devices (from linux) | Jason Wright |
2006-05-11 | support the microHAM radio/computer interfaces | Jason Wright |
2006-05-11 | sync | Jason Wright |
2006-05-11 | 2 microHAM devices from linux, and one from me | Jason Wright |
2006-05-04 | free resources on close; found by Alexandre Ratchov <alex@caoua.org> | Michael Shalayeff |
2006-05-04 | fix interrupt out transfers | Jolan Luff |
2006-05-01 | Regen | Pedro Martelletto |
2006-05-01 | Add Neodio 8-in-1 Flash Device Controller, okay dlg@ | Pedro Martelletto |
2006-05-01 | Zero the memory allocated for subdevs[], preventing a quick trip to | Kenneth R Westerback |
2006-04-29 | Add a close method to send the shutdown command, which presumably | Jonathan Gray |
2006-04-29 | Driver for Silicon Laboratories CP2101/CP2102 based serial adapters. | Jonathan Gray |
2006-04-29 | regen | Jonathan Gray |
2006-04-29 | Add a bunch of CP210x based serial adapters found in Linux driver. | Jonathan Gray |
2006-04-28 | regen | Jonathan Gray |
2006-04-28 | Add some ids for newer ralink wireless chips. | Jonathan Gray |
2006-04-27 | 2 lines of code in most drivers, to do the timestamping; ok miod kettenis | Theo de Raadt |
2006-04-27 | cope with recent changes in the sensor framework | Marc Balmer |
2006-04-24 | oops | Theo de Raadt |
2006-04-24 | sync | Theo de Raadt |
2006-04-24 | egalax | Theo de Raadt |
2006-04-23 | Remove superfluous use of usb_callout_init() (== timeout_set()). | Kenneth R Westerback |
2006-04-23 | regen | Brad Smith |
2006-04-23 | add the Dell Bluetooth 350 module. | Brad Smith |
2006-04-23 | remove all the compat stuff for the otherbsds. this is openbsd, i prefer | David Gwynne |
2006-04-22 | Simplify time calculations. | Marc Balmer |
2006-04-21 | make udcf work as a SENSOR_TIMEDELTA type sensor. The sensor value is the | Marc Balmer |
2006-04-21 | remove a couple of unreachable statements, one found by lint, one found | Jolan Luff |
2006-04-21 | implement outgoing interrupt pipes, lets my creative voip blaster work | Jolan Luff |
2006-04-20 | open/close/cdevsw code goes bye bye; ok mbalber | Theo de Raadt |
2006-04-20 | - remove the 'needs-flag' from the udcf entry in files.usb and the #ifdef NUDCF | Marc Balmer |