summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2007-06-06Shrink dmesg output. Tweaked version of a diff from tedu@Jonathan Gray
2007-06-05Remove the "Static" declaration of many functions. It was defined to be emptyMarc Balmer
2007-06-04Forgot this in my last committ.Marc Balmer
2007-06-04Last part of FreeBSD/NetBSD sepcific code removal.Marc Balmer
2007-06-03syncDamien Miller
2007-06-03Add WCH/QinHeng CH341 serial/parallelDamien Miller
2007-06-03delete two extra lines which are not needed because that is how stringsTheo de Raadt
2007-06-01Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional norMarc Balmer
2007-06-01Remove the hci_enable now done in a higher layer.Gordon Willem Klok
2007-05-31Remove more #ifdef/#endif's that checked for other bsds. No binaryMarc Balmer
2007-05-31Remove some #ifdef {Free|Net}BSD/#endif to make the code more readable.Marc Balmer
2007-05-31Add some context and call hci_enable from this new context, also add anGordon Willem Klok
2007-05-31add Gunze USB Touch Panel supportRobert Nagy
2007-05-31regenRobert Nagy
2007-05-31add Gunze USB Touch PanelRobert Nagy
2007-05-31Fix dmesg output. -mojMats O Jansson
2007-05-30fix this for ubt.cGordon Willem Klok
2007-05-30Drop if_ubt.c originally from freebsd and replace with ubt.c fromGordon Willem Klok
2007-05-29set UDCF_DEBUG to 1 when USB_DEBUG is defined.Marc Balmer
2007-05-29Kill some #if define(__OtherBSD__). OK dlg@Claudio Jeker
2007-05-28syncTom Cosgrove
2007-05-28Vendor name shouldn't be in product string; this one was mis-speltTom Cosgrove
2007-05-28unbreak, and remove the "goto bad's".Felix Kronlage
2007-05-27Some other missed bits.Jonathan Gray
2007-05-27Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.Jonathan Gray
2007-05-23%z in printf(9) is not the same as %z in printf(3). Change to %luRay Lai
2007-05-22A quirk is needed for the Logitech QuickCam Notebook to prevent attachingRobert Nagy
2007-05-22Support bluetooth adapter found in my MSI S270 laptop. ok deraadt@, jasper@,Matthieu Herrb
2007-05-22syncMatthieu Herrb
2007-05-22Add a second MSI bluetooth adapter. ok deraadt@ jasper@ grange@Matthieu Herrb
2007-05-21Remove le{16,32}toh macrosJonathan Gray
2007-05-21Remove logprintf macroJonathan Gray
2007-05-21Remove Ether_ifattach macroJonathan Gray
2007-05-21Remove unused bswap{16,32} macrosJonathan Gray
2007-05-21Remove ifdef __otherbsd__ mess; no binary change.Jonathan Gray
2007-05-20addess -> addressMiod Vallat
2007-05-20regenRobert Nagy
2007-05-20add Brother MFC 210C and Logitech QuickCam Notebook Deluxe IDs;Robert Nagy
2007-05-20Convert ehci and ucom to rwlock.Jonathan Gray
2007-05-18fix the check of wsmouse_calibcoords values andRobert Nagy
2007-05-14Convert from lockmgr to rwlock.Jonathan Gray
2007-05-13sync comment with realityFelix Kronlage
2007-05-08Make use of struct wsmouse_calibcoords and add ioctl supportRobert Nagy
2007-05-06More lockmgr -> rwlock low hanging fruit.Kenneth R Westerback
2007-05-05#include <sys/lock.h> not needed. i.e. these compile fine without it.Kenneth R Westerback
2007-05-05Remove axe_rxstart() which is an uneeded leftover from the FreeBSD version.Jonathan Gray
2007-05-03Support ONDA Communication H600.Jonathan Gray
2007-05-03regenJonathan Gray
2007-05-03ONDA Communication H600Jonathan Gray
2007-04-26USB device lists do not need a terminating sentinel, so don't provide any;Miod Vallat