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