summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_urndis.c
AgeCommit message (Expand)Author
2013-10-29Kill sc_attached, attach and detach events for USB devices are triggeredMartin Pieuchot
2013-10-01Use %z* for size_tStefan Fritsch
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2013-03-28proc.h is way too much header for usb to handle.Ted Unangst
2013-02-02- remove product/vendor table and let the driver attach based on class, etc.Federico G. Schwindt
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-06-20- urndis_match() should support multiple interface descriptors.Federico G. Schwindt
2012-03-24add ZTE HSUSB.Federico G. Schwindt
2011-07-20this works on the galaxy s2 too.Jasper Lievisse Adriaanse
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-05-05Attach to Samsung Galaxy S, from Erik Mugele. ok jsg@ mk@Stuart Henderson
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
2011-01-16* instead of NULLing pointers to interface descriptors in the uaa, markJacob Meuser
2010-10-27don't free network related resources if they were not allocatedJacob Meuser
2010-09-24remove dying flag in detach() function.Yojiro Uo
2010-07-31The code referencing urndis_watchdog() is #if 0'd out, but the actualMichael Knudsen
2010-07-31Break some really long lines.Michael Knudsen
2010-07-14In urndis_decap(), delay the memcpy() for as long as possible. There isMichael Knudsen
2010-07-14urndis_newbuf() is only called with NULL as it's third argument so justMichael Knudsen
2010-06-06Use usb_lookup() instead of rolling our own. ok armani@ fabien@Miod Vallat
2010-04-05Remove a useless usbd_get_interface_descriptor.Jonathan Armani
2010-03-25Update to match renamed product id.Michael Knudsen
2010-03-15Correct return from attach on error, add splx() and urndis_stop().Fabien Romano
2010-03-14Rewrite urndis_match() logic for the HTC Hero to match on vendor andMichael Knudsen
2010-03-11Correct a wrong printf and move a check than should be before the debug.Jonathan Armani
2010-03-07Garbage collect a softc member that we don't use because we don't doMichael Knudsen
2010-03-07Update my address, while there update armani's too per his request.Fabien Romano
2010-03-07Rename RNDIS_DEBUG to match device name.Fabien Romano
2010-03-07Some cleanup and dead code removal to bring us in line with otherMichael Knudsen
2010-03-07We're only sending one packet at a time, so garbage collect sc_lim_pktcntMichael Knudsen
2010-03-06Add a flag to know if the interface successfully attached likeJonathan Armani
2010-03-05Correct a wrong printf message, from fabien, ok mk@Jonathan Armani
2010-03-04Add defines for header and data offset, offsetof() uses from mk@.Jonathan Armani
2010-03-03Change third parameter for urndis_decap() to be of type u_int32_t.Michael Knudsen
2010-03-03In urndis_ctrl_recv(), don't copy the received data to a newly allocatedMichael Knudsen
2010-03-03When I first started on urndis, I didn't realise that all values wereMichael Knudsen
2010-03-03Remove XXX that's no longer valid.Michael Knudsen
2010-03-02Rename sc_sc to sc_softc.Michael Knudsen
2010-03-02Get rid of the code that deals with the interrupt pipe. The currentMichael Knudsen
2010-03-01Add urndis(4), a driver for RNDIS Ethernet over USB.Michael Knudsen