Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-13 | Support setting a different MAC address from the one in EEPROM | Jonathan Gray | |
on newer chips now the hardware can apparently cope with it. Tested by Walter Haidinger. ok deraadt@ | |||
2009-05-12 | sort usb ids. i found a simpler way to keep them in sync with the | Damien Bergamini | |
ralink linux driver. | |||
2009-05-12 | add support for the sierra's Truinstlal enabled modems. (ex. Sierra 881U) | Yojiro Uo | |
ok @jsg | |||
2009-05-11 | run(4) celebrates its 98th USB ID! | Damien Bergamini | |
2009-05-11 | regen | Damien Bergamini | |
2009-05-11 | more RT3070 USB IDs, s/Pegasus/Pegatron/ while I'm here. | Damien Bergamini | |
2009-05-11 | attach to more shits. | Damien Bergamini | |
2009-05-11 | regen | Damien Bergamini | |
2009-05-11 | various vendor/product ids for run(4) and otus(4). | Damien Bergamini | |
Belkin ID for run(4) provided by robert@ | |||
2009-05-11 | enable USB Rx stream mode (aggregation of muliple bulk xfers in a single one). | Damien Bergamini | |
2009-05-11 | better scan. | Damien Bergamini | |
2009-05-11 | regen usbdevs* | Yojiro Uo | |
2009-05-11 | some 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-10 | In debug mode let us know which ioctl has been requested. | Marcus Glocker | |
2009-05-10 | Make inactivity screen blanking (burner) work. | Marcus Glocker | |
2009-05-10 | Adjust debug level to be not that noisy by default (level 1). | Marcus Glocker | |
2009-05-09 | Return -1 from unused udl_mmap() function instead of 0. | Marcus Glocker | |
Spotted by miod@ | |||
2009-05-09 | Initial console device driver for USB displays based on the DisplayLink | Marcus 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-26 | in 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-22 | sync to MECANIQUE change, and add a uftdi found there, spotted by Henrik ↵ | Theo de Raadt | |
Hellerstedt | |||
2009-04-22 | vendor 0x1781 is MECANIQUE, or was, and now people who don't want to pay | Theo 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-21 | sync | Theo de Raadt | |
2009-04-21 | new ftdi; 8U232AM4; Takanori Watanabe spotted it | Theo de Raadt | |
2009-04-20 | unbreak EHCI_DEBUG - usbd_dump_pipe() is only defined if USB_DEBUG is | Reyk Floeter | |
also true. no binary change without EHCI_DEBUG. ok jsg@ | |||
2009-04-18 | Fix tyop. | Michael Knudsen | |
ok mglocker | |||
2009-04-09 | Remove obsolete braces around case switch. | Marcus Glocker | |
2009-04-09 | regen | Marcus Glocker | |
2009-04-09 | Add DisplayLink DL-120 USB graphic chip found in the | Marcus Glocker | |
``Century Corp. Japan Plus One LCD-8000U'' device. | |||
2009-04-06 | do 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-02 | get rid of otus_phy_write(). | Damien Bergamini | |
unobfuscate things a bit. | |||
2009-04-02 | s/GWUSBMICRON/GWUSMICRON/ spotted by Fukaumi Naoki | Damien Bergamini | |
+ sort Corega entry | |||
2009-04-02 | sync | Damien Bergamini | |
2009-04-02 | s/GWUSBMICRON/GWUSMICRON/ | Damien Bergamini | |
spotted by Fukaumi Naoki | |||
2009-03-29 | Finally fix kernel crash (page fault) when closing bulk devices. | Marcus Glocker | |
Help from kettenis@ | |||
2009-03-28 | Add a bunch more run devices. | Jonathan Gray | |
2009-03-28 | regen | Jonathan Gray | |
2009-03-28 | Add a bunch more run devices. | Jonathan Gray | |
2009-03-28 | Add quirk to support "Chen-Source CM12402 Eagle IR Cam" device, by | Marcus 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-27 | Match on EW-7717Un, EW-7718Un | Jonathan Gray | |
2009-03-27 | Match on Edimax EW-7318Ug, EW-7318USg, EW-7618Ug | Jonathan Gray | |
2009-03-27 | regen | Jonathan Gray | |
2009-03-27 | more Edimax devices | Jonathan Gray | |
2009-03-27 | Match on ASUS USB-N11 | Jonathan Gray | |
2009-03-27 | regen | Jonathan Gray | |
2009-03-27 | add ASUS USB-N11. Looks like someone got the vid/pid mixed up in | Jonathan Gray | |
the final product, verified in multiple windows drivers and linux driver provided by ASUS. | |||
2009-03-27 | Sitecom WL-603 should work according to linux driver | Jonathan Gray | |
2009-03-27 | Linksys WUSB200 should work according to linux driver | Jonathan Gray | |
2009-03-27 | regen | Jonathan Gray | |
2009-03-27 | Sitecom WL-603 and Linksys WUSB200 | Jonathan Gray | |
2009-03-27 | Add a bunch of GW3887/v2 based upgt devices found in linux driver. | Jonathan Gray | |
ok mglocker@ |