summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Collapse)Author
2009-05-13Support setting a different MAC address from the one in EEPROMJonathan Gray
on newer chips now the hardware can apparently cope with it. Tested by Walter Haidinger. ok deraadt@
2009-05-12sort usb ids. i found a simpler way to keep them in sync with theDamien Bergamini
ralink linux driver.
2009-05-12add support for the sierra's Truinstlal enabled modems. (ex. Sierra 881U)Yojiro Uo
ok @jsg
2009-05-11run(4) celebrates its 98th USB ID!Damien Bergamini
2009-05-11regenDamien Bergamini
2009-05-11more RT3070 USB IDs, s/Pegasus/Pegatron/ while I'm here.Damien Bergamini
2009-05-11attach to more shits.Damien Bergamini
2009-05-11regenDamien Bergamini
2009-05-11various vendor/product ids for run(4) and otus(4).Damien Bergamini
Belkin ID for run(4) provided by robert@
2009-05-11enable USB Rx stream mode (aggregation of muliple bulk xfers in a single one).Damien Bergamini
2009-05-11better scan.Damien Bergamini
2009-05-11regen usbdevs*Yojiro Uo
2009-05-11some huawei E220 OEM devices has broken strings in the device descriptor.Yojiro Uo
to suppress broken output in dmesg, add { UQ_NO_STRINGS } flag to the device.
2009-05-10In debug mode let us know which ioctl has been requested.Marcus Glocker
2009-05-10Make inactivity screen blanking (burner) work.Marcus Glocker
2009-05-10Adjust debug level to be not that noisy by default (level 1).Marcus Glocker
2009-05-09Return -1 from unused udl_mmap() function instead of 0.Marcus Glocker
Spotted by miod@
2009-05-09Initial console device driver for USB displays based on the DisplayLinkMarcus Glocker
DL-120 / DL-160 graphic chips, using the wsdisplay(4) layer. Based on the reversed engineered specifications of Florian Echtler. The driver is disabled in GENERIC for now. Thanks to claudio@ for donating me a device and to oga@ and miod@ for giving me hints in the graphic and wsdisplay area. OK deraadt
2009-04-26in ca_attach() there is no need to set .value and .flags of sensors to 0,Constantine A. Murenin
since autoconf(9) allocates softc with M_ZERO; ok deraadt
2009-04-22sync to MECANIQUE change, and add a uftdi found there, spotted by Henrik ↵Theo de Raadt
Hellerstedt
2009-04-22vendor 0x1781 is MECANIQUE, or was, and now people who don't want to payTheo de Raadt
for an ID uses that space. It is better to name it by that name to be more clear what is going on. shrug. this story dug out by sthen
2009-04-21syncTheo de Raadt
2009-04-21new ftdi; 8U232AM4; Takanori Watanabe spotted itTheo de Raadt
2009-04-20unbreak EHCI_DEBUG - usbd_dump_pipe() is only defined if USB_DEBUG isReyk Floeter
also true. no binary change without EHCI_DEBUG. ok jsg@
2009-04-18Fix tyop.Michael Knudsen
ok mglocker
2009-04-09Remove obsolete braces around case switch.Marcus Glocker
2009-04-09regenMarcus Glocker
2009-04-09Add DisplayLink DL-120 USB graphic chip found in theMarcus Glocker
``Century Corp. Japan Plus One LCD-8000U'' device.
2009-04-06do not panic when the device is unplugged.Damien Bergamini
fix 802.11a rate set for dual-band devices (spotted by Fukaumi Naoki). + usual cleanup
2009-04-02get rid of otus_phy_write().Damien Bergamini
unobfuscate things a bit.
2009-04-02s/GWUSBMICRON/GWUSMICRON/ spotted by Fukaumi NaokiDamien Bergamini
+ sort Corega entry
2009-04-02syncDamien Bergamini
2009-04-02s/GWUSBMICRON/GWUSMICRON/Damien Bergamini
spotted by Fukaumi Naoki
2009-03-29Finally fix kernel crash (page fault) when closing bulk devices.Marcus Glocker
Help from kettenis@
2009-03-28Add a bunch more run devices.Jonathan Gray
2009-03-28regenJonathan Gray
2009-03-28Add a bunch more run devices.Jonathan Gray
2009-03-28Add quirk to support "Chen-Source CM12402 Eagle IR Cam" device, byMarcus Glocker
fixing wrong dwMaxVideoFrameSize value. As a side effect, broken devices which report dwMaxVideoFrameSize=0 today could be fixed as well. No regressions reported so far. Discussed with fgsch@. Diff from Kenji Aoyama
2009-03-27Match on EW-7717Un, EW-7718UnJonathan Gray
2009-03-27Match on Edimax EW-7318Ug, EW-7318USg, EW-7618UgJonathan Gray
2009-03-27regenJonathan Gray
2009-03-27more Edimax devicesJonathan Gray
2009-03-27Match on ASUS USB-N11Jonathan Gray
2009-03-27regenJonathan Gray
2009-03-27add ASUS USB-N11. Looks like someone got the vid/pid mixed up inJonathan Gray
the final product, verified in multiple windows drivers and linux driver provided by ASUS.
2009-03-27Sitecom WL-603 should work according to linux driverJonathan Gray
2009-03-27Linksys WUSB200 should work according to linux driverJonathan Gray
2009-03-27regenJonathan Gray
2009-03-27Sitecom WL-603 and Linksys WUSB200Jonathan Gray
2009-03-27Add a bunch of GW3887/v2 based upgt devices found in linux driver.Jonathan Gray
ok mglocker@