Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
from netbsd, ok dlg | |||
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 | |
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-29 | Add a close method to send the shutdown command, which presumably | Jonathan Gray | |
put the adapter in a low power usage state. | |||
2006-04-29 | Driver for Silicon Laboratories CP2101/CP2102 based serial adapters. | Jonathan Gray | |
ok dlg@ | |||
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 | |
- 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-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 | |
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-23 | regen | Brad Smith | |
2006-04-23 | add the Dell Bluetooth 350 module. | Brad Smith | |
From Ben Lovett <ben at tilderoot dot com> | |||
2006-04-23 | remove all the compat stuff for the otherbsds. this is openbsd, i prefer | David 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-22 | Simplify time calculations. | Marc Balmer | |
help and ok kettenis@ | |||
2006-04-21 | make udcf work as a SENSOR_TIMEDELTA type sensor. The sensor value is the | Marc 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-21 | remove a couple of unreachable statements, one found by lint, one found | Jolan Luff | |
by my eyes | |||
2006-04-21 | implement outgoing interrupt pipes, lets my creative voip blaster work | Jolan Luff | |
from freebsd, ok dlg@ | |||
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 | |
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-19 | Driver to decode the DCF77 time code using a USB attached Gude Expert | Marc Balmer | |
mouseCLOCK device; without a mechanism to pass data out. ok deraadt | |||
2006-04-16 | regen | Brad Smith | |
2006-04-16 | add support for the Asus MyPal A730 PocketPC. | Brad Smith | |
From Steffen Schuetz <st dot sch at gmx dot net> | |||
2006-04-15 | Add a bunch more uplcom devices found in Linux driver. | Jonathan Gray | |
2006-04-15 | regen | Jonathan Gray | |
2006-04-15 | A bunch of uplcom devices found in Linux driver. | Jonathan Gray | |
2006-04-13 | free mem if attach fails; netbsd coverity cid 2329 | Jolan Luff | |
ok dlg@ | |||
2006-04-07 | Add 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-31 | Add GSM modem SIEMENS ES75 - from patch sent to freebsd-usb@ by Jindra Fucik | Dale Rahn | |
2006-03-31 | sycn | Dale Rahn | |
2006-03-31 | Add GSM modem SIEMENS ES75 | Dale Rahn | |
2006-03-27 | Fix compilation when UVISOR_DEBUG is defined. | Jonathan Gray | |
From Alexandre Ratchov. | |||
2006-03-27 | shrink by removing some unneeded ifdefs | David Gwynne | |
2006-03-27 | we dont support the cypress serial things yet, so dont lie. when we do it | David Gwynne | |
will look different to this | |||
2006-03-26 | sync | Alexander Yurchenko | |
2006-03-26 | Support for Falcom Samba GPRS modem; from tm@openbsd.ru. | Alexander Yurchenko | |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller | |
outbound), using a new BIOCSDIRFILT ioctl; guidance, feedback and ok canacar@ | |||
2006-03-24 | i wish all new hardware was this easy to support. acer labs usb2 data | David Gwynne | |
link cable seems happy. thanks to sevan janiyan for the gear. | |||
2006-03-24 | Driver for the serial interface to Qualcomm MSM EVDO modems. | Jonathan Gray | |
Tested with Verizon Wireless by jolan@ ok dlg@ |