aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_3'.cvs2svn2001-04-211-58/+0
| | | | Notes: svn path=/releng/4.3/; revision=75750
* -stable specific work-around to unbreak support for this device.Jordan K. Hubbard2001-03-061-0/+12
| | | | | | | Submitted by: cp Notes: svn path=/stable/4/; revision=73859
* MFC: rev 1.38; Add USB_PRODUCT_MELCO_LUATX5 device ID.Peter Wemm2001-03-051-0/+1
| | | | Notes: svn path=/stable/4/; revision=73567
* MFC: add KINGSTON KNU101TX device id. (already in usbdevs)Peter Wemm2001-02-271-0/+1
| | | | Notes: svn path=/stable/4/; revision=73154
* MFC: sync kq up to current (extend to device layer, plus other fixes)Jonathan Lemon2001-02-261-2/+3
| | | | Notes: svn path=/stable/4/; revision=73061
* MFC r.1.28: device_resume should be connected to bus_generic_resume notNick Hibma2001-01-181-2/+2
| | | | | | | *_suspend. Notes: svn path=/stable/4/; revision=71203
* MFC:Nick Hibma2001-01-071-65/+16
| | | | | | | K&R -> ANSI Notes: svn path=/stable/4/; revision=70760
* MFC r.1.45.Nick Hibma2001-01-071-12/+179
| | | | | | | | | Implement basic support for isochronous transfers. From NetBSD. Submitted by: Christopher Masto <chris@netmonger.net> Notes: svn path=/stable/4/; revision=70757
* MFC:Nick Hibma2001-01-063-14/+21
| | | | | | | Re-enable the setting of the CM over Data mode. Notes: svn path=/stable/4/; revision=70733
* MFC:Nick Hibma2001-01-061-4/+14
| | | | | | | | | Bring the uscanner driver up to date with the changes up to r1.10 Add the ID for the Epson 1640 Set the configuration to 1 not 0. Notes: svn path=/stable/4/; revision=70731
* MFC:Nick Hibma2001-01-063-20/+140
| | | | | | | | Regen. after MFC. Adjust one id in if_aue.c. Notes: svn path=/stable/4/; revision=70730
* MFC:Nick Hibma2001-01-061-5/+29
| | | | | | | rev.1.45 Notes: svn path=/stable/4/; revision=70729
* MFC:Nick Hibma2001-01-062-0/+9
| | | | | | | | | | | | | Avoid panicing when UMASS_DEBUG is set. rev.1.37 umass.c rev.1.34 usb_port.h PR: 24044 Submitted by: Mike Bristow <mike@urgle.com> Notes: svn path=/stable/4/; revision=70728
* MFC: r1.33 Fix panic that can occur when device detaches whileIan Dowse2001-01-061-0/+5
| | | | | | | | | sleeping in ulptopen. Reviewed by: n_hibma Notes: svn path=/stable/4/; revision=70712
* MFC: Close PR #21078: fix multicast filter programming on the PegasusBill Paul2000-11-011-1/+1
| | | | | | | USB ethernet controller Notes: svn path=/stable/4/; revision=68190
* MFC: bugfix: cut&paste errorNick Hibma2000-11-011-1/+1
| | | | | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Notes: svn path=/stable/4/; revision=68139
* MFC: Remove the use of the __P() macroNick Hibma2000-10-3116-579/+464
| | | | Notes: svn path=/stable/4/; revision=68126
* MFC: Make sure usb_hid_descriptor_t is packed.Nick Hibma2000-10-311-2/+34
| | | | | | | Add some more defines for HID descriptor decoding. Notes: svn path=/stable/4/; revision=68123
* MFC: Add some extra defines for signals.Nick Hibma2000-10-311-0/+9
| | | | Notes: svn path=/stable/4/; revision=68122
* MFC: Additional defines for constantsNick Hibma2000-10-312-31/+61
| | | | | | | | | | | Update the product name also if the product string is not defined in the device. Make the routines less noisy Add the possibility for unconfiguring the device. Comment the code. Notes: svn path=/stable/4/; revision=68120
* MFC: The driver for the 3Com 5605 USB modem.Nick Hibma2000-10-311-25/+1121
| | | | Notes: svn path=/stable/4/; revision=68119
* MFC: Remove unnecessary includes and remove use of __P() macros.Nick Hibma2000-10-311-8/+6
| | | | Notes: svn path=/stable/4/; revision=68115
* MFC: Make the hub more lenient towards devices that disconnect themselvesNick Hibma2000-10-311-23/+15
| | | | | | | once in a while. Also convert source to ANSI. Notes: svn path=/stable/4/; revision=68113
* MFC: Remove an unused include. Also convert source to ANSINick Hibma2000-10-311-7/+6
| | | | Notes: svn path=/stable/4/; revision=68112
* MFC 1.41: Make sure the endpoint list is set to zero on attach.Nick Hibma2000-10-311-12/+14
| | | | | | | Also Remove the _P() macros Notes: svn path=/stable/4/; revision=68110
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-10-301-0/+658
| | | | Notes: svn path=/stable/4/; revision=67974
* Regen. after MFC.Nick Hibma2000-10-252-7/+164
| | | | Notes: svn path=/stable/4/; revision=67572
* MFC new idsNick Hibma2000-10-251-3/+34
| | | | Notes: svn path=/stable/4/; revision=67571
* MFC:Nick Hibma2000-10-081-89/+178
| | | | | | | | | | | | | | Add quirks for Sony DSC Add quirks for Insystem USB cable Disable ATAPI type device support. It breaks devices Remove the use of _P() macros Add basic support for RBC type devices Fix conversion of Test Unit Read to Start/Stop Unit. Print a more sensible number for the SIM. Fix a panic when unloading umass. Notes: svn path=/stable/4/; revision=66831
* Regen.Nick Hibma2000-10-072-25/+801
| | | | Notes: svn path=/stable/4/; revision=66794
* MFC: Ids, loads.Nick Hibma2000-10-071-8/+154
| | | | Notes: svn path=/stable/4/; revision=66793
* Regenerate.Bill Paul2000-10-032-2/+9
| | | | Notes: svn path=/stable/4/; revision=66605
* Rrrrr. Add the device ID for the D-Link DSB650 NIC.Bill Paul2000-10-031-0/+1
| | | | Notes: svn path=/stable/4/; revision=66604
* MFC: sync with -current. Add support for D-Link NIC with differentBill Paul2000-10-031-2/+9
| | | | | | | device ID, allow homePNA transceivers to work. Notes: svn path=/stable/4/; revision=66598
* Implement the Power enable command in the vhub. Removes the IOError messageNick Hibma2000-09-041-1/+4
| | | | | | | on startup. Notes: svn path=/stable/4/; revision=65444
* MFC: Save state between suspend and resume. Makes resume work on mostNick Hibma2000-08-182-5/+15
| | | | | | | UHCI based laptops. Notes: svn path=/stable/4/; revision=64825
* MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach()Archie Cobbs2000-07-173-20/+10
| | | | Notes: svn path=/stable/4/; revision=63338
* MFC:Nick Hibma2000-07-022-0/+13
| | | | | | | | | | | Add rudimentary support for detach Be better behaved when initialisation fails, i.e. deallocate resources. Make the message about setting up the BIOS correctly a i386 specific thing. Add the define for the 440MX motherboard (ICH0, UHCI) Save the resources in the softc Notes: svn path=/stable/4/; revision=62410
* MFC:Nick Hibma2000-07-021-86/+77
| | | | | | | | Make the hub driver behave more like Windows does. Some device rely on a specific boot up sequence for them to work right *sigh* Notes: svn path=/stable/4/; revision=62409
* MFC:Nick Hibma2000-07-021-8/+16
| | | | | | | | | | | | Add define for Zip 250. Add detection code for InSystem USB cable. Make some code less ambiguous. (Y-E Data floppy) We match on the device, not the revision of the device/ Make two printfs distinct so it is easier to spot where the problem occurred. Notes: svn path=/stable/4/; revision=62408
* MFC: Add define for OpenBSD. Fix typo.Nick Hibma2000-07-021-2/+2
| | | | Notes: svn path=/stable/4/; revision=62407
* MFC: Hide a DPRINTF behind level 2.Nick Hibma2000-07-021-1/+1
| | | | Notes: svn path=/stable/4/; revision=62406
* MFC: Remove define that is no longer neededNick Hibma2000-07-021-3/+1
| | | | Notes: svn path=/stable/4/; revision=62405
* MFC:Nick Hibma2000-07-021-1/+5
| | | | | | | Additional quirks for Wacom Tablet and MCT hubs Notes: svn path=/stable/4/; revision=62404
* MFC:Nick Hibma2000-07-021-7/+70
| | | | | | | | Implement SIGIO. Add additional debugging info Notes: svn path=/stable/4/; revision=62403
* MFC: Additional defines.Nick Hibma2000-07-021-0/+3
| | | | Notes: svn path=/stable/4/; revision=62402
* MFC: Update the NetBSD IdNick Hibma2000-07-021-1/+1
| | | | Notes: svn path=/stable/4/; revision=62401
* Reset all endpoints on open.Nick Hibma2000-07-021-4/+17
| | | | Notes: svn path=/stable/4/; revision=62400
* MFC: Swapped commentsNick Hibma2000-07-021-3/+3
| | | | Notes: svn path=/stable/4/; revision=62399
* MFC: Update Lennart's e-mail address.Nick Hibma2000-07-0228-28/+28
| | | | Notes: svn path=/stable/4/; revision=62398