summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Collapse)Author
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
from netbsd, ok dlg
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
ddb>. Discovered by trying 'usbdevs -v' while a broken card reader was trying to attach. Broken device provided by Manuel Pata. ok pedro@ deraadt@
2006-04-29Add a close method to send the shutdown command, which presumablyJonathan Gray
put the adapter in a low power usage state.
2006-04-29Driver for Silicon Laboratories CP2101/CP2102 based serial adapters.Jonathan Gray
ok dlg@
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
- provide the timedelta in nanoseconds - provide a timestamp in the sensor support for HBG and DCF77: - detect clocktype (DCF77 or HBG) and set it once is the sensor description
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
Superfluous because the immediately following usb_callout() does the same timeout_set(). And superfluous because the same usb_callout_init was done during attach. ok dlg@
2006-04-23regenBrad Smith
2006-04-23add the Dell Bluetooth 350 module.Brad Smith
From Ben Lovett <ben at tilderoot dot com>
2006-04-23remove all the compat stuff for the otherbsds. this is openbsd, i preferDavid Gwynne
reading openbsd code when im working in the openbsd source tree. this makes the file immediately less confusing since you can search for a macro and see how its implemented on openbsd without having to figure out if you're in the netbsd or freebsd chunk first. "no problem with me" deraadt@
2006-04-22Simplify time calculations.Marc Balmer
help and ok kettenis@
2006-04-21make udcf work as a SENSOR_TIMEDELTA type sensor. The sensor value is theMarc Balmer
offset between the time of the device and the localtime in mSec. the sensor status is set to OK once we received a complete and valid time information. help and ok deraadt
2006-04-21remove a couple of unreachable statements, one found by lint, one foundJolan Luff
by my eyes
2006-04-21implement outgoing interrupt pipes, lets my creative voip blaster workJolan Luff
from freebsd, ok dlg@
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
idom in udcf.c - declare t1 to t7 as static to prevent the risk of name clashes - add two missing function prototypes help and ok miod@
2006-04-19Driver to decode the DCF77 time code using a USB attached Gude ExpertMarc Balmer
mouseCLOCK device; without a mechanism to pass data out. ok deraadt
2006-04-16regenBrad Smith
2006-04-16add support for the Asus MyPal A730 PocketPC.Brad Smith
From Steffen Schuetz <st dot sch at gmx dot net>
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
ok dlg@
2006-04-07Add optional flush method to MIDI hardware interface.Jonathan Gray
Allow umidi(4) to send multiple events in a single USB transfer. This greatly improves the number of interrupts umidi is able to generate. From Alexandre Ratchov.
2006-03-31Add GSM modem SIEMENS ES75 - from patch sent to freebsd-usb@ by Jindra FucikDale Rahn
2006-03-31sycnDale Rahn
2006-03-31Add GSM modem SIEMENS ES75Dale Rahn
2006-03-27Fix compilation when UVISOR_DEBUG is defined.Jonathan Gray
From Alexandre Ratchov.
2006-03-27shrink by removing some unneeded ifdefsDavid Gwynne
2006-03-27we dont support the cypress serial things yet, so dont lie. when we do itDavid Gwynne
will look different to this
2006-03-26syncAlexander Yurchenko
2006-03-26Support for Falcom Samba GPRS modem; from tm@openbsd.ru.Alexander Yurchenko
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
outbound), using a new BIOCSDIRFILT ioctl; guidance, feedback and ok canacar@
2006-03-24i wish all new hardware was this easy to support. acer labs usb2 dataDavid Gwynne
link cable seems happy. thanks to sevan janiyan for the gear.
2006-03-24Driver for the serial interface to Qualcomm MSM EVDO modems.Jonathan Gray
Tested with Verizon Wireless by jolan@ ok dlg@