summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2006-11-03add new code to handle the AL7230B radios.Damien Bergamini
2006-11-01abort bulk-in and bulk-out pipes in zyd_stop() before freeing theDamien Bergamini
2006-11-01regenJolan Luff
2006-11-01BWCT serialJolan Luff
2006-11-01poll errors should be POLLERR, not some random E valueTed Unangst
2006-10-28- Use better names for the variables containing the timeouts in Hz instead ofMarc Balmer
2006-10-27udcf(4) degraded the sensor status from OK to WARNING on the first receiptionMarc Balmer
2006-10-26Move from a switch based baud rate selection to range checkingJonathan Gray
2006-10-26Driver for MosChip MCS7703 based USB Serial devices.Jonathan Gray
2006-10-26regenJonathan Gray
2006-10-26MosChip serial & EthernetJonathan Gray
2006-10-24Fix indentation to not imply, that USB_ATTACH_ERROR_RETURNMoritz Jodeit
2006-10-23simplify zyd_read_eeprom().Damien Bergamini
2006-10-23turn link led off when returning to the S_INIT state.Damien Bergamini
2006-10-22make data LED blink upon TX.Damien Bergamini
2006-10-22make sure ni->ni_txrate is always initialized to a meaningful value byDamien Bergamini
2006-10-22do per-node rate control.Damien Bergamini
2006-10-21some extra const disease damien was testing slipped in; ok damienTheo de Raadt
2006-10-21huge diff to bring zyd(4) into a working state.Damien Bergamini
2006-10-19regenJonathan Gray
2006-10-19Support later versions of the ASUS WL-167g which have switchedJonathan Gray
2006-10-16Fix some "is is"s. ok otto@.Tom Cosgrove
2006-10-14Apply some formatting.Marc Balmer
2006-10-11Make the timedelta sensor appear right when a device is plugged-in, with aMarc Balmer
2006-10-08Implement bus searching.Alexander Yurchenko
2006-10-08Add status register bits string for pretty %b printf.Alexander Yurchenko
2006-10-03make sure to call SLIST_INIT on sc->rx_freelist.Damien Bergamini
2006-10-03don't use IF_PREPEND() on altq's.Damien Bergamini
2006-09-30Implement match rom command.Alexander Yurchenko
2006-09-30Reset device on errors.Alexander Yurchenko
2006-09-30Pretty.Alexander Yurchenko
2006-09-30More useful error messages.Alexander Yurchenko
2006-09-30Reset device on attach.Alexander Yurchenko
2006-09-30Add new parameter to uow_cmd() to set command type.Alexander Yurchenko
2006-09-29Implement block read/write operations.Alexander Yurchenko
2006-09-29Add command and data FIFO size constants.Alexander Yurchenko
2006-09-29regenJonathan Gray
2006-09-29Add support for HenTong WK-668, and match the generic DM9601 idJonathan Gray
2006-09-27Add remaining communication command codes and embedded parameter bits.Alexander Yurchenko
2006-09-27Implement 1-wire byte read/write.Alexander Yurchenko
2006-09-27Move bulk-in transfer to the separate function.Alexander Yurchenko
2006-09-27Allocate xfer for bulk transfers only once on attach.Alexander Yurchenko
2006-09-27Protect detach function with splusb.Alexander Yurchenko
2006-09-27Add missing <sys/device.h>.Alexander Yurchenko
2006-09-27Add Maxim/Dallas DS2490 USB 1-Wire adapter driver.Alexander Yurchenko
2006-09-26regenJonathan Gray
2006-09-26Match ELECOM LD-USB20Jonathan Gray
2006-09-23syncMarcus Glocker
2006-09-23Add TRENDnet TEW-429UB A.Marcus Glocker
2006-09-20implement a zero-copy RX data path.Damien Bergamini