Age | Commit message (Expand) | Author |
2011-05-05 | Attach to Samsung Galaxy S, from Erik Mugele. ok jsg@ mk@ | Stuart Henderson |
2011-05-05 | sync | Stuart Henderson |
2011-05-05 | Add Samsung Galaxy S, from Erik Mugele, ok jsg@ mk@ | Stuart Henderson |
2011-04-28 | remove horrible abuse of kthread_create_deferred(9). this was being | Jacob Meuser |
2011-04-24 | Match Sierra USB305; from Erik Mugele | Theo de Raadt |
2011-04-24 | sync | Theo de Raadt |
2011-04-19 | Simplify umass devid generation. Only use the last 12 characters of | Matthew Dempsky |
2011-04-19 | Include USB vendor and product ids when manufacturing a unique disk id | Matthew Dempsky |
2011-04-11 | uncompressed video formats have a fixed per-pixel bit depth, which | Jacob Meuser |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-04-06 | add a new "serial" devid type for scsi devices. add code to usb that fakes | David Gwynne |
2011-04-05 | binary vs logical or, found by clang | Jonathan Gray |
2011-04-05 | - use nitems() no binary change on amd64 | Jasper Lievisse Adriaanse |
2011-04-05 | regen | Miod Vallat |
2011-04-05 | hid_locate() is supposed to accept the last two arguments being NULL, so | Miod Vallat |
2011-04-04 | the v4l2 spec says that setting time per frame to zero should reset time | Jacob Meuser |
2011-03-31 | just report the frame interval in the same terms the device gives us. | Jacob Meuser |
2011-03-31 | Don't process packets where the USB xfer length is shorter than a packet | Michael Knudsen |
2011-03-26 | oops. the frame rate is the inverse of the frame interval. fixes | Jacob Meuser |
2011-03-26 | use 'sizeof(struct usb_video_frame_desc)' instead of a hardcoded | Jacob Meuser |
2011-03-26 | fill in the timestamp when copying a frame into the mmap buffer | Jacob Meuser |
2011-03-26 | fill in support for VIDIOC_ENUM_FRAMEINTERVALS | Jacob Meuser |
2011-03-26 | support VIDIOC_S_PARM and VIDIOC_G_PARM. these ioctls are used for | Jacob Meuser |
2011-03-26 | print the supported frame intervals when printing the frame descriptor | Jacob Meuser |
2011-03-25 | * don't try to align our array of frame descriptors with the | Jacob Meuser |
2011-03-25 | * the mjpeg and uncompressed video frame descriptor structures are | Jacob Meuser |
2011-03-25 | * empty the queue of frames in the mmap frame buffer and set the | Jacob Meuser |
2011-03-22 | silently clear the endpoint when the device has failed; ok jakemsr | Theo de Raadt |
2011-03-20 | Update URI to data sheet. New location found on www.davicom.com.tw but | Michael Knudsen |
2011-03-19 | Add the ONDA MSA110UP USB modem | David Coppa |
2011-03-19 | sync | David Coppa |
2011-03-19 | Add the ONDA MSA110UP USB modem | David Coppa |
2011-03-16 | revert previous as it breaks nfs client as reported by kili@ | Jasper Lievisse Adriaanse |
2011-03-16 | If we get a packet larger than if_hardmtu skip it. | Jonathan Gray |
2011-03-09 | Knock out a bunch more UPS devices from attaching to uhid(4). | Stuart Henderson |
2011-03-09 | sync | Stuart Henderson |
2011-03-09 | - add IDs for various USB HID UPS devices, extracted from NUT | Stuart Henderson |
2011-03-08 | regen | Jasper Lievisse Adriaanse |
2011-03-08 | - add Trust and two mice | Jasper Lievisse Adriaanse |
2011-03-04 | Add TouchScreen support. Makes newer Gunze USB TouchScreen devices work. | Mark Kettenis |
2011-03-04 | Apparently keeping some USB devices in reset for too long makes them | Mark Kettenis |
2011-03-03 | Prevent division-by-zero when scaling down to the screen resolution. Make | Mark Kettenis |
2011-03-02 | - change recieved -> received in comments, as well as two unused defines | Jasper Lievisse Adriaanse |
2011-02-21 | Make mos(4) set IFF_BROADCAST in if_flags. | Stefan Sperling |
2011-02-17 | allow interfaces other than slaves of the union interface to be the | Jacob Meuser |
2011-02-10 | now that usb_wait_task() is back, bring back recently reverted | Jacob Meuser |
2011-02-09 | bring back changes in usb.c revision 1.73 | Jacob Meuser |
2011-02-09 | revert 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 a | Jacob Meuser |
2011-02-04 | * merge 'onqueue' and 'running' members of struct usb_task into | Jacob Meuser |