summaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.7.0_cvscvs2svn2002-10-0856-60/+60
| | | | | | | '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.
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_7'.cvs2svn2002-10-052-440/+0
| | | | Notes: svn path=/releng/4.7/; revision=104537
* MFC 1.52: 1) Fix a debug statement by filling in its data before the printf inGuido van Rooij2002-09-061-8/+72
| | | | | | | | | | | | | | 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
* MFC: Add some more ethernet adapters. (Elecom LDUSBLTX + Iodata USBETTXS)Josef Karthauser2002-08-281-0/+2
| | | | | | | PR: kern/42098 Notes: svn path=/stable/4/; revision=102512
* RegenJosef Karthauser2002-08-272-0/+7
| | | | Notes: svn path=/stable/4/; revision=102485
* MFC: add support for the Palm m515.Josef Karthauser2002-08-272-0/+2
| | | | Notes: svn path=/stable/4/; revision=102484
* Partial MFC: Update quirk tags to -current to pave the way for uaudio.Nick Sayer2002-08-242-3/+5
| | | | Notes: svn path=/stable/4/; revision=102355
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-08-181-0/+348
| | | | Notes: svn path=/stable/4/; revision=102059
* MFC: Make debugging the usb stack easier. Introduce a hw.usb sysctlJosef Karthauser2002-08-1216-102/+143
| | | | | | | | 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
* MFC: add ID for Luwen EasyDisk USB flash memory drive.Maxim Sobolev2002-08-123-2/+22
| | | | Notes: svn path=/stable/4/; revision=101730
* Correctly port this from -current!Josef Karthauser2002-08-091-10/+2
| | | | Notes: svn path=/stable/4/; revision=101575
* RegenJosef Karthauser2002-08-082-2/+37
| | | | Notes: svn path=/stable/4/; revision=101542
* MFC: Bring usb serial support into -stable.Josef Karthauser2002-08-081-0/+5
| | | | Notes: svn path=/stable/4/; revision=101541
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-08-084-0/+3350
| | | | Notes: svn path=/stable/4/; revision=101522
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-08-041-0/+183
| | | | Notes: svn path=/stable/4/; revision=101300
* MFC and Regen.Takanori Watanabe2002-07-262-19/+144
| | | | Notes: svn path=/stable/4/; revision=100699
* MFC: sync with 1.94Takanori Watanabe2002-07-261-6/+29
| | | | | | | Submitted by:nsayer Notes: svn path=/stable/4/; revision=100698
* Regen for SMC 2206USB/ETH EZ Connect adapter.Josef Karthauser2002-07-092-2/+9
| | | | Notes: svn path=/stable/4/; revision=99674
* MFC: Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II)Josef Karthauser2002-07-092-0/+2
| | | | Notes: svn path=/stable/4/; revision=99673
* MFC: change ID strings for DaisyTech devices.Maxim Sobolev2002-06-173-5/+5
| | | | Notes: svn path=/stable/4/; revision=98340
* MFC: rev.1.89 of usbdevs - change Device ID string for DaisyTech devices to beMaxim Sobolev2002-04-293-3/+3
| | | | | | | more sensible. Notes: svn path=/stable/4/; revision=95727
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-04-151-0/+92
| | | | Notes: svn path=/stable/4/; revision=94758
* MFC: More usb ethernet devices from NetBSD.Will Andrews2002-04-153-21/+273
| | | | | | | Approved by: joe Notes: svn path=/stable/4/; revision=94705
* MFC: r1.79->r1.80, add more USB ethernet devices from NetBSD.Will Andrews2002-04-151-1/+36
| | | | | | | Approved by: joe Notes: svn path=/stable/4/; revision=94704
* Regenerate.Josef Karthauser2002-04-082-58/+79
| | | | Notes: svn path=/stable/4/; revision=94195
* MFC: Restore the correct order.Josef Karthauser2002-04-081-15/+15
| | | | Notes: svn path=/stable/4/; revision=94194
* MFC: Add a couple of HP printers.Josef Karthauser2002-04-081-1/+4
| | | | Notes: svn path=/stable/4/; revision=94193
* MFC: USB FM Radio SupportAlfred Perlstein2002-03-042-3/+5
| | | | | | | Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/stable/4/; revision=91611
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-03-042-0/+524
| | | | Notes: svn path=/stable/4/; revision=91610
* Backout revs 1.26.2.7 and 1.26.2.8 for the time being. There areJosef Karthauser2002-02-281-216/+84
| | | | | | | | 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
* MFC: revision 1.42Josef Karthauser2002-02-261-0/+1
| | | | | | | In ulpt_reset() req.bmRequestType was unitialized, fix it. Notes: svn path=/stable/4/; revision=91269
* MFC: USB structure rename.Alfred Perlstein2002-02-246-122/+122
| | | | Notes: svn path=/stable/4/; revision=91197
* MFC: Update the ulpt driver with enhancements from -current.Josef Karthauser2002-02-154-84/+226
| | | | | | | | | Most notably: * Match printers that report their interface as IEEE 1284 in addition to bidirectional. Notes: svn path=/stable/4/; revision=90704
* Regenerate.Josef Karthauser2002-02-142-2/+9
| | | | Notes: svn path=/stable/4/; revision=90650
* MFC: Support the HP 5400C scanner.Josef Karthauser2002-02-142-1/+3
| | | | Notes: svn path=/stable/4/; revision=90649
* Regenerate.Josef Karthauser2002-02-142-503/+643
| | | | Notes: svn path=/stable/4/; revision=90647
* MFC:Josef Karthauser2002-02-143-110/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* MFC: Add a subroutine to search for a vendor/product pair.Josef Karthauser2002-02-142-0/+25
| | | | Notes: svn path=/stable/4/; revision=90645
* MFC: revs 1.73 - 1.76Josef Karthauser2002-02-091-152/+168
| | | | | | | | | | 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
* MFC: add support for PhotoClip USB Camera.Maxim Sobolev2002-02-043-0/+20
| | | | Notes: svn path=/stable/4/; revision=90173
* MFC:Josef Karthauser2002-01-302-2/+1
| | | | | | | | | | | | | | | | | | 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
* Regenerate.Josef Karthauser2002-01-042-0/+7
| | | | Notes: svn path=/stable/4/; revision=88867
* MFC: USB_PRODUCT_LINKSYS_USB10TX2 (0x400b).Josef Karthauser2002-01-042-0/+2
| | | | | | | Approved by: re (murray) Notes: svn path=/stable/4/; revision=88866
* MFC: add DIVA USB mp3 player.Maxim Sobolev2001-12-153-0/+8
| | | | Notes: svn path=/stable/4/; revision=87996
* MFC: Support MELCO LUA2-TX USB ethernet adaptor.Munechika SUMIKAWA2001-12-112-29/+45
| | | | Notes: svn path=/stable/4/; revision=87656
* Regen from usbdevs rev 1.11.2.14: added some AGFA scannersSheldon Hearn2001-12-102-2/+51
| | | | Notes: svn path=/stable/4/; revision=87614
* MFC rev 1.70: add some AGFA scannersSheldon Hearn2001-12-101-0/+7
| | | | Notes: svn path=/stable/4/; revision=87612
* MFC: 1.45; add support for the Olympus C-1 digital camera.Ian Dowse2001-12-061-0/+17
| | | | Notes: svn path=/stable/4/; revision=87453
* Regen.Ian Dowse2001-12-062-80/+457
| | | | Notes: svn path=/stable/4/; revision=87449
* MFC: revisions 1.61 through 1.69; add various IDs and also a commentIan Dowse2001-12-061-29/+106
| | | | | | | | on how to regenerate usbdevs* files. This brings usbdevs into sync with -current. Notes: svn path=/stable/4/; revision=87448