index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
ueagle.c
Age
Commit message (
Expand
)
Author
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2013-04-12
Instead of using a wrapper around usbd_transfer() when submitting a
Martin Pieuchot
2011-11-27
This needs sys/kthread.h to build
Claudio Jeker
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-03-22
silently clear the endpoint when the device has failed; ok jakemsr
Theo de Raadt
2011-01-25
garbage collect "usb events". without /dev/usb there is no way to access
Jacob Meuser
2010-12-06
a couple unchecked if_detach() in detach routines that were missed
Jacob Meuser
2010-12-06
* replace per-driver dying and/or other state variables with use of
Jacob Meuser
2010-10-23
create another kthread to run xfer abort tasks. xfer abort tasks cannot
Jacob Meuser
2010-09-24
remove dying flag in detach() function.
Yojiro Uo
2010-08-27
remove the unused if_init callback in struct ifnet
Jonathan Gray
2010-06-05
'operational' takes a single 'n'
Damien Bergamini
2010-04-21
sys/sysctl.h is not needed here. OK deraadt@
Claudio Jeker
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2007-10-11
treat usb vendor/product names as a locator, and have usbd_print handle it,
Theo de Raadt
2007-09-07
use new malloc M_ZERO flag to shrink kernel.
Damien Bergamini
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-09
Remove the definition and use of if_deactivate(). It was defined empty and
Marc Balmer
2007-06-09
re-indent prototypes after "Static" removal.
Damien Bergamini
2007-06-05
Remove the "Static" declaration of many functions. It was defined to be empty
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
2006-09-16
fix a buggy printf.
Damien Bergamini
2006-06-23
In a drivers activate() entry point, if on DVACT_DEACTIVATE it does
Miod Vallat
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-01-29
Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in
Brad Smith
2006-01-04
Remove redundant calls to bpfdetach.
Can Erkin Acar
2005-08-04
Include if_ether.h and use better usbd_devinfo_alloc argument. ok brad@
Can Erkin Acar
2005-08-01
Don't keep the devinfo string on the stack, instead use malloc/free.
Brad Smith
2005-07-30
6 -> ETHER_ADDR_LEN
Brad Smith
2005-07-07
ueagle.c
Can Erkin Acar
2005-05-13
fix dmesg output for pre-firmware modems.
Damien Bergamini
2005-04-19
be more cautious when processing CMV interrupts.
Damien Bergamini
2005-04-16
Driver for Analog Devices Eagle chipset.
Damien Bergamini