summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
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
2006-09-18fix my 1.7 commit.Damien Bergamini
2006-09-18better uath_set_rates().Damien Bergamini
2006-09-18cleanup the list of supported devices.Damien Bergamini
2006-09-18don't use IF_PREPEND() on altq's.Damien Bergamini
2006-09-18get rid of the usb_port.h macros that wrap our kthread create functions.David Gwynne
2006-09-18More uath devices, also properly mark some of the UB52/AR5005UX devicesJonathan Gray
2006-09-18regenJonathan Gray
2006-09-18More uath devices.Jonathan Gray
2006-09-16add new uath(4) ids and fix existing ones.Damien Bergamini
2006-09-16sync (uath)Damien Bergamini
2006-09-16add new uath(4) ids and fix existing ones.Damien Bergamini
2006-09-16sync (uath)Damien Bergamini
2006-09-16more uath(4) usb ids.Damien Bergamini
2006-09-16indentDamien Bergamini
2006-09-16fix a buggy printf.Damien Bergamini
2006-09-16sync (uath)Damien Bergamini
2006-09-16Initial import of uath(4), a driver for Atheros USB2.0 AR5005UG/AR5005UXDamien Bergamini
2006-08-29Fix a possible kernel panic in ucom(4) that is caused by ttyclose() using dataMarc Balmer
2006-08-24s/IEEE80211_MTU_MAX/IEEE80211_MAX_LEN/ in my previous commit.Damien Bergamini
2006-08-24Be sure to print device name in debug messages, removeJonathan Gray
2006-08-24when shutting down, wrap the variable manipulation in splusb() so weirdJason Wright
2006-08-24regenBrad Smith