summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Collapse)Author
2000-11-20syncTheo de Raadt
2000-11-20limit luns on usbTheo de Raadt
2000-11-16Add uscanner.c.Aaron Campbell
2000-11-16Driver for USB scanners; from NetBSD.Aaron Campbell
2000-11-16syncAaron Campbell
2000-11-16Sync with NetBSD (which adds quite a few new devices), while maintaining theAaron Campbell
products we've added locally. Hrm, only Creative Labs Nomad devices, I guess :)
2000-11-13- Convert to new timeouts.Aaron Campbell
- Allow it to compile with option WSDISPLAY_COMPAT_RAWKBD.
2000-11-11Change the le32toh() le16toh() macros back to the previous defintion.Dale Rahn
This change is more portable, redefine the macros to use the host letoh32/letoh16 instead of using possibly less efficient bswap routines.
2000-11-08syncAaron Campbell
2000-11-08New products, so at least usb_quirks will compile; from NetBSD.Aaron Campbell
2000-11-08Sync with NetBSD. Too many changes to mention. For now I have skippedAaron Campbell
umass.c and ukbd.c as the diffs are a bit hairier.
2000-11-07Fix multicast filter programming; from FreeBSD.Aaron Campbell
2000-11-06regenMichael Shalayeff
2000-11-06creative nomadiimgMichael Shalayeff
2000-10-13Support Kingston KNU101TX USB Ethernet; from NetBSD.Aaron Campbell
2000-10-13syncAaron Campbell
2000-10-13Add Kingston KNU101TX USB Ethernet.Aaron Campbell
2000-09-17Match the new D-Link DSB-650 product ID.Aaron Campbell
2000-09-17syncAaron Campbell
2000-09-17Another D-Link DSB-650 adapter product ID; from FreeBSDAaron Campbell
2000-09-14recognize Diamond RIO 600 USB; from NetBSDJakob Schlyter
2000-09-14regenJakob Schlyter
2000-09-14add Rio 600 USBJakob Schlyter
2000-09-07Be gentle with the poor Apple mouse that has only 1 button (withoutMatthieu Herrb
's').
2000-09-07add ums mouse support from NetBSDMatthieu Herrb
2000-09-07Put back a fix that fgsch@ whacked during the last NetBSD USB sync:Aaron Campbell
If the vendor name is NULL, do not output a leading space; reported by deraadt@
2000-09-06Add usb keyboard. from NetBSD.Dale S. Rahn
2000-09-06Match Free/Net macros for le32toh/letoh32, define in terms of the other.Dale S. Rahn
2000-08-26Add support for detach of xe and aue.Nathan Binkert
2000-07-06Add ucom to char. device list and change XX_UNITMASK's to match OpenBSD;Federico G. Schwindt
from dugsong@
2000-07-04sync with NetBSD... well almost. someone w/ the hw should check umass.Federico G. Schwindt
2000-07-04handspring visor driver; from NetBSD.Federico G. Schwindt
2000-07-04syncFederico G. Schwindt
2000-07-04new prods.Federico G. Schwindt
2000-06-29Allow USB to compile with USB_DEBUG defined; binkertn@umich.eduAaron Campbell
2000-05-24Permit detach of audio devices, such as uaudio. Selected codeHakan Olsson
from NetBSD/Lennart Augustsson. (niklas@ ok)
2000-04-23Save ethernet address in arpcom.ac_enaddr. -mojMats O Jansson
2000-04-15urio(4) - Diamond Multimedia RIO 500 (from NetBSD)Jakob Schlyter
This driver will eventually go away as it really should be implemented using ugen(4) instead.
2000-04-14Sync with NetBSD.Aaron Campbell
2000-04-12RCSids.Aaron Campbell
2000-04-11regenJakob Schlyter
2000-04-11Philips USB cameraJakob Schlyter
2000-04-08If the vendor name is NULL, do not output a leading space; reported by deraadt@Aaron Campbell
2000-04-08Y-E UFI drives don't clear sense on INQUIRY. Upper-layer SCSI driversConstantine Sapuntzakis
don't like that too much. Now drive is detected correctly, even without floppy in it.
2000-04-08Add RCSids.Aaron Campbell
2000-04-08Complete the port to OpenBSD started by aaron@Constantine Sapuntzakis
Tested with Y-E USB floppy.
2000-04-05regenNiklas Hallqvist
2000-04-05Correct RCSIdNiklas Hallqvist
2000-04-05Add USB modem driver stubs; from NetBSD. Not yet tested.Aaron Campbell
2000-04-04Sync with NetBSD.Aaron Campbell