| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
1220U and supported by sane
# someone should update the man page to include all the devices that
# uscanner supports.
|
|
|
|
|
|
|
|
|
|
| |
- Canon USB Scanner N676U [1]
- Canon USB Scanner N1220U [2]
PR: misc/40280 [1]
Submitted by: [1] Yasue Koichi / StarRing <starring@fscn.ne.jp>
[2] MIYAO Akio <miyao@affrc.go.jp> [FreeBSD-users-jp 74516]
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- PNY Attache Flash Drive [1]
- minolta 5400 USB scanner [2]
PR: kern/58045 [1]
kern/56496 [2]
Submitted by: [1] Rick C. Petty <rick@kiwi-computer.com>
[2] Mark Diekhans <markd@kermodei.com>
|
|
|
|
| |
Cache result of make_dev() and use it when calling destroy_dev().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
even could call VOP_REVOKE() on vnodes associated with its dev_t's
has originated, but it stops right here.
If there are things people belive destroy_dev() needs to learn how to
do, please tell me about it, preferably with a reproducible test case.
Include <sys/uio.h> in bluetooth code rather than rely on <sys/vnode.h>
to do so.
The fact that some of the USB code needs to include <sys/vnode.h>
still disturbs me greatly, but I do not have time to chase that.
|
| |
|
|
|
|
| |
Also some minor style cleanups.
|
|
|
|
|
|
| |
date: 2002/09/23 05:51:20; author: simonb;
Remove breaks after returns, unreachable returns and returns after
returns(!).
|
| |
|
|
|
|
| |
Submitted by: netchild
|
|
|
|
| |
PR: kern/53929
|
|
|
|
|
|
| |
Submitted by: Cristiano Deana <deana@bmm.it>
By way of: n_hibma
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
branches:
Initialize struct cdevsw using C99 sparse initializtion and remove
all initializations to default values.
This patch is automatically generated and has been tested by compiling
LINT with all the fields in struct cdevsw in reverse order on alpha,
sparc64 and i386.
Approved by: re(scottl)
|
|
|
|
| |
Approved by: trb
|
|
|
|
|
| |
Submitted by: Bruno Schwander <bruno@tinkerbox.org>
MFC after: 3 days
|
|
|
|
| |
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
|
|
|
|
|
| |
Submitted by: Michael Lestinsky <michael@lestinsky.de>
MFC After: 3 days
|
|
|
|
| |
Requested by: imp
|
|
|
|
|
|
| |
debugging levels to off by default. Now that debug levels can be
tweaked by sysctl we don't need to go through hoops to get the
different usb parts to produce debug data.
|
|
|
|
|
|
| |
sysctl tree for tweaking them real-time.
Reviewed by: iedowse
|
|
|
|
|
|
| |
some trailing spaces whilst I'm here.
Obtained from: NetBSD.
|
|
|
|
| |
Obtained from: OpenBSD (via NetBSD)
|
|
|
|
| |
the cdev switch.
|
|
|
|
| |
PR: kern/34783
|
|
|
|
|
| |
compile it in on FreeBSD-current, but does in all other cases
(-stable, NetBSD, OpenBSD, etc).
|
|
|
|
| |
re-added during a recent NetBSD merge.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add lots of new scanner devices:
AGFA SNAPSCAN1236U
AGFA SNAPSCANE40
AGFA SNAPSCANE50
AGFA SNAPSCANE20
AGFA SNAPSCANE25
AGFA SNAPSCANE26
AGFA SNAPSCANE52
CANON N656U
HP 3400CSE
SCANLOGIC 336CX
MUSTEK BEARPAW1200F
MUSTEK 600USB
MUSTEK 1200USBPLUS
NATIONAL BEARPAW2400
EPSON 640U
EPSON 1650
EPSON GT9700F
UMAX ASTRA3400
ULTIMA 1200UBPLUS
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Original NetBSD log messages are:
----------------------------
revision 1.23
date: 2001/12/12 15:48:18; author: augustss; lines: +132 -114
Add a scanner quirk for keeping the pipes open between device opening.
Idea from Enami.
----------------------------
revision 1.22
date: 2001/12/03 01:47:13; author: augustss; lines: +8 -16
Handle vendor/product lookup with a common routine.
----------------------------
revision 1.21
date: 2001/12/01 09:42:39; author: enami; lines: +4 -4
Shorten wmesg so that they can be distinguished in ps/top output.
----------------------------
revision 1.12
date: 2001/01/23 14:04:14; author: augustss; lines: +7 -1
Make sure driver attach/detach events are generated in a
consistent manner.
----------------------------
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
|
| |
|
|
|
|
| |
to hide the distinction between struct proc and struct thread.
|
|
|
|
| |
Submitted by: "Ilmar S. Habibulin" <ilmar@watson.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note ALL MODULES MUST BE RECOMPILED
make the kernel aware that there are smaller units of scheduling than the
process. (but only allow one thread per process at this time).
This is functionally equivalent to teh previousl -current except
that there is a thread associated with each process.
Sorry john! (your next MFC will be a doosie!)
Reviewed by: peter@freebsd.org, dillon@freebsd.org
X-MFC after: ha ha ha ha
|
|
|
|
| |
Submitted by: Ernst de Haan <ernst@jollem.com>
|
|
|
|
| |
National BearPaw 1200 has changed name USB_PRODUCT_NATIONAL_BEARPAW1200.
|
| |
|
|
|
|
|
|
|
| |
Epson Perfection 1240U scanner.
PR: 25565
Submitted by: Martin Machacek <m@m3a.cz>
|
|
|
|
| |
the bit-bucket.
|
| |
|
|
|
|
| |
Change the ID in if_aue.c to match the new name in usbdevs.h.
|
| |
|
|
|
|
| |
Submitted by: Chris Shenton <chris@shenton.org>
|
|
|
|
| |
Reported by: phk
|
|
|
|
| |
Make set_config(1) print warning message if it fails.
|
| |
|
| |
|
|
|