summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/serial/umodem.c
Commit message (Expand)AuthorAgeFilesLines
* - Export more USB device ID's.hselasky2011-06-241-3/+6
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-241-1/+1
* Fix for detection of MTK 3329 GPS USB devices.hselasky2011-02-031-5/+54
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Implement ucom_set_pnpinfo_usb() providing ttyname and port numbern_hibma2010-11-051-0/+2
* - Simplify the way unit/subunit allocation is done in ucom.n_hibma2010-11-031-1/+1
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-1/+1
* Make umodem more tolerant for devices which modem descriptors are misplaced.thompsa2010-02-141-4/+9
* Add a quirk for the Curitel UM175 where setting multiplexing for callthompsa2009-12-111-7/+12
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-2/+2
* Add experimental support for usb serial console and polled mode during DDB.thompsa2009-09-281-0/+9
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-41/+67
* Fix usb2_find_descriptor function name.thompsa2009-06-151-2/+2
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-40/+40
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-5/+5
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-54/+54
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-1/+1
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-9/+9
* MFp4 //depot/projects/usb @159430thompsa2009-03-201-1/+0
* MFp4 //depot/projects/usb @159375,159376,159377thompsa2009-03-201-1/+1
* Add support for the UNION interface descriptor, used by Nokia phones.thompsa2009-03-051-27/+22
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-021-1/+1
* Move the serial drivers from Giant to using their own mutexs.thompsa2009-03-021-3/+7
* Also use proper capitalisation of FreeBSD in other source files.ed2009-02-241-1/+1
* Move the new USB stack into its new home.thompsa2009-02-231-0/+788
OpenPOWER on IntegriCloud