Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-24 | regen | Marcus Glocker | |
2009-05-24 | List product name instead chip type. | Marcus Glocker | |
2009-05-24 | regen | Stuart Henderson | |
2009-05-24 | - rename Audiovox vendor to Hyundai | Stuart Henderson | |
- add Pantech UM175 to umsm(4) from Dan Colish on tech@; ok jsg. | |||
2009-05-24 | attach to more devices. | Damien Bergamini | |
2009-05-24 | regen | Damien Bergamini | |
2009-05-24 | 10 new RT3070/RT3072 product ids. | Damien Bergamini | |
one new vendor id (Encore). | |||
2009-05-23 | match on D-Link DWA-130 rev D1 | Jonathan Gray | |
2009-05-23 | regen | Jonathan Gray | |
2009-05-23 | D-Link DWA-130 rev D1. | Jonathan Gray | |
2009-05-22 | Add Unitek Y-2240. -moj | Mats O Jansson | |
2009-05-22 | Regen. -moj | Mats O Jansson | |
2009-05-22 | Yet another udl device. -moj | Mats O Jansson | |
2009-05-21 | Add König CMP-USBVGA10. -moj | Mats O Jansson | |
2009-05-21 | Regen. -moj | Mats O Jansson | |
2009-05-21 | yet another udl device. -moj | Mats O Jansson | |
2009-05-21 | Add ForwardVideo EasyCAP008. -moj | Mats O Jansson | |
2009-05-21 | Regen. -moj | Mats O Jansson | |
2009-05-21 | Another udl device. -moj | Mats O Jansson | |
2009-05-19 | Hercules HWNU-300 is a run(4). | Damien Bergamini | |
2009-05-19 | Hercules HWNU-300 is a run(4). | Damien Bergamini | |
2009-05-18 | regen | Marcus Glocker | |
2009-05-18 | Add support for the DisplayLink USB<->DVI Adapter. | Marcus Glocker | |
2009-05-18 | fix reading from e-fuse rom (>= RT3070 only). | Damien Bergamini | |
tested by robert@ | |||
2009-05-15 | properly identify the RT3052 radio (dual-band 2T2R) in dmesg. | Damien Bergamini | |
2009-05-15 | update run(4) microcode. | Damien Bergamini | |
split it into two separate files while i'm at it since there are actually two different firmwares (one for RT2870/RT3070 and one for >=RT3071). | |||
2009-05-15 | attach to more devices; we now have 113 usb ids. | Damien Bergamini | |
2009-05-15 | regen | Damien Bergamini | |
2009-05-15 | more run(4) usb ids. | Damien Bergamini | |
one new vendor id for "Amigo Technology". | |||
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 |