Age | Commit message (Expand) | Author |
2007-06-01 | Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional nor | Marc Balmer |
2007-06-01 | Remove the hci_enable now done in a higher layer. | Gordon Willem Klok |
2007-05-31 | Remove more #ifdef/#endif's that checked for other bsds. No binary | Marc Balmer |
2007-05-31 | Remove some #ifdef {Free|Net}BSD/#endif to make the code more readable. | Marc Balmer |
2007-05-31 | Add some context and call hci_enable from this new context, also add an | Gordon Willem Klok |
2007-05-31 | add Gunze USB Touch Panel support | Robert Nagy |
2007-05-31 | regen | Robert Nagy |
2007-05-31 | add Gunze USB Touch Panel | Robert Nagy |
2007-05-31 | Fix dmesg output. -moj | Mats O Jansson |
2007-05-30 | fix this for ubt.c | Gordon Willem Klok |
2007-05-30 | Drop if_ubt.c originally from freebsd and replace with ubt.c from | Gordon Willem Klok |
2007-05-29 | set UDCF_DEBUG to 1 when USB_DEBUG is defined. | Marc Balmer |
2007-05-29 | Kill some #if define(__OtherBSD__). OK dlg@ | Claudio Jeker |
2007-05-28 | sync | Tom Cosgrove |
2007-05-28 | Vendor name shouldn't be in product string; this one was mis-spelt | Tom Cosgrove |
2007-05-28 | unbreak, and remove the "goto bad's". | Felix Kronlage |
2007-05-27 | Some other missed bits. | Jonathan Gray |
2007-05-27 | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | Jonathan Gray |
2007-05-23 | %z in printf(9) is not the same as %z in printf(3). Change to %lu | Ray Lai |
2007-05-22 | A quirk is needed for the Logitech QuickCam Notebook to prevent attaching | Robert Nagy |
2007-05-22 | Support bluetooth adapter found in my MSI S270 laptop. ok deraadt@, jasper@, | Matthieu Herrb |
2007-05-22 | sync | Matthieu Herrb |
2007-05-22 | Add a second MSI bluetooth adapter. ok deraadt@ jasper@ grange@ | Matthieu Herrb |
2007-05-21 | Remove le{16,32}toh macros | Jonathan Gray |
2007-05-21 | Remove logprintf macro | Jonathan Gray |
2007-05-21 | Remove Ether_ifattach macro | Jonathan Gray |
2007-05-21 | Remove unused bswap{16,32} macros | Jonathan Gray |
2007-05-21 | Remove ifdef __otherbsd__ mess; no binary change. | Jonathan Gray |
2007-05-20 | addess -> address | Miod Vallat |
2007-05-20 | regen | Robert Nagy |
2007-05-20 | add Brother MFC 210C and Logitech QuickCam Notebook Deluxe IDs; | Robert Nagy |
2007-05-20 | Convert ehci and ucom to rwlock. | Jonathan Gray |
2007-05-18 | fix the check of wsmouse_calibcoords values and | Robert Nagy |
2007-05-14 | Convert from lockmgr to rwlock. | Jonathan Gray |
2007-05-13 | sync comment with reality | Felix Kronlage |
2007-05-08 | Make use of struct wsmouse_calibcoords and add ioctl support | Robert Nagy |
2007-05-06 | More lockmgr -> rwlock low hanging fruit. | Kenneth R Westerback |
2007-05-05 | #include <sys/lock.h> not needed. i.e. these compile fine without it. | Kenneth R Westerback |
2007-05-05 | Remove axe_rxstart() which is an uneeded leftover from the FreeBSD version. | Jonathan Gray |
2007-05-03 | Support ONDA Communication H600. | Jonathan Gray |
2007-05-03 | regen | Jonathan Gray |
2007-05-03 | ONDA Communication H600 | Jonathan Gray |
2007-04-26 | USB device lists do not need a terminating sentinel, so don't provide any; | Miod Vallat |
2007-04-25 | Add suport for printing debug information like coordinates if UTS_DEBUG | Robert Nagy |
2007-04-23 | Add an unbranded device I have, chip says its a PL-2303HX. | Jonathan Gray |
2007-04-23 | regen | Jonathan Gray |
2007-04-23 | New unbranded uplcom(4). | Jonathan Gray |
2007-04-21 | Back out last. the world is not i386. | Artur Grabowski |
2007-04-21 | Remove unused header files. | Marc Balmer |
2007-04-16 | regen | Claudio Jeker |