From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Thu, 26 May 2016 08:20:33 -0700 Subject: GobiNet USB driver support for Big endian In-Reply-To: References: Message-ID: <20160526152033.GA16239@kroah.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Thu, May 26, 2016 at 07:29:11PM +0530, Narasimha M wrote: > Hi All, > We have GobiNet usb driver open source, which is working fine with > little endian architecture. Facing issues with Big-Endian > architecture. Please help if some one supported for Big_endian. You are really on your own here, sorry. You have the hardware, and the source, and you know it works on newer kernel versions. So use 'git bisect' to track down the patches that fix it for you and you should be fine. good luck! greg k-h