aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-0474-76/+76
* MFC r1.15:Alexander Kabaev2004-10-161-25/+9
* MFC: uhid.c:1.74Takanori Watanabe2004-10-131-0/+3
* MFC: detach before delete_child.Warner Losh2004-09-261-0/+1
* MFC umass.c 1.113:MIHIRA Sanpei Yoshiro2004-09-202-1/+10
* MFC usb_quirks.c 1.40MIHIRA Sanpei Yoshiro2004-09-202-2/+6
* MFC uscanner.c in 1.58MIHIRA Sanpei Yoshiro2004-09-202-0/+4
* MFC uplcom.c 1.21:MIHIRA Sanpei Yoshiro2004-09-202-0/+2
* MFC: usb_subr.c 1.70Warner Losh2004-09-131-8/+11
* MFC: uhub.c 1.63: remove child_deleted routine because we don't need it.Warner Losh2004-09-131-34/+2
* MFC: 1.87; fix two cases where a successful return from usbd_transfer()Ian Dowse2004-09-031-2/+2
* Tweak the compatibility macros a little so that the device printing isWarner Losh2004-08-1515-28/+29
* Use the USBD_FORCE_SHORT_XFER flag when setting up transmit transfers.Ian Dowse2004-08-151-1/+2
* Next step in making usb more newbus:Warner Losh2004-08-143-64/+50
* add support for SanDisk Cruzer Mini 256MB USB 2.0 Flash DriveMIHIRA Sanpei Yoshiro2004-08-122-0/+5
* add support Sitecom CN-311 usb flash reader(aka SIIG_WINTERREADER)MIHIRA Sanpei Yoshiro2004-08-122-0/+5
* Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB frameworkRobert Watson2004-08-116-6/+12
* Add support Sony Handycam TRV-30 memory stick slotMIHIRA Sanpei Yoshiro2004-08-082-0/+5
* Add support to Sony Ericsson USB Cable(Susteen USB Data Cable)MIHIRA Sanpei Yoshiro2004-08-082-0/+6
* Add support for Belkin F5U409 serial-usb adapterMIHIRA Sanpei Yoshiro2004-08-072-1/+3
* Reinstate a usb_transfer_complete() call that got lost in theIan Dowse2004-08-021-0/+1
* Make the USB subsystem unloadable and detachable, though currentlyIan Dowse2004-08-0211-76/+158
* When searching for a suitable block of memory on the free list,Ian Dowse2004-08-021-1/+2
* Attempt to follow the correct procedure for synchronising with theIan Dowse2004-08-024-7/+83
* Implement basic support for EHCI interrupt pipes. This is unlikelyIan Dowse2004-08-012-11/+283
* Remove redundant inclusion of bus_if.h. It isn't needed in this file, asWarner Losh2004-07-221-1/+0
* MFp4:Warner Losh2004-07-221-30/+29
* Identify VIA EHCI root hubs and at least one VIA USB2.0 controller.Benno Rice2004-07-191-0/+9
* Diff reduction to NetBSD.Lukas Ertl2004-07-191-5/+6
* Diff reduction to NetBSD.Lukas Ertl2004-07-192-4/+2
* Add support System TALKS Inc. SGC-X2ULMIHIRA Sanpei Yoshiro2004-07-182-0/+5
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-152-6/+6
* MFNetBSD.Lukas Ertl2004-07-151-6/+6
* Remove even more references to generating usbdevs_data.h, et al.Warner Losh2004-07-121-9/+9
* Remove the instructions for regenerating usbdevs.h: that's now noWarner Losh2004-07-121-13/+0
* Add device ID for atuwi USB wlan driver, Linksys WUSB11 v2.8 wireless adapter.MIHIRA Sanpei Yoshiro2004-07-041-1/+3
* Unbreak -O2 build: initialize nstatus to avoid uninitialized warning.Marcel Moolenaar2004-07-031-1/+3
* MFNetBSD.Lukas Ertl2004-07-011-2/+3
* MFNetBSD.Lukas Ertl2004-07-011-2/+5
* Add support to the uftdi driver for Intrepid Control Systems' vehicleBrooks Davis2004-07-013-1/+27
* Product and vendor ids for SIIG US2308 USB to Serial adaptor.Brooks Davis2004-07-012-17/+41
* It's not very useful to set a softc refcount around blocking read/writeBrian Feldman2004-07-011-11/+9
* Add pnpinfo and location information to uhub. We also keep track ofWarner Losh2004-06-303-14/+151
* - Fix style bug in Dell Bluetooth adapter (don't repeat Vendor inAlexander Langer2004-06-271-1/+2
* Now that all the in-tree referrences to these old files are gone, goWarner Losh2004-06-274-6941/+0
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.Warner Losh2004-06-2727-29/+29
* Catch up with usbd_get_string_desc() change.Lukas Ertl2004-06-261-2/+3
* Our softc has no sc_hdev, but a sc_dev. This in turn has no directLukas Ertl2004-06-261-18/+0
* MFNetBSD.Lukas Ertl2004-06-265-22/+52
* Pick the hotchar out of the tty structure instead of caching privatePoul-Henning Kamp2004-06-262-10/+4