| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
'RELENG_4_7_0_RELEASE'.
This commit was manufactured to restore the state of the 4.7-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
|
| |
|
|
| |
Notes:
svn path=/releng/4.7/; revision=104537
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
stead of after
2) Honour NO_TEST_UNIT_READY quirk for atapi devices as well
3) Actually support FujiFilm FinePix 6800 camera's. Will very likely also
work for other FinePix models.
4) Enable ATAPI support for umass devices.
Reviewed by: joe@frebsd.org
Approved by: re@freebsd.org
Notes:
svn path=/stable/4/; revision=103001
|
| |
|
|
|
|
|
| |
PR: kern/42098
Notes:
svn path=/stable/4/; revision=102512
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=102485
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=102484
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=102355
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=102059
|
| |
|
|
|
|
|
|
| |
tree and populate it with the debug variables for the different usb
drivers when USB_DEBUG is defined as a kernel option.
Notes:
svn path=/stable/4/; revision=101734
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=101730
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=101575
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=101542
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=101541
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=101522
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=101300
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=100699
|
| |
|
|
|
|
|
| |
Submitted by:nsayer
Notes:
svn path=/stable/4/; revision=100698
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=99674
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=99673
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=98340
|
| |
|
|
|
|
|
| |
more sensible.
Notes:
svn path=/stable/4/; revision=95727
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=94758
|
| |
|
|
|
|
|
| |
Approved by: joe
Notes:
svn path=/stable/4/; revision=94705
|
| |
|
|
|
|
|
| |
Approved by: joe
Notes:
svn path=/stable/4/; revision=94704
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=94195
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=94194
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=94193
|
| |
|
|
|
|
|
| |
Submitted by: David Yeske <dyeske@yahoo.com>
Notes:
svn path=/stable/4/; revision=91611
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=91610
|
| |
|
|
|
|
|
|
| |
many reports of brokenness; it must be broken in -current too, so
we'll solve the problem there first.
Notes:
svn path=/stable/4/; revision=91488
|
| |
|
|
|
|
|
| |
In ulpt_reset() req.bmRequestType was unitialized, fix it.
Notes:
svn path=/stable/4/; revision=91269
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=91197
|
| |
|
|
|
|
|
|
|
| |
Most notably:
* Match printers that report their interface as IEEE 1284 in addition to
bidirectional.
Notes:
svn path=/stable/4/; revision=90704
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=90650
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=90649
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=90647
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add a scanner quirk for keeping the pipes open between device opening.
* Shorten wmesg so that they can be distinguished in ps/top output.
* Add lots of new scanner devices:
AGFA SNAPSCAN1236U
AGFA SNAPSCANE20
AGFA SNAPSCANE25
AGFA SNAPSCANE26
AGFA SNAPSCANE40
AGFA SNAPSCANE50
AGFA SNAPSCANE52
CANON N656U
EPSON 1650
EPSON 640U
EPSON GT9700F
HP 3400CSE
MUSTEK 1200USBPLUS
MUSTEK 600USB
MUSTEK BEARPAW1200F
NATIONAL BEARPAW2400
SCANLOGIC 336CX
ULTIMA 1200UBPLUS
UMAX ASTRA3400
Notes:
svn path=/stable/4/; revision=90646
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=90645
|
| |
|
|
|
|
|
|
|
|
| |
Sync with NetBSD's version, dropping all the 'ltd', 'corp', etc.
Add some missing usb vendors.
Update comments and product ideas so that they're the same as
NetBSD's defintions.
Notes:
svn path=/stable/4/; revision=90432
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=90173
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
uhid.c rev 1.37
usbdi_util.c rev 1.19
date: 2001/06/30 10:57:37; author: n_hibma; state: Exp;
Don't free memory that has been freed already.
Null the pointer after freeing the memory.
PR: 27370
Submitted by: Alec Barea <alec@barea.org>
MFC after: 5 days
PR: i386/34352
Notes:
svn path=/stable/4/; revision=89982
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=88867
|
| |
|
|
|
|
|
| |
Approved by: re (murray)
Notes:
svn path=/stable/4/; revision=88866
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=87996
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=87656
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=87614
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=87612
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=87453
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=87449
|
| |
|
|
|
|
|
|
| |
on how to regenerate usbdevs* files. This brings usbdevs into sync
with -current.
Notes:
svn path=/stable/4/; revision=87448
|