summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2005-11-28Add a new match level, UMATCH_HIGHEST.augustss
2005-11-23Make this compile if UHID_DEBUG is not defined.tron
2005-11-23If a mouse has both a wheel and a Z direction we report both.augustss
2005-11-23Look for a wheel before looking for a Z dir. This makes Apple'saugustss
2005-11-23Normally a ugen device only attaches if no other driver wants the device.augustss
2005-11-21Make the unused ehci_dump() function non-static.augustss
2005-11-20Add some definitions for the extended capability registers.augustss
2005-11-20Keep a flag for each port that keeps track of if the port has been resetaugustss
2005-11-19Adapt to new net80211(9).skrll
2005-11-18Regen.hira
2005-11-18Correct entry of vendor ID 0x0d8c. It's C-Media, not ABC.hira
2005-11-17Regen.hira
2005-11-17Correct product ID of Buffalo WLI-U2-KG54-AI.hira
2005-11-14Make it possible to decide endianess dynamically. From port-evbmips/31912augustss
2005-11-13Fix a long standing typo noticed by Alex Pivovarov on PR/32061.rpaulo
2005-11-10Abuse types a little less.augustss
2005-11-10Apply big endian fixes submitted by Garrett D'Amore in PR kern/32032.tron
2005-10-29regenrpaulo
2005-10-29Add Creative Labs's Notebook Optical Mouse.rpaulo
2005-10-20If an unknown endpoint is found, ignore it, rather than abort attach.itohy
2005-10-09Match ELECOM UC-SGT0.sekiya
2005-09-24Tweak to make sure the enum size is not affecteditohy
2005-09-24The ukyopon device doesn't notify the DCD (Data Carrier Detect) status.itohy
2005-09-24Use ukyopon port type (UKYOPON_PORT_*) for "portno" locator of ucom(4) driver,itohy
2005-09-23Remove duplicated "portno %d" from the attach message.itohy
2005-09-22umass_scsipi_sense_cb(): don't set XS_STS_DONE in xs->xs_status;nathanw
2005-09-21Third version of the DiskOnKey chip needs the same trick as the two others.cube
2005-09-21usbd_setup_pipe(): Don't call usbd_clear_endpoint_stall(). It's notnathanw
2005-09-16Match my Zonet ZEW2500Pjmcneill
2005-09-16Additional usbdevs entry for Ralink; found on my Zonet ZEW2500Pjmcneill
2005-09-11Regen.augustss
2005-09-11Add Apple's Mighty Mouse.augustss
2005-09-10Regen (DiskOnChip 0x0012).cube
2005-09-10Add a DiskOnKey revision.cube
2005-09-09Allow a NULL pointer as argument to usb_get_next_event(), and don'tdrochner
2005-09-07add SiS id 0x0457dogcow
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-09-01Complete the attach message - there is nothing interesting to report.skrll
2005-08-28Minor cosmetic change.augustss
2005-08-26s/locdesc_t/int/gdrochner
2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner
2005-08-16make the packets fed to BPF reflect reality better:drochner
2005-08-16PR/31000: FUKAUMI Naoki: 2 bugs in ral driver:christos
2005-08-14Add some Roland devices. From kern/30986, DHOYASHIKI Shinichi.augustss
2005-08-14Regen.augustss
2005-08-14Add some Roland devices. From kern/30986, DHOYASHIKI Shinichi.augustss
2005-08-13Back out the "it is not completely clear" part of revision 1.37 - itmartin
2005-08-13Support more than 7 buttons for USB mice. Patch from kern/30248jmcneill
2005-08-05+#include <sys/device.h>skrll
2005-08-03Regen.augustss