Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-19 | Remove more splbio/splx pairs from around scsi_done() calls. | Kenneth R Westerback | |
From Matthew Dempsky. | |||
2010-06-15 | various Huawei 3g devices share a usb id, some of them need DEV_UMASS5 for ↵ | Felix Kronlage | |
proper initialization, old ones still work with DEV_UMASS5 as well. This enables a whole bunch of newer huawei devices to work. Also reported on misc@ by David Zeillinger. discussed with jsg@ and mpf@ ok mpf@ | |||
2010-06-14 | attach CNU-680 to umsm(4) | Felix Kronlage | |
ok jsg@ | |||
2010-06-14 | regen after adding CNU-680 | Felix Kronlage | |
2010-06-14 | add usb device id for edvo device CNU-680 | Felix Kronlage | |
ok jsg@ | |||
2010-06-06 | Use usb_lookup() instead of rolling our own. ok armani@ fabien@ | Miod Vallat | |
2010-06-05 | 'operational' takes a single 'n' | Damien Bergamini | |
2010-06-01 | regen | Marcus Glocker | |
2010-06-01 | Add ``StarTech CONV-USB2DVI'' udl device. | Marcus Glocker | |
From Bryan Vyhmeister | |||
2010-05-20 | add mode change command to support ZTE 3G modem (MF633 etc) | Yojiro Uo | |
ok jsg@ | |||
2010-05-20 | regen | Yojiro Uo | |
2010-05-20 | add ZTE633 (3G modem) etc | Yojiro Uo | |
ok jsg@ | |||
2010-05-20 | New scsi code seems to be stable. Pluck previously identified | Kenneth R Westerback | |
low-hanging splbio/splx pairs that are no longer needed and see if this reveals any hidden scsi flaws. ok dlg@ | |||
2010-05-05 | regen | Damien Bergamini | |
2010-05-05 | USB Id for Atheros AR3011 bluetooth adapter. | Damien Bergamini | |
A firmware must be loaded into the device to enable it though. | |||
2010-05-01 | put the read macros into functions so gcc4 doesn't whinge. | Jonathan Gray | |
ok marco@ oga@ miod@ | |||
2010-04-29 | - add another run, from markus bergkvist | Jasper Lievisse Adriaanse | |
2010-04-29 | - add another run, from markus bergkvist | Jasper Lievisse Adriaanse | |
2010-04-27 | Add a couple more frames in order to support the latest logitech pro 9000 | Marco Peereboom | |
webcam. ok mglocker | |||
2010-04-27 | spacing | Marco Peereboom | |
2010-04-26 | sync | Stephan A. Rickauer | |
2010-04-26 | add Logitech Webcam C500, ok sthen@ | Stephan A. Rickauer | |
2010-04-25 | Novatel MC760 bits from Ted Roby <ted.roby@gmail.com>. | Jonathan Gray | |
2010-04-25 | regen | Jonathan Gray | |
2010-04-25 | Novatel MC760 ids from Ted Roby <ted.roby@gmail.com> | Jonathan Gray | |
2010-04-22 | Don't include sysctl.h, and remove an unused struct from the softc. | Stuart Henderson | |
ok deraadt@ | |||
2010-04-22 | Remove unused sysctl.h include. Inspired by claudio's commit the other day. | Michael Knudsen | |
ok sthen | |||
2010-04-21 | sys/sysctl.h is not needed here. OK deraadt@ | Claudio Jeker | |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst | |
sysctl.h was reliant on this particular include, and many drivers included sysctl.h unnecessarily. remove sysctl.h or add proc.h as needed. ok deraadt | |||
2010-04-20 | some misc cleanup of dmesg | Theo de Raadt | |
2010-04-20 | start the sensors off invalid... ok yuo | Theo de Raadt | |
2010-04-17 | sync | Mark Kettenis | |
2010-04-17 | Add Sitecom WL-349 v1. | Mark Kettenis | |
2010-04-16 | sync | Mark Kettenis | |
2010-04-16 | Add ID for Sitecom WL-353. | Mark Kettenis | |
2010-04-16 | fix condition of retry counter. | Yojiro Uo | |
reported by enami-san | |||
2010-04-15 | new Hawking run(4) ids | Damien Bergamini | |
from Linux | |||
2010-04-15 | new Hawking run(4) ids. | Damien Bergamini | |
from Linux | |||
2010-04-15 | spacing | Theo de Raadt | |
2010-04-15 | add yet another TEMPerHUM device identifier. | Yojiro Uo | |
Reported by naddy@ | |||
2010-04-15 | use SENSOR_HUMIDITY instead of SENSOR_PERCENT. | Yojiro Uo | |
support new TEMPer sensors: TEMPer, TEMPer1, TEMPer2, TEMPerNTC ok jsg@, deraadt@ | |||
2010-04-15 | use SENSOR_HUMIDITY instead of SENSOR_PERCENT. | Yojiro Uo | |
and add LED blink routine. ok jsg@, deraadt@ | |||
2010-04-14 | clean Sitecom run(4) ids. | Damien Bergamini | |
use real product names, add some ids, remove some ids that never made it into production. | |||
2010-04-14 | clean Sitecom run(4) ids. | Damien Bergamini | |
use real product names, add some ids, remove some ids that never made it into production. | |||
2010-04-14 | more otus(4) ids | Damien Bergamini | |
2010-04-14 | more otus(4) ids | Damien Bergamini | |
2010-04-14 | sync | Kevin Lo | |
2010-04-14 | add support for Quanta Q101. | Kevin Lo | |
ok jsg@ | |||
2010-04-12 | Enable transparent console cursor by adding a driver internal character | Marcus Glocker | |
backing store. | |||
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst | |
a process instead of using curproc. ok deraadt |