summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2011-05-05Attach to Samsung Galaxy S, from Erik Mugele. ok jsg@ mk@Stuart Henderson
2011-05-05syncStuart Henderson
2011-05-05Add Samsung Galaxy S, from Erik Mugele, ok jsg@ mk@Stuart Henderson
2011-04-28remove horrible abuse of kthread_create_deferred(9). this was beingJacob Meuser
2011-04-24Match Sierra USB305; from Erik MugeleTheo de Raadt
2011-04-24syncTheo de Raadt
2011-04-19Simplify umass devid generation. Only use the last 12 characters ofMatthew Dempsky
2011-04-19Include USB vendor and product ids when manufacturing a unique disk idMatthew Dempsky
2011-04-11uncompressed video formats have a fixed per-pixel bit depth, whichJacob Meuser
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2011-04-06add a new "serial" devid type for scsi devices. add code to usb that fakesDavid Gwynne
2011-04-05binary vs logical or, found by clangJonathan Gray
2011-04-05- use nitems() no binary change on amd64Jasper Lievisse Adriaanse
2011-04-05regenMiod Vallat
2011-04-05hid_locate() is supposed to accept the last two arguments being NULL, soMiod Vallat
2011-04-04the v4l2 spec says that setting time per frame to zero should reset timeJacob Meuser
2011-03-31just report the frame interval in the same terms the device gives us.Jacob Meuser
2011-03-31Don't process packets where the USB xfer length is shorter than a packetMichael Knudsen
2011-03-26oops. the frame rate is the inverse of the frame interval. fixesJacob Meuser
2011-03-26use 'sizeof(struct usb_video_frame_desc)' instead of a hardcodedJacob Meuser
2011-03-26fill in the timestamp when copying a frame into the mmap bufferJacob Meuser
2011-03-26fill in support for VIDIOC_ENUM_FRAMEINTERVALSJacob Meuser
2011-03-26support VIDIOC_S_PARM and VIDIOC_G_PARM. these ioctls are used forJacob Meuser
2011-03-26print the supported frame intervals when printing the frame descriptorJacob Meuser
2011-03-25* don't try to align our array of frame descriptors with theJacob Meuser
2011-03-25* the mjpeg and uncompressed video frame descriptor structures areJacob Meuser
2011-03-25* empty the queue of frames in the mmap frame buffer and set theJacob Meuser
2011-03-22silently clear the endpoint when the device has failed; ok jakemsrTheo de Raadt
2011-03-20Update URI to data sheet. New location found on www.davicom.com.tw butMichael Knudsen
2011-03-19Add the ONDA MSA110UP USB modemDavid Coppa
2011-03-19syncDavid Coppa
2011-03-19Add the ONDA MSA110UP USB modemDavid Coppa
2011-03-16revert previous as it breaks nfs client as reported by kili@Jasper Lievisse Adriaanse
2011-03-16If we get a packet larger than if_hardmtu skip it.Jonathan Gray
2011-03-09Knock out a bunch more UPS devices from attaching to uhid(4).Stuart Henderson
2011-03-09syncStuart Henderson
2011-03-09- add IDs for various USB HID UPS devices, extracted from NUTStuart Henderson
2011-03-08regenJasper Lievisse Adriaanse
2011-03-08- add Trust and two miceJasper Lievisse Adriaanse
2011-03-04Add TouchScreen support. Makes newer Gunze USB TouchScreen devices work.Mark Kettenis
2011-03-04Apparently keeping some USB devices in reset for too long makes themMark Kettenis
2011-03-03Prevent division-by-zero when scaling down to the screen resolution. MakeMark Kettenis
2011-03-02- change recieved -> received in comments, as well as two unused definesJasper Lievisse Adriaanse
2011-02-21Make mos(4) set IFF_BROADCAST in if_flags.Stefan Sperling
2011-02-17allow interfaces other than slaves of the union interface to be theJacob Meuser
2011-02-10now that usb_wait_task() is back, bring back recently revertedJacob Meuser
2011-02-09bring back changes in usb.c revision 1.73Jacob Meuser
2011-02-09revert usb.c to r1.72, and all subsequent changes that depend on it.Jacob Meuser
2011-02-05* use usb_ref_{incr,decr,wait}() to avoid detaching the driver while aJacob Meuser
2011-02-04* merge 'onqueue' and 'running' members of struct usb_task intoJacob Meuser