summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Add support System TALKS Inc. SGC-X2ULsanpei2004-07-182-0/+5
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-152-6/+6
* MFNetBSD.le2004-07-151-6/+6
* Remove even more references to generating usbdevs_data.h, et al.imp2004-07-121-9/+9
* Remove the instructions for regenerating usbdevs.h: that's now noimp2004-07-121-13/+0
* Add device ID for atuwi USB wlan driver, Linksys WUSB11 v2.8 wireless adapter.sanpei2004-07-041-1/+3
* Unbreak -O2 build: initialize nstatus to avoid uninitialized warning.marcel2004-07-031-1/+3
* MFNetBSD.le2004-07-011-2/+3
* MFNetBSD.le2004-07-011-2/+5
* Add support to the uftdi driver for Intrepid Control Systems' vehiclebrooks2004-07-013-1/+27
* Product and vendor ids for SIIG US2308 USB to Serial adaptor.brooks2004-07-012-17/+41
* It's not very useful to set a softc refcount around blocking read/writegreen2004-07-011-11/+9
* Add pnpinfo and location information to uhub. We also keep track ofimp2004-06-303-14/+151
* - Fix style bug in Dell Bluetooth adapter (don't repeat Vendor inalex2004-06-271-1/+2
* Now that all the in-tree referrences to these old files are gone, goimp2004-06-274-6941/+0
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-2727-29/+29
* Catch up with usbd_get_string_desc() change.le2004-06-261-2/+3
* Our softc has no sc_hdev, but a sc_dev. This in turn has no directle2004-06-261-18/+0
* MFNetBSD.le2004-06-265-22/+52
* Pick the hotchar out of the tty structure instead of caching privatephk2004-06-262-10/+4
* MFNetBSD.le2004-06-261-2/+5
* MFNetBSD ehci.c and ehcireg.hle2004-06-262-47/+52
* Convert Netgraph to use mbuf tags to pass its meta information around.julian2004-06-251-6/+6
* Sync to usbdevs 1.183jb2004-06-242-2/+25
* Add Delorme Publishing Earthmate GPSjb2004-06-241-0/+5
* MFNetBSD 1.60, author: augustssle2004-06-231-55/+182
* MFNetBSD 1.15, author: mycroftle2004-06-201-2/+2
* Sync to 1.182 of usbdevssanpei2004-06-192-2/+18
* Add support Microtune Bluetooth donglesanpei2004-06-191-0/+4
* Do the dreaded s/dev_t/struct cdev */phk2004-06-1611-63/+63
* To support the promiscuous mode udav(4) driversanpei2004-06-131-0/+24
* Deorbit COMPAT_SUNOS.phk2004-06-111-2/+2
* Initialise `restartcnt' in the newly malloc'd usbd_port structure,iedowse2004-06-101-0/+1
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-094-84/+7
* * Fix multicast reception.naddy2004-06-091-28/+10
* Sync to 1.181 of usbdevssanpei2004-06-052-2/+9
* Add support Sony/Ericsson SEMC DSS-20 SyncStation,sanpei2004-06-052-0/+3
* Sync to 1.180 of usbdevssanpei2004-06-052-2/+9
* Add device ID for atuwi USB wlan driver, AWL400 Wireless adapter.sanpei2004-06-051-0/+1
* Sync to 1.179 of usbdevssanpei2004-06-052-2/+9
* Add support Neodio-3260 8-in-1 multi format USB memory card / flash controllersanpei2004-06-052-0/+5
* Centralize the line discipline optimization determination in a functionphk2004-06-041-23/+4
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-042-5/+2
* Machine generated patch which changes linedisc calls from accessingphk2004-06-042-15/+15
* Make the remaining serial drivers call ttyioctl() rather than callingphk2004-06-042-18/+5
* There is no need to explicitly call ttwakeup() and ttwwakeup() afterphk2004-06-012-6/+0
* ttyclose() increments t_gen. Remove redundant increments in drivers.phk2004-06-012-3/+0
* Add missing <sys/module.h> includesphk2004-05-3016-0/+16
* check interface numbersanpei2004-05-301-3/+5
* In axe_stop(), close the pipes before calling axe_reset(). axe_reset()iedowse2004-05-291-2/+2
OpenPOWER on IntegriCloud