summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2006-05-27When the device is attached, immediately create the timedelta sensor with theMarc Balmer
2006-05-22Attach routines can fail before calling *hook_establish(), and theyKenneth R Westerback
2006-05-22Expunge all #if defined(__NetBSD__) and #if defined(__FreeBSD__) crud.Kenneth R Westerback
2006-05-22Don't call shutdownhook_disestablish() unless there is a shutdownhookKenneth R Westerback
2006-05-18some devices can do weird things upon a warm reboot so add a shutdownJolan Luff
2006-05-14Add a quirk to force the Wi-spy spectrum analyser to attach as ugen.Matthieu Herrb
2006-05-13regenMatthieu Herrb
2006-05-13Add Metageek Wi-Spy. ok deraadt@Matthieu Herrb
2006-05-11if (!foo & BAR) bad, if (!(foo & BAR)) better, and I'll have a cookie perMiod Vallat
2006-05-11more microHAM devicesJason Wright
2006-05-11more microHAM devices (from linux)Jason Wright
2006-05-11support the microHAM radio/computer interfacesJason Wright
2006-05-11syncJason Wright
2006-05-112 microHAM devices from linux, and one from meJason Wright
2006-05-04free resources on close; found by Alexandre Ratchov <alex@caoua.org>Michael Shalayeff
2006-05-04fix interrupt out transfersJolan Luff
2006-05-01RegenPedro Martelletto
2006-05-01Add Neodio 8-in-1 Flash Device Controller, okay dlg@Pedro Martelletto
2006-05-01Zero the memory allocated for subdevs[], preventing a quick trip toKenneth R Westerback
2006-04-29Add a close method to send the shutdown command, which presumablyJonathan Gray
2006-04-29Driver for Silicon Laboratories CP2101/CP2102 based serial adapters.Jonathan Gray
2006-04-29regenJonathan Gray
2006-04-29Add a bunch of CP210x based serial adapters found in Linux driver.Jonathan Gray
2006-04-28regenJonathan Gray
2006-04-28Add some ids for newer ralink wireless chips.Jonathan Gray
2006-04-272 lines of code in most drivers, to do the timestamping; ok miod kettenisTheo de Raadt
2006-04-27cope with recent changes in the sensor frameworkMarc Balmer
2006-04-24oopsTheo de Raadt
2006-04-24syncTheo de Raadt
2006-04-24egalaxTheo de Raadt
2006-04-23Remove superfluous use of usb_callout_init() (== timeout_set()).Kenneth R Westerback
2006-04-23regenBrad Smith
2006-04-23add the Dell Bluetooth 350 module.Brad Smith
2006-04-23remove all the compat stuff for the otherbsds. this is openbsd, i preferDavid Gwynne
2006-04-22Simplify time calculations.Marc Balmer
2006-04-21make udcf work as a SENSOR_TIMEDELTA type sensor. The sensor value is theMarc Balmer
2006-04-21remove a couple of unreachable statements, one found by lint, one foundJolan Luff
2006-04-21implement outgoing interrupt pipes, lets my creative voip blaster workJolan Luff
2006-04-20open/close/cdevsw code goes bye bye; ok mbalberTheo de Raadt
2006-04-20- remove the 'needs-flag' from the udcf entry in files.usb and the #ifdef NUDCFMarc Balmer
2006-04-19Driver to decode the DCF77 time code using a USB attached Gude ExpertMarc Balmer
2006-04-16regenBrad Smith
2006-04-16add support for the Asus MyPal A730 PocketPC.Brad Smith
2006-04-15Add a bunch more uplcom devices found in Linux driver.Jonathan Gray
2006-04-15regenJonathan Gray
2006-04-15A bunch of uplcom devices found in Linux driver.Jonathan Gray
2006-04-13free mem if attach fails; netbsd coverity cid 2329Jolan Luff
2006-04-07Add optional flush method to MIDI hardware interface.Jonathan Gray
2006-03-31Add GSM modem SIEMENS ES75 - from patch sent to freebsd-usb@ by Jindra FucikDale Rahn
2006-03-31sycnDale Rahn