summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Collapse)Author
2003-12-24syncTodd T. Fries
2003-12-24additional camera device; ok deraadt@Todd T. Fries
2003-12-23recognize several more wi@usb devices.Dale Rahn
2003-12-23syncDale Rahn
2003-12-23Addional wi@usb devices. ok deraadt@Dale Rahn
2003-12-23init ether address correctly, since our Ether_ifattach macro does not doTheo de Raadt
that job; 3612, rspmn@arcor.de
2003-12-15Set devclass to DV_IFNET for all USB network drivers.Cedric Berger
ok deraadt@ nate@
2003-12-08Matrix Orbital MX200 SeriesHenning Brauer
mostly From: nj@obsd.com
2003-12-08syncHenning Brauer
2003-12-08Matrix Orbital MX200 Series LCDHenning Brauer
2003-12-05consistently treat wi_keylen as le16, fixes wicontrol crash for if_wiDale Rahn
and if_wi_usb ok millert@
2003-12-03my USB_PRODUCT_SHUTTLE_EUSB needs PQUIRK_NOSENSE; ok henningMarkus Friedl
2003-11-27add quirk for Datum Networks SSF-7X USB Multi PlayersHenning Brauer
PR3580; Aldo Cortesi <aldo@nullcube.com>
2003-11-27syncHenning Brauer
2003-11-27Datum Networks SSF-7X Multi PlayersHenning Brauer
from PR3580; Aldo Cortesi <aldo@nullcube.com>
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
of gcc extensions have more of a chance. ok mcbride@, no objections from millert@, deraadt@
2003-11-11Do not free() stack variables; reported by Mario Lang (mlang at delysid dot org)Miod Vallat
2003-11-09Zero the tx buffer before reusing it. This way stray bits willDale Rahn
not remain set on the text packet sent, seems to improve wi@usb on large transfers.
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-11-07more updated URLs from Jared Yanovich;Jason McIntyre
2003-11-07updated URLs from Jared Yanovich;Jason McIntyre
however, I did not apply the diff exactly. After hunting around I found URLs for the missing files, and the ../index.html link appears not to work. I replaced it with a more suitable link.
2003-10-26Uhm, disable debugging my default, even if it probably is good toDale Rahn
run with it enabled for now.
2003-10-26Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress,Dale Rahn
it does not yet handle bulk data copies or hostap mode. Only one model currently supported, however driver may support other PRISM based adapters. ok millert@ fgsch@
2003-10-26syncDale Rahn
2003-10-26Add netgear MA111 USB wifi.Dale Rahn
2003-10-04syncTheo de Raadt
2003-10-04Support for Matrix Orbital USB LCD Modules; cjeker@diehard.n-r-g.comTheo de Raadt
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
separate tty registering is gone now that sparc has switched to wscons, and this makes the code less error-prone. Also, remove tests for ttymalloc() failure, since it uses M_WAITOK. ok millert@ deraadt@, tested by various people as well besides me...
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
now call the poll backend. With this change we implement greater poll(2) functionality instead of emulating it via the select backend. Adapted from NetBSD and including some changes from FreeBSD. Tested by many, deraadt@ OK
2003-09-19Disable USB_USE_SOFTINTR until we have generic support for soft interrupts.Anil Madhavapeddy
Solves a number of hangs on ohci (and possibly uhci) machines. Found by me prodding around, and drahn@ more cluefully ok pvalchev@, nate@
2003-09-02syncAlexander Yurchenko
2003-09-02Add Mustek DV2000 video camera; from Lizardo Desilos <lizardo@itvictoria.edu.mx>Alexander Yurchenko
ok nate@
2003-09-01syncAlexander Yurchenko
2003-09-01New vendor Micro Star International and its USB Bluetooth adapterAlexander Yurchenko
ok nate@
2003-08-23correct function names; from NetBSD.Federico G. Schwindt
krw@ and tdeval@ ok.
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@
2003-08-06Fix a memleak on error in usb_block_allocmem(); Patrick LatifiTodd C. Miller
deraadt@ OK
2003-08-06The cleanup in ohci_init() is wrong; the statements for label bad2Todd C. Miller
and label bad3 should be swapped. From Patrick Latifi ok deraadt@ and fgs@
2003-08-05sync with netbsdjoshua stein
makes my samsung i500 attach a ucom ok nate@
2003-07-19Ericsson DCU-10 & DCU-11 is a simple USB->Serial device.Cedric Berger
ok+thanks todd@
2003-07-19syncCedric Berger
2003-07-19Ericsson DCU-10 & DCU-11, made by Susteen, Inc.Cedric Berger
ok+thanks todd@
2003-07-08Sync USB code with NetBSD.Nathan Binkert
This includes numerous fixes and paves the way for usb 2.0 support.
2003-07-05sync with netbsdNathan Binkert
2003-07-05sync with NetBSDNathan Binkert
remove unused global.
2003-06-27more quirks from netbsdNathan Binkert
2003-06-27kqueue support for various usb devices including: usb, uhid, ugen,Nathan Binkert
and uscanner From NetBSD
2003-05-29syncNathan Binkert
2003-05-29another Iomega deviceNathan Binkert
2003-05-21syncNathan Binkert