Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-18 | Backout pascoe@'s last USB change because it page faults at attachment | Marcus Glocker | |
time. Chris; Get your shiz fixed and tested for the next time. We have better todo then wasting our time by backing out untested stuff. OK deraadt, OK ckuethe | |||
2007-03-18 | Perform legacy emulation handover for USB1 companion controllers immediately | Christopher Pascoe | |
but defer the remainder of their initialisation until after the other devices on their PCI bus have attached. This ensures that any USB2 controller has also completed its initialisation before we start to initialise the USB1 parts. This minimises the chance that a nasty SMM implementation will trash the USB1 controller's config when it performs legacy emulation handover of the USB2 part. | |||
2007-03-18 | Wait the stable power delay on a USB hub only once per hub (not per port), | Christopher Pascoe | |
and defer the delay for root hubs until the host controller event thread starts, permitting some concurrency. Speeds up the boot process dramatically when you have lots of host controllers. ok dlg@ | |||
2007-03-18 | Save SOF (frame timing adjustment) before the very first host controller | Christopher Pascoe | |
reset, rather than at suspend/resume, otherwise any BIOS inserted value is lost immediately. ok dlg@ | |||
2007-03-17 | add uts(4); this was missing from the initial commit | Robert Nagy | |
2007-03-16 | uts(4) is a driver for USB Touchscreens; | Robert Nagy | |
currently the driver only support touchscreens made by eGalax and Future Technology Devices (ITM) ok deraadt@ | |||
2007-03-13 | regen | Robert Nagy | |
2007-03-13 | Add ITM Touchscreen from Future Technology Devices | Robert Nagy | |
2007-03-13 | add quirk for Sony DSC-T10, which is UFI, not SCSI. | Steven Mestdagh | |
help and ok krw@ | |||
2007-03-12 | very ugly indent | Theo de Raadt | |
2007-03-03 | sync | Theo de Raadt | |
2007-03-03 | Sirius To PC Interface is a uftdi; marco@azbsd.org | Theo de Raadt | |
2007-02-28 | sync | Theo de Raadt | |
2007-02-28 | the_t world_t would_t be_t a_t better_t place_t if_t some_t people_t did_t | Theo de Raadt | |
not_t feel_t the_t need_t to_t typedef_t everything_t | |||
2007-02-28 | sync to awk change | Theo de Raadt | |
2007-02-28 | place types needed by usbdevs_data.h, directly into that file so that it | Theo de Raadt | |
is consumable by anyone who includes it (matches idea in pcidevs) | |||
2007-02-28 | sync | Theo de Raadt | |
2007-02-28 | gmate was wrong, add something else | Theo de Raadt | |
2007-02-27 | attach AnyDATA E100H to ubsa. | Felix Kronlage | |
from netbsd, ok jsg@ | |||
2007-02-27 | regen | Felix Kronlage | |
2007-02-27 | add AnyDATA vendor id and device id for one of their modems. | Felix Kronlage | |
from netbsd, ok jsg@ | |||
2007-02-26 | Fix typo, allowing this to compile again. Committed over cdcef0 | Chris Kuethe | |
ok millert | |||
2007-02-26 | Make the buffer size more reasonable, drop packets that dont fit in buffer. | Dale Rahn | |
2007-02-24 | Add myself to copyright since I took the skeleton driver and made it complete. | Dale Rahn | |
Work around a transmit hang problem by setting a delay on transmitting back-to-back packets. Count dropped packets as input errors. Abort pipe if a watchdog occurs to clean up state better. | |||
2007-02-23 | Belkin USB to LAN -> Belkin F5D5050 | Jonathan Gray | |
2007-02-23 | regen | Jonathan Gray | |
2007-02-23 | Belkin USB to LAN -> Belkin F5D5050 | Jonathan Gray | |
2007-02-23 | Use FORCE_SHORT_XFER on tx, hardware driver doesn't use it yet, but will. | Dale Rahn | |
2007-02-23 | force usb to send a zero length packet on the end of usb packets | Dale Rahn | |
which happen to be a multple of 64 bytes, to indicate end of packet. | |||
2007-02-21 | let the Globetrotter 3G+ attach to ubsa, from Victor Meghesan through bugs@ | Felix Kronlage | |
2007-02-21 | regen | Felix Kronlage | |
2007-02-21 | usb device id for Globetrotter 3G+ from Victor Meghesan through bugs@ | Felix Kronlage | |
2007-02-19 | do not do a curproc test for interrupt context, because it is plainly wrong. | Theo de Raadt | |
this lets these work on macppc, for instance diagnosed by kettenis, but damien is not around, so ok jsg and others | |||
2007-02-18 | Add support for ShanTou ST268. | Jonathan Gray | |
Tested by Paul de Weerd. | |||
2007-02-18 | regen | Jonathan Gray | |
2007-02-18 | another udav(4) | Jonathan Gray | |
2007-02-17 | Add some additional device ids found in Linux driver. | Jonathan Gray | |
2007-02-17 | regen | Jonathan Gray | |
2007-02-17 | Add some axe(4) device ids found in Linux driver. | Jonathan Gray | |
2007-02-17 | Add some device ids found in Linux driver. | Jonathan Gray | |
2007-02-17 | regen | Jonathan Gray | |
2007-02-17 | Add some uslcom(4) ids found in Linux. | Jonathan Gray | |
2007-02-15 | Reorder endpoints so that endpoint numbers match, remove more debug. | Dale Rahn | |
2007-02-15 | Dont hang completely on watchdog. | Dale Rahn | |
2007-02-15 | It is not valid to have the input endpoint and output endpoint the same. | Dale Rahn | |
2007-02-15 | USB host is not scanning for packets if attached but cdce is not up. | Dale Rahn | |
As an initial workaround for this, do not attempt to send any packets until a packet has been recieved. | |||
2007-02-13 | USB client mode with cdce function driver is coming along, RX and TX kinda work. | Dale Rahn | |
Limitations include failing to recieve packets that are a multiple of 64 bytes and sending packets longer than 128 bytes appears to be messed up. Work in progress. | |||
2007-02-11 | Remove _KERNEL_OPT leftovers. | Miod Vallat | |
2007-02-11 | Don't enable debug spam by default. | Jonathan Gray | |
2007-02-09 | Add a bunch more zyd(4) devices | Jonathan Gray | |