summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2007-06-12Remove the definition and use of the device_ptr_t which was a struct device *.Marc Balmer
2007-06-11Remove the usb_proc_ptr type definition, which was really a 'struct proc *'Marc Balmer
2007-06-11Remove the USB_GET_SC_OPEN macro. There is a double check for sc == NULL inMarc Balmer
2007-06-11Remove the definition and use of the USB_GET_SC macro, no binary change.Marc Balmer
2007-06-11More USB cleanup: In usb_port.h, get rid of the sel_klist #defineMichael Knudsen
2007-06-11Remove the definiton and usage of the USB_DO_ATTACH macro. It was a wrapperMarc Balmer
2007-06-11Remove the definition and usage of the USBGETSOFTC macro, which was reallyMarc Balmer
2007-06-11usbd_devinfo_alloc() uses M_WAITOK so don't check return value.Jonathan Gray
2007-06-10Get rid of the USBDEVPTRNAME macro.Marc Balmer
2007-06-10Remove the definition and use of USBDEVUNIT.Marc Balmer
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-06-10Remove the definition and use of the USBDEV macro. It only created confusionMarc Balmer
2007-06-10Remove definitions and usage of usb_callout and related macros. These macrosMarc Balmer
2007-06-10Do not turn on debugging in most/all drivers when USB_DEBUG is defined.Marc Balmer
2007-06-09This information is redundant. Remove the list of files.Marc Balmer
2007-06-09Remove the definition and use of if_deactivate(). It was defined empty andMarc Balmer
2007-06-09Add a CVS marker.Marc Balmer
2007-06-09Remove the definition and use of usb_malloc_type which is really int.Marc Balmer
2007-06-09Remove the definition and use of UPACKED and replace it with our own __packedMarc Balmer
2007-06-09re-indent prototypes after "Static" removal.Damien Bergamini
2007-06-06Mechanical removal of USBBASEDEVICE. No binary change.Michael Knudsen
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