Age | Commit message (Expand) | Author |
2011-09-18 | usbdivar.h needs struct timeout. But don't get it indirectly via | Kenneth R Westerback |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-06-22 | kill a few more casts that aren't helpful. ok krw miod | Ted Unangst |
2011-06-17 | M_WAITOK cleanup of two cases: | Michael Knudsen |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2010-10-27 | don't free network related resources if they were not allocated | Jacob Meuser |
2010-09-24 | remove dying flag in detach() function. | Yojiro Uo |
2010-07-02 | fix a variety of uninit errors. ok and one correction deraadt | Ted Unangst |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-02-14 | remove dead assignments and newly created unused variables. | Charles Longeau |
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt |
2007-09-12 | There is no such word as `detatch'. | Michael Knudsen |
2007-06-14 | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and | Marc Balmer |
2007-06-12 | Remove the definition and use of the device_ptr_t which was a struct device *. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEV macro. It only created confusion | Marc Balmer |
2007-06-10 | Remove definitions and usage of usb_callout and related macros. These macros | Marc Balmer |
2007-06-09 | Remove the definition and use of if_deactivate(). It was defined empty and | Marc Balmer |
2007-05-27 | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | Jonathan Gray |
2007-05-21 | Remove logprintf macro | Jonathan Gray |
2007-04-01 | s/multpile/multiple/ | Ray Lai |
2006-11-26 | avoid extra inclusions; ok jsg | Theo de Raadt |
2006-10-24 | Fix indentation to not imply, that USB_ATTACH_ERROR_RETURN | Moritz Jodeit |
2006-10-16 | Fix some "is is"s. ok otto@. | Tom Cosgrove |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2006-01-29 | Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in | Brad Smith |
2006-01-25 | kthread_create_deferred() do the things right, no need for | Alexander Yurchenko |
2005-12-03 | splimp -> splnet | Brad Smith |
2005-11-24 | wi and ubt are network drivers so should be DV_IFNET, | Alexander Yurchenko |
2005-11-19 | ViewSonic Airsync Prism 2.5 USB wlan, id found in linux-wlan driver. | Jonathan Gray |
2005-10-31 | Move from arpcom to ieee80211com in wi softc. This will be | Jonathan Gray |
2005-10-20 | fix command and write rid handling and fix some fmt strings used on debug. | Federico G. Schwindt |
2005-10-16 | better diagnostic on tx error. | Federico G. Schwindt |
2005-10-15 | remove `workaround' for supported data rates now that core is fixed. | Federico G. Schwindt |
2005-08-01 | Don't keep the devinfo string on the stack, instead use malloc/free. | Brad Smith |
2005-02-18 | Internal wireless on PCChips A535 laptop found in a dmesg from | Jonathan Gray |
2005-01-15 | Additional devices found in linux-wlan driver. | Jonathan Gray |
2004-11-23 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Federico G. Schwindt |
2004-10-20 | add devices found in linux driver | Jonathan Gray |
2004-10-17 | another new Corega USB wireless (found in Tokyo) | Theo de Raadt |
2004-08-05 | attach the compaq w100 and w200. the w100 should work with a bit of work. it | David Gwynne |
2004-07-16 | recognize the dwl-122 usb wireless card. from fgsch | Pedro Martelletto |
2004-07-08 | put "do { } while (0)" wrappers on all the debug maroc functions | Theo de Raadt |
2004-03-16 | unlock on error paths, from Patrick Latifi | Ted Unangst |
2004-03-15 | fix if(); error, also add missing error checks and close_pipe calls. | Dale Rahn |
2004-02-27 | JVC MP-XP7250 Builtin USB WLAN | Henning Brauer |
2004-01-13 | remove needs-flag from wi@usb. drahn@ ok. | Federico G. Schwindt |
2003-12-23 | recognize several more wi@usb devices. | Dale Rahn |
2003-12-05 | consistently treat wi_keylen as le16, fixes wicontrol crash for if_wi | Dale Rahn |