summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2009-12-08syncKevin Lo
2009-12-08USB IDs for Realtek RTL8192UKevin Lo
2009-12-07sync (with pckbd)Owain Ainsworth
2009-12-05Ignore HID devices that have the same vendor and product ids thanMatthieu Herrb
2009-12-04calculate the number of frames per usb xfer only once, and take intoJacob Meuser
2009-12-04instead of returning a structure, return the only member of theJacob Meuser
2009-12-04In uaudio_detach(), check that sc->sc_alts is not NULL beforeAlexandre Ratchov
2009-11-29On any sensor the SENSOR_FINVALID flag indicates whether we are able toTheo de Raadt
2009-11-26allow USB xfer requests to use up to 16 frames per xfer, depending onJacob Meuser
2009-11-26greatly reduce latency and kill some XXXs:Jacob Meuser
2009-11-26Call the existing power functions with our activate function forTheo de Raadt
2009-11-25- regenJasper Lievisse Adriaanse
2009-11-25- add another NEC hub and rename the other two hubs for proper enumerationJasper Lievisse Adriaanse
2009-11-25Simpler logic to ignore the Naturetech keyboard babbling; discard extraMiod Vallat
2009-11-25Ignore repeated data in ukbd_intr(), for keyboards who flood us on a regularMiod Vallat
2009-11-24at close() get rid of the usb task before we start tearing down; ok mglockerTheo de Raadt
2009-11-24Toggle SENSOR_FINVALID based on sensor data validityTheo de Raadt
2009-11-24fix hardware polling interval calculation. uaudio on my Logitech webcamJacob Meuser
2009-11-23Add uthum(4) device driver for TEMPerHUM USB temperature andYojiro Uo
2009-11-23suppress warning massage for polling only HID devices.Yojiro Uo
2009-11-23regenYojiro Uo
2009-11-23add some usb vendors and products to syncYojiro Uo
2009-11-23regenYojiro Uo
2009-11-23add new umsm type modems: Softbank C01SW (Sierra OEM) andYojiro Uo
2009-11-23add USB_GET_DEVICEINFO and USB_GET_STRING_DESC ioctl to the uhid(4).Yojiro Uo
2009-11-22add a bunch of devices found in linux driversJonathan Gray
2009-11-22regenJonathan Gray
2009-11-22add a bunch of Ethernet and zyd devices found in linux drivers.Jonathan Gray
2009-11-22syncKevin Lo
2009-11-22add the Terminus Technology vendor id found on VIA VT6571Kevin Lo
2009-11-21in the detach function remove our usb task before calling any otherTheo de Raadt
2009-11-21Do the operations in atu_detach in the right order, as done inTheo de Raadt
2009-11-18- regenJasper Lievisse Adriaanse
2009-11-18- add startech.com and the product id for their ICUSB2321X/2X/4X devices,Jasper Lievisse Adriaanse
2009-11-17regenDamien Bergamini
2009-11-17another shitload of run(4) usb idsDamien Bergamini
2009-11-17regenDamien Bergamini
2009-11-17the D-Link DWA-160 rev A2 is an otus(4) too.Damien Bergamini
2009-11-13do not need to pad up the uhub allocation anymore, from miodTheo de Raadt
2009-11-12Avoid using the trick of malloc'ing more than a struct to grow the arrayTheo de Raadt
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-11-04Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.Mark Kettenis
2009-11-03setting of WEP keys is defered until interface is brought up,Damien Bergamini
2009-11-03don't take playback blocksize constraints into account when roundingJacob Meuser
2009-11-03don't claim to support full-duplex if the device doesn't support bothJacob Meuser
2009-11-03provide a get_default_params method. tries aucat(1) defaults firstJacob Meuser
2009-11-03rewrite supported audio parameter matching codeJacob Meuser
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()Theo de Raadt
2009-10-26better test for if the parent is ohci; ok mglockerTheo de Raadt