summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2009-08-06Make ucycomstart use usbd_setup_xfer and a callback so that it doesn'tskrll
2009-08-02add Melco(Buffalo) WLI-UC-G 11b/11g wifi adaptor (rt2573).tshiozak
2009-08-02regen.tshiozak
2009-08-02add Melco(Buffalo) WLI-UC-G 11b/11g wifi adaptor (rt2573)tshiozak
2009-07-30typo in comment.skrll
2009-07-29Without UQ_ASSUME_CM_OVER_DATA, the PANTECH UM175 has ajakllsch
2009-07-29Regenerate.jakllsch
2009-07-29Add entries for some Hyundai CuriTel (Audiovox, Pantech) products, from OpenBSD.jakllsch
2009-07-27Wrap ehcidebug in EHCI_DEBUG, not USB_DEBUG.sketch
2009-07-24spaces to tab.skrll
2009-07-24Remove trailing whitespaceskrll
2009-07-24Wrap some long lines.skrll
2009-07-11Fix WSKBD_RAW mode ukbd -> pckbd translation for Pause/Break andjakllsch
2009-06-28regen.mbalmer
2009-06-28Add some vendor/product IDs for radio clocks.mbalmer
2009-06-26Use &zn->ni instead of (struct ieee80211_node *)zn because it isdyoung
2009-06-26Compilable, untested fix to zyd(4) lossage reported by Matthias-Christiandyoung
2009-06-26Expand more macros from usb_port.h.dyoung
2009-06-26Expand several definitions from usb_port.h.dyoung
2009-06-19port the MOSCHIP MCS7703 driver from openbsd, based on changes betweenmrg
2009-06-19regenerate for new MOSCHIP devices.mrg
2009-06-19add a couple of MOSCHIP usb serial devices.mrg
2009-06-16Use device_t instead of device_ptr_t. Stop using USB_MATCH() anddyoung
2009-05-29add missing NetBSD RCS ID tagsplunky
2009-05-25add VID 0x6011 case to match FT4232H chip.nisimura
2009-05-25regen to sync with new usbdevs file.nisimura
2009-05-25add VID 0x6011 for FT4232H quad channel chip.nisimura
2009-05-24- detect FTDI chiptype from bcdDevice field to determine the number ofnisimura
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-05-02Correct previous: detaching uhubN makes the bus pointer NULLmartin
2009-05-02If we are unlucky, during detach of child devices, after a uhub has detached,martin
2009-04-24Add Microchip PICkit 1 to HID blacklist.jakllsch
2009-04-24regen.jakllsch
2009-04-24Add Microchip Technology vendor ID and two PICkit device IDs thereof.jakllsch
2009-04-21Regen.cube
2009-04-21Add a number of products that use Realtek's RTL8187 802.11 chip.cube
2009-04-21Add support for USB serial adapter REX-USB60F which I tested.taca
2009-04-21Regen.taca
2009-04-21Add product id for RATOC USB serial adapter REX-USB60F.taca
2009-04-19In this case "XXX free other data structures XXX" includes stopping andad
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-04-18Initialize callout and lists before we check for errors.cegger
2009-04-07Detach uhub(4) and usb(4) at shutdown.dyoung
2009-03-20Putting a device into the unconfigured state by an ioctl seems legitimate,drochner
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-17Expand a lot of macros from sys/dev/usb/usb_port.h.dyoung
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-09These don't need <sys/tty.h>.uebayasi